index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
tcop
Commit message (
Expand
)
Author
Age
*
Refactor ps_status.c API
Peter Eisentraut
2020-03-11
*
Allow ALTER TYPE to change some properties of a base type.
Tom Lane
2020-03-06
*
Represent command completion tags as structs
Alvaro Herrera
2020-03-02
*
Add comments on avoid reuse of parse-time snapshot
Alvaro Herrera
2020-02-28
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Silence minor compiler warnings.
Tom Lane
2020-01-19
*
Fix problems with "read only query" checks, and refactor the code.
Robert Haas
2020-01-16
*
Restructure ALTER TABLE execution to fix assorted bugs.
Tom Lane
2020-01-15
*
Make better use of ParseState in ProcessUtility
Peter Eisentraut
2020-01-04
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Extend the ProcSignal mechanism to support barriers.
Robert Haas
2019-12-19
*
Partially deduplicate interrupt handling for background processes.
Robert Haas
2019-12-17
*
Emit parameter values during query bind/execute errors
Alvaro Herrera
2019-12-11
*
Add backend-only appendStringInfoStringQuoted
Alvaro Herrera
2019-12-10
*
Stabilize NOTIFY behavior by transmitting notifies before ReadyForQuery.
Tom Lane
2019-11-24
*
Introduce the 'force' option for the Drop Database command.
Amit Kapila
2019-11-13
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Allow sampling of statements depending on duration
Tomas Vondra
2019-11-06
*
Correct the command tags for ALTER ... RENAME COLUMN.
Fujii Masao
2019-11-06
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
*
PG_FINALLY
Peter Eisentraut
2019-11-01
*
Improve management of statement timeouts.
Tom Lane
2019-10-25
*
Reset statement_timeout between queries of a multi-query string.
Tom Lane
2019-10-25
*
Revert hooks for session start and end, take two
Michael Paquier
2019-10-02
*
Add hooks for session start and session end, take two
Michael Paquier
2019-10-01
*
Allow setting statistics target for extended statistics
Tomas Vondra
2019-09-11
*
Revert "Add log_statement_sample_rate parameter"
Tomas Vondra
2019-08-04
*
Revert "Silence compiler warning"
Tomas Vondra
2019-08-04
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-29
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
Reduce memory consumption for multi-statement query strings.
Tom Lane
2019-07-10
*
Fix partitioned index creation with foreign partitions
Alvaro Herrera
2019-06-26
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Fix potential catalog corruption with temporary identity columns
Peter Eisentraut
2019-04-29
*
Define WIN32_STACK_RLIMIT throughout win32 and cygwin builds.
Noah Misch
2019-04-09
*
Log all statements from a sample of transactions
Alvaro Herrera
2019-04-03
*
REINDEX CONCURRENTLY
Peter Eisentraut
2019-03-29
*
Transaction chaining
Peter Eisentraut
2019-03-24
*
Implement OR REPLACE option for CREATE AGGREGATE.
Andrew Gierth
2019-03-19
*
Revise parse tree representation for VACUUM and ANALYZE.
Robert Haas
2019-03-18
*
Refactor ParamListInfo initialization
Peter Eisentraut
2019-03-14
*
More unconstify use
Peter Eisentraut
2019-02-13
*
Refactor planner's header files.
Tom Lane
2019-01-29
*
Change function call information to be variable length.
Andres Freund
2019-01-26
*
Allow UNLISTEN in hot-standby mode.
Tom Lane
2019-01-25
*
Fix misc typos in comments.
Heikki Linnakangas
2019-01-23
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Silence compiler warning
Alvaro Herrera
2018-11-30
*
Add log_statement_sample_rate parameter
Alvaro Herrera
2018-11-29
[next]