summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Stamp 9.6.9.REL9_6_9Tom Lane2018-05-076-21/+21
* Last-minute updates for release notes.Tom Lane2018-05-074-25/+32
* Translation updatesPeter Eisentraut2018-05-0714-2580/+1993
* Last-minute updates for release notes.Tom Lane2018-05-071-3/+35
* adminpack: Revoke EXECUTE on pg_logfile_rotate()Stephen Frost2018-05-074-2/+63
* Release notes for 10.4, 9.6.9, 9.5.13, 9.4.18, 9.3.23.Tom Lane2018-05-064-0/+1780
* Clear severity 5 perlcritic warnings from vcregress.plAndrew Dunstan2018-05-061-5/+6
* Tweak tests to support Python 3.7Peter Eisentraut2018-05-054-6/+6
* Remove extra newlines after PQerrorMessage()Peter Eisentraut2018-05-052-2/+2
* Fix scenario where streaming standby gets stuck at a continuation record.Heikki Linnakangas2018-05-053-13/+62
* Don't mark pages all-visible spuriouslyAlvaro Herrera2018-05-041-15/+25
* Provide for testing on python3 modules when under MSVCAndrew Dunstan2018-05-042-29/+68
* Allow MSYS as well as MINGW in Msys unameAndrew Dunstan2018-05-041-1/+1
* Sync our copy of the timezone library with IANA release tzcode2018e.Tom Lane2018-05-044-46/+129
* Add HOLD_INTERRUPTS section into FinishPreparedTransaction.Teodor Sigaev2018-05-031-0/+5
* Revert back-branch changes in power()'s behavior for NaN inputs.Tom Lane2018-05-026-170/+1
* Fix bogus list-iteration code in pg_regress.c, affecting ecpg tests only.Tom Lane2018-04-291-10/+4
* Avoid wrong results for power() with NaN input on more platforms.Tom Lane2018-04-296-3/+46
* Update time zone data files to tzdata release 2018d.Tom Lane2018-04-291-265/+272
* Avoid wrong results for power() with NaN input on some platforms.Tom Lane2018-04-296-3/+129
* docs: remove "III" version text from pgAdmin linkBruce Momjian2018-04-261-1/+1
* Correct pg_recvlogical server version test.Noah Misch2018-04-251-1/+1
* Fix race conditions when an event trigger is added concurrently with DDL.Tom Lane2018-04-201-3/+25
* Change more places to be less trusting of RestrictInfo.is_pushed_down.Tom Lane2018-04-207-32/+52
* Fix broken extract_actual_join_clauses call in 9.6 postgres_fdw.Tom Lane2018-04-191-1/+3
* Fix incorrect handling of join clauses pushed into parameterized paths.Tom Lane2018-04-195-1/+52
* Enlarge find_other_exec's meager fgets bufferAlvaro Herrera2018-04-191-1/+1
* Better fix for deadlock hazard in CREATE INDEX CONCURRENTLY.Tom Lane2018-04-181-3/+14
* Fix broken collation-aware searches in SP-GiST text opclass.Tom Lane2018-04-161-9/+9
* Fix potentially-unportable code in contrib/adminpack.Tom Lane2018-04-151-2/+2
* In libpq, free any partial query result before collecting a server error.Tom Lane2018-04-132-2/+18
* Fix bogus affix-merging code.Tom Lane2018-04-121-2/+4
* Ignore nextOid when replaying an ONLINE checkpoint.Tom Lane2018-04-111-5/+14
* Do not select new object OIDs that match recently-dead entries.Tom Lane2018-04-112-11/+12
* Make local copy of client hostnames in backend status array.Heikki Linnakangas2018-04-111-0/+7
* Fix incorrect close() call in dsm_impl_mmap().Tom Lane2018-04-101-1/+1
* Remove wrongly backpatched piece of code in cube.cTeodor Sigaev2018-04-101-5/+0
* Doc: clarify explanation of pg_dump usage.Tom Lane2018-04-081-6/+6
* Remove overzeleous assertions in pg_atomic_flag code.Andres Freund2018-04-071-8/+0
* Fix and improve pg_atomic_flag fallback implementation.Andres Freund2018-04-063-27/+21
* doc: remove mention of the DMOZ catalog in ltree docsBruce Momjian2018-04-051-3/+1
* docs: update ltree URL for the DMOZ catalogBruce Momjian2018-04-041-1/+1
* Also fix the descriptions in pg_config.h.win32.Heikki Linnakangas2018-04-041-2/+2
* Fix incorrect description of USE_SLICING_BY_8_CRC32C.Heikki Linnakangas2018-04-042-4/+4
* doc: document "IS NOT DOCUMENT"Bruce Momjian2018-04-021-0/+18
* Fix assorted issues in parallel vacuumdb.Tom Lane2018-03-311-78/+114
* Fix bogus provolatile/proparallel markings on a few built-in functions.Tom Lane2018-03-301-11/+11
* docs: add parameter with brackets around varbit()Bruce Momjian2018-03-301-1/+1
* Fix handling of files that source server removes during pg_rewind is running.Fujii Masao2018-03-293-7/+20
* Fix actual and potential double-frees around tuplesort usage.Tom Lane2018-03-282-31/+60