index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Match RelOptInfos by relids not pointer equality.
Tom Lane
2018-08-08
*
Don't record FDW user mappings as members of extensions.
Tom Lane
2018-08-07
*
Fix incorrect initialization of BackendActivityBuffer.
Tom Lane
2018-08-07
*
Fix pg_upgrade to handle event triggers in extensions correctly.
Tom Lane
2018-08-07
*
Ensure pg_dump_sort.c sorts null vs non-null namespace consistently.
Tom Lane
2018-08-07
*
Last-minute updates for release notes.
Tom Lane
2018-08-06
*
Fix failure to reset libpq's state fully between connection attempts.
Tom Lane
2018-08-06
*
Release notes for 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24.
Tom Lane
2018-08-05
*
Doc: fix incorrectly stated argument list for pgcrypto's hmac() function.
Tom Lane
2018-08-05
*
Remove now unused check for HAVE_X509_GET_SIGNATURE_NID in test.
Heikki Linnakangas
2018-08-05
*
Remove support for tls-unique channel binding.
Heikki Linnakangas
2018-08-05
*
Update version 11 release notes.
Tom Lane
2018-08-04
*
Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.
Tom Lane
2018-08-04
*
Reset properly errno before calling write()
Michael Paquier
2018-08-05
*
Make "kerberos" test suite independent of "localhost" name resolution.
Noah Misch
2018-08-03
*
Add table relcache invalidation to index builds.
Peter Geoghegan
2018-08-03
*
First-draft release notes for 10.5.
Tom Lane
2018-08-03
*
Add 'n' to list of possible values to pg_default_acl.defaclobjtype
Alvaro Herrera
2018-08-03
*
Fix pg_replication_slot example output
Alvaro Herrera
2018-08-03
*
Remove no-longer-appropriate special case in psql's \conninfo code.
Tom Lane
2018-08-03
*
Change libpq's internal uses of PQhost() to inspect host field directly.
Tom Lane
2018-08-03
*
Fix buffer usage stats for parallel nodes.
Amit Kapila
2018-08-03
*
Match the buffer usage tracking for leader and worker backends.
Amit Kapila
2018-08-03
*
Add missing header include to pmsignal.h.
Thomas Munro
2018-08-02
*
Fix run-time partition pruning for appends with multiple source rels.
Tom Lane
2018-08-01
*
Fix logical replication slot initialization
Alvaro Herrera
2018-08-01
*
Fix unnoticed variable shadowing in previous commit
Alvaro Herrera
2018-08-01
*
Fix per-tuple memory leak in partition tuple routing
Alvaro Herrera
2018-08-01
*
Fix libpq's code for searching .pgpass; rationalize empty-list-item cases.
Tom Lane
2018-08-01
*
Update parallel.sgml for Parallel Append
Robert Haas
2018-08-01
*
Allow multi-inserts during COPY into a partitioned table
Peter Eisentraut
2018-08-01
*
pg_upgrade: fix --check for live source server checks
Bruce Momjian
2018-07-31
*
Provide for contrib and pgxs modules to install include files.
Andrew Gierth
2018-07-31
*
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-07-31
*
Fix typo in file identification and copyright year
Alvaro Herrera
2018-07-31
*
Remove SGMLism from commit 2d36a5e9dab6
Andrew Dunstan
2018-07-31
*
Provide a log_level setting for auto_explain
Andrew Dunstan
2018-07-31
*
Remove dead code left behind by 1b6801051.
Tom Lane
2018-07-30
*
Verify range bounds to bms_add_range when necessary
Alvaro Herrera
2018-07-30
*
Change bms_add_range to be a no-op for empty ranges
Alvaro Herrera
2018-07-30
*
Ensure we build generated headers at the start of some more cases.
Tom Lane
2018-07-30
*
Set ActiveSnapshot when logically replaying inserts
Alvaro Herrera
2018-07-30
*
doc: Improve CREATE COLLATION locking documentation
Peter Eisentraut
2018-07-30
*
Fix pg_dump's failure to dump REPLICA IDENTITY for constraint indexes.
Tom Lane
2018-07-30
*
Doc: fix oversimplified example for CREATE POLICY.
Tom Lane
2018-07-30
*
Add ssl_library preset parameter
Peter Eisentraut
2018-07-30
*
Mark variable used only in assertion with PG_USED_FOR_ASSERTS_ONLY
Tomas Vondra
2018-07-29
*
Restore handling of -0 in the C field of lines in line_construct().
Tomas Vondra
2018-07-29
*
Fix earthdistance test suite function name typo.
Noah Misch
2018-07-29
*
Make error message of pageinspect more consistent for raw page inputs
Michael Paquier
2018-07-29
[next]