summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Stamp 9.5.14.REL9_5_14Tom Lane2018-08-066-21/+21
* Translation updatesPeter Eisentraut2018-08-0623-4535/+9908
* Last-minute updates for release notes.Tom Lane2018-08-063-15/+105
* Fix failure to reset libpq's state fully between connection attempts.Tom Lane2018-08-062-108/+196
* Release notes for 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24.Tom Lane2018-08-053-0/+1017
* Doc: fix incorrectly stated argument list for pgcrypto's hmac() function.Tom Lane2018-08-051-1/+1
* Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.Tom Lane2018-08-045-57/+514
* Reset properly errno before calling write()Michael Paquier2018-08-057-0/+10
* Add table relcache invalidation to index builds.Peter Geoghegan2018-08-031-0/+6
* Fix pg_replication_slot example outputAlvaro Herrera2018-08-031-4/+4
* pg_upgrade: fix --check for live source server checksBruce Momjian2018-07-311-58/+59
* Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane2018-07-319-30/+324
* Fix pg_dump's failure to dump REPLICA IDENTITY for constraint indexes.Tom Lane2018-07-301-0/+22
* Doc: fix oversimplified example for CREATE POLICY.Tom Lane2018-07-301-9/+33
* Fix earthdistance test suite function name typo.Noah Misch2018-07-292-24/+28
* Document security implications of qualified names.Noah Misch2018-07-286-33/+147
* pgtest: run clean, build, and check stages separatelyBruce Momjian2018-07-281-3/+13
* pg_upgrade: check for clean server shutdownsBruce Momjian2018-07-282-1/+61
* pgtest: grab possible warnings from install.logBruce Momjian2018-07-281-0/+5
* doc: Fix reference to "decoder" to instead be the correct "output plugin".Andres Freund2018-07-241-1/+1
* Further portability hacking in pg_upgrade's test script.Tom Lane2018-07-211-12/+10
* Fix handling of empty uncompressed posting list pages in GINAlexander Korotkov2018-07-192-14/+33
* Fix print of Path nodes when using OPTIMIZER_DEBUGMichael Paquier2018-07-191-12/+15
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-1812-14/+14
* Fix crash in contrib/ltree's lca() function for empty input array.Tom Lane2018-07-134-13/+50
* Fix inadequate buffer locking in FSM and VM page re-initialization.Tom Lane2018-07-132-2/+40
* docs: Remove "New" description of the libpqxx interfaceBruce Momjian2018-07-131-1/+1
* Doc: minor improvement in pl/pgsql FETCH/MOVE documentation.Tom Lane2018-07-122-21/+5
* Make logical WAL sender report streaming state appropriatelyMichael Paquier2018-07-121-6/+16
* Fix typosPeter Eisentraut2018-07-102-4/+5
* Fix typoPeter Eisentraut2018-07-102-3/+3
* Avoid emitting a bogus WAL record when recycling an all-zero btree page.Tom Lane2018-07-091-3/+11
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-07-0923-47/+72
* Rework order of end-of-recovery actions to delay timeline history writeMichael Paquier2018-07-091-12/+25
* Add note in pg_rewind documentation about read-only filesMichael Paquier2018-07-071-0/+20
* logical decoding: beware of an unset specinsert changeAlvaro Herrera2018-07-051-0/+2
* Reduce cost of test_decoding's new oldest_xmin testAlvaro Herrera2018-07-052-5/+11
* Prevent references to invalid relation pages after fresh promotionMichael Paquier2018-07-051-31/+70
* Check for interrupts inside the nbtree page deletion code.Andres Freund2018-07-041-0/+21
* Improve the performance of relation deletes during recovery.Fujii Masao2018-07-054-29/+44
* Fix libpq example programsPeter Eisentraut2018-07-017-8/+8
* Replace search.cpan.org with metacpan.orgMichael Paquier2018-06-293-3/+3
* Fix "base" snapshot handling in logical decodingAlvaro Herrera2018-06-268-103/+409
* Fix documentation bug related to backup history file.Fujii Masao2018-06-272-2/+2
* Add PGTYPESchar_free() to avoid cross-module problems on Windows.Thomas Munro2018-06-2620-139/+192
* Move RecoveryLockList into a hash table.Thomas Munro2018-06-261-77/+87
* Address set of issues with errno handlingMichael Paquier2018-06-259-3/+94
* doc: adjust order of NUMERIC arguments to match syntaxBruce Momjian2018-06-241-9/+8
* doc: show how interval's 3 unit buckets behave using EXTRACT()Bruce Momjian2018-06-231-13/+27
* Fix typoMagnus Hagander2018-06-201-1/+1