aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Match RelOptInfos by relids not pointer equality.Tom Lane2018-08-08
* Don't record FDW user mappings as members of extensions.Tom Lane2018-08-07
* Fix incorrect initialization of BackendActivityBuffer.Tom Lane2018-08-07
* Fix pg_upgrade to handle event triggers in extensions correctly.Tom Lane2018-08-07
* Ensure pg_dump_sort.c sorts null vs non-null namespace consistently.Tom Lane2018-08-07
* Last-minute updates for release notes.Tom Lane2018-08-06
* Fix failure to reset libpq's state fully between connection attempts.Tom Lane2018-08-06
* Release notes for 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24.Tom Lane2018-08-05
* Doc: fix incorrectly stated argument list for pgcrypto's hmac() function.Tom Lane2018-08-05
* Remove now unused check for HAVE_X509_GET_SIGNATURE_NID in test.Heikki Linnakangas2018-08-05
* Remove support for tls-unique channel binding.Heikki Linnakangas2018-08-05
* Update version 11 release notes.Tom Lane2018-08-04
* Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.Tom Lane2018-08-04
* Reset properly errno before calling write()Michael Paquier2018-08-05
* Make "kerberos" test suite independent of "localhost" name resolution.Noah Misch2018-08-03
* Add table relcache invalidation to index builds.Peter Geoghegan2018-08-03
* First-draft release notes for 10.5.Tom Lane2018-08-03
* Add 'n' to list of possible values to pg_default_acl.defaclobjtypeAlvaro Herrera2018-08-03
* Fix pg_replication_slot example outputAlvaro Herrera2018-08-03
* Remove no-longer-appropriate special case in psql's \conninfo code.Tom Lane2018-08-03
* Change libpq's internal uses of PQhost() to inspect host field directly.Tom Lane2018-08-03
* Fix buffer usage stats for parallel nodes.Amit Kapila2018-08-03
* Match the buffer usage tracking for leader and worker backends.Amit Kapila2018-08-03
* Add missing header include to pmsignal.h.Thomas Munro2018-08-02
* Fix run-time partition pruning for appends with multiple source rels.Tom Lane2018-08-01
* Fix logical replication slot initializationAlvaro Herrera2018-08-01
* Fix unnoticed variable shadowing in previous commitAlvaro Herrera2018-08-01
* Fix per-tuple memory leak in partition tuple routingAlvaro Herrera2018-08-01
* Fix libpq's code for searching .pgpass; rationalize empty-list-item cases.Tom Lane2018-08-01
* Update parallel.sgml for Parallel AppendRobert Haas2018-08-01
* Allow multi-inserts during COPY into a partitioned tablePeter Eisentraut2018-08-01
* pg_upgrade: fix --check for live source server checksBruce Momjian2018-07-31
* Provide for contrib and pgxs modules to install include files.Andrew Gierth2018-07-31
* Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane2018-07-31
* Fix typo in file identification and copyright yearAlvaro Herrera2018-07-31
* Remove SGMLism from commit 2d36a5e9dab6Andrew Dunstan2018-07-31
* Provide a log_level setting for auto_explainAndrew Dunstan2018-07-31
* Remove dead code left behind by 1b6801051.Tom Lane2018-07-30
* Verify range bounds to bms_add_range when necessaryAlvaro Herrera2018-07-30
* Change bms_add_range to be a no-op for empty rangesAlvaro Herrera2018-07-30
* Ensure we build generated headers at the start of some more cases.Tom Lane2018-07-30
* Set ActiveSnapshot when logically replaying insertsAlvaro Herrera2018-07-30
* doc: Improve CREATE COLLATION locking documentationPeter Eisentraut2018-07-30
* Fix pg_dump's failure to dump REPLICA IDENTITY for constraint indexes.Tom Lane2018-07-30
* Doc: fix oversimplified example for CREATE POLICY.Tom Lane2018-07-30
* Add ssl_library preset parameterPeter Eisentraut2018-07-30
* Mark variable used only in assertion with PG_USED_FOR_ASSERTS_ONLYTomas Vondra2018-07-29
* Restore handling of -0 in the C field of lines in line_construct().Tomas Vondra2018-07-29
* Fix earthdistance test suite function name typo.Noah Misch2018-07-29
* Make error message of pageinspect more consistent for raw page inputsMichael Paquier2018-07-29