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
*
Prevent idle in transaction session timeout from sometimes being ignored.
Andres Freund
2017-10-11
*
Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.
Tom Lane
2017-09-27
*
Add missing tags to GetCommandLogLevel.
Robert Haas
2017-09-14
*
Remove uses of "slave" in replication contexts
Peter Eisentraut
2017-08-10
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Restart logical replication launcher when killed
Peter Eisentraut
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Re-run pgindent.
Tom Lane
2017-06-13
*
Use standard interrupt handling in logical replication launcher.
Andres Freund
2017-06-08
*
Unify SIGHUP handling between normal and walsender backends.
Andres Freund
2017-06-05
*
Disallow CREATE INDEX if table is already in use in current session.
Tom Lane
2017-06-04
*
Fix signal handling in logical replication workers
Peter Eisentraut
2017-06-02
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Remove dead code and fix comments in fast-path function handling.
Heikki Linnakangas
2017-04-06
*
Spelling mistake in comment in utility.c
Simon Riggs
2017-04-05
*
Fix two undocumented parameters to functions from ENR patch.
Kevin Grittner
2017-04-01
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
*
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-28
*
Add missing break
Alvaro Herrera
2017-03-26
*
Add missing break
Peter Eisentraut
2017-03-25
*
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-24
*
ICU support
Peter Eisentraut
2017-03-23
*
Allow for parallel execution whenever ExecutorRun() is done only once.
Robert Haas
2017-03-23
*
Logical replication support for initial data copy
Peter Eisentraut
2017-03-23
*
Disallow CREATE/DROP SUBSCRIPTION in transaction block
Peter Eisentraut
2017-03-03
*
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-02-23
*
Add CREATE COLLATION IF NOT EXISTS clause
Peter Eisentraut
2017-02-15
*
Improve comments about ProcessUtility's queryString parameter.
Tom Lane
2017-01-27
*
Use castNode() in a bunch of statement-list-related code.
Tom Lane
2017-01-26
*
Add castNode(type, ptr) for safe casting between NodeTag based types.
Andres Freund
2017-01-26
*
Add a new DestReceiver for printing tuples without catalog access.
Robert Haas
2017-01-24
*
Logical replication
Peter Eisentraut
2017-01-20
*
Avoid core dump for empty prepared statement in an aborted transaction.
Tom Lane
2017-01-19
*
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-14
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Use TSConfigRelationId in AlterTSConfiguration()
Stephen Frost
2016-12-22
*
Add support for temporary replication slots
Peter Eisentraut
2016-12-12
*
Implement table partitioning.
Robert Haas
2016-12-07
*
Remove or reduce verbosity of some debug messages.
Robert Haas
2016-11-17
*
Account for catalog snapshot in PGXACT->xmin updates.
Tom Lane
2016-11-15
*
Make getrusage() output a little more readable
Peter Eisentraut
2016-10-19
*
Drop server support for FE/BE protocol version 1.0.
Tom Lane
2016-10-11
*
Add location field to DefElem
Peter Eisentraut
2016-09-06
*
Relax transactional restrictions on ALTER TYPE ... ADD VALUE.
Tom Lane
2016-09-05
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Fix TOAST access failure in RETURNING queries.
Tom Lane
2016-08-07
*
Revert "Add some temporary code to record stack usage at server process exit."
Tom Lane
2016-07-10
*
Add more temporary code to record stack usage at server process exit.
Tom Lane
2016-07-08
[next]