summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-08-10Handle parallel index builds on mapped relations.Peter Geoghegan
2018-08-10Cosmetic cleanups in initdb.c.Tom Lane
2018-08-10Improve TRUNCATE by avoiding early lock queueMichael Paquier
2018-08-10Fix typo in SP-GiST error messageAlexander Korotkov
2018-08-09Spell "partitionwise" consistently.Heikki Linnakangas
2018-08-09Restrict access to reindex of shared catalogs for non-privileged usersMichael Paquier
2018-08-09Remove bogus Assert in make_partitionedrel_pruneinfo().Tom Lane
2018-08-08Remove unwanted "garbage cleanup" logic in Makefiles.Tom Lane
2018-08-08Don't run atexit callbacks in quickdie signal handlers.Heikki Linnakangas
2018-08-08Match RelOptInfos by relids not pointer equality.Tom Lane
2018-08-07Don't record FDW user mappings as members of extensions.Tom Lane
2018-08-07Fix incorrect initialization of BackendActivityBuffer.Tom Lane
2018-08-07Fix pg_upgrade to handle event triggers in extensions correctly.Tom Lane
2018-08-07Ensure pg_dump_sort.c sorts null vs non-null namespace consistently.Tom Lane
2018-08-06Fix failure to reset libpq's state fully between connection attempts.Tom Lane
2018-08-05Remove now unused check for HAVE_X509_GET_SIGNATURE_NID in test.Heikki Linnakangas
2018-08-05Remove support for tls-unique channel binding.Heikki Linnakangas
2018-08-04Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.Tom Lane
2018-08-04Reset properly errno before calling write()Michael Paquier
2018-08-04Make "kerberos" test suite independent of "localhost" name resolution.Noah Misch
2018-08-03Add table relcache invalidation to index builds.Peter Geoghegan
2018-08-03Remove no-longer-appropriate special case in psql's \conninfo code.Tom Lane
2018-08-03Change libpq's internal uses of PQhost() to inspect host field directly.Tom Lane
2018-08-03Fix buffer usage stats for parallel nodes.Amit Kapila
2018-08-03Match the buffer usage tracking for leader and worker backends.Amit Kapila
2018-08-02Add missing header include to pmsignal.h.Thomas Munro
2018-08-01Fix run-time partition pruning for appends with multiple source rels.Tom Lane
2018-08-01Fix logical replication slot initializationAlvaro Herrera
2018-08-01Fix unnoticed variable shadowing in previous commitAlvaro Herrera
2018-08-01Fix per-tuple memory leak in partition tuple routingAlvaro Herrera
2018-08-01Fix libpq's code for searching .pgpass; rationalize empty-list-item cases.Tom Lane
2018-08-01Allow multi-inserts during COPY into a partitioned tablePeter Eisentraut
2018-07-31pg_upgrade: fix --check for live source server checksBruce Momjian
2018-07-31Provide for contrib and pgxs modules to install include files.Andrew Gierth
2018-07-31Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane
2018-07-31Fix typo in file identification and copyright yearAlvaro Herrera
2018-07-30Remove dead code left behind by 1b6801051.Tom Lane
2018-07-30Verify range bounds to bms_add_range when necessaryAlvaro Herrera
2018-07-30Change bms_add_range to be a no-op for empty rangesAlvaro Herrera
2018-07-30Ensure we build generated headers at the start of some more cases.Tom Lane
2018-07-30Set ActiveSnapshot when logically replaying insertsAlvaro Herrera
2018-07-30Fix pg_dump's failure to dump REPLICA IDENTITY for constraint indexes.Tom Lane
2018-07-30Add ssl_library preset parameterPeter Eisentraut
2018-07-29Mark variable used only in assertion with PG_USED_FOR_ASSERTS_ONLYTomas Vondra
2018-07-29Restore handling of -0 in the C field of lines in line_construct().Tomas Vondra
2018-07-29Fix two oversights from 9ebe0572 which refactored cluster_relMichael Paquier
2018-07-29Document security implications of qualified names.Noah Misch
2018-07-29Provide separate header file for built-in float typesTomas Vondra
2018-07-29Refactor geometric functions and operatorsTomas Vondra
2018-07-28Add verbosity to pg_basebackup for syncMichael Paquier