summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Create common infrastructure for cross-version upgrade testing.REL9_6_STABLETom Lane2023-01-162-0/+574
* Account for IPC::Run::result() Windows behavior change.Noah Misch2022-11-171-8/+4
* Fix compilation warnings with libselinux 3.1 in contrib/sepgsql/Michael Paquier2022-11-093-12/+12
* Rename parser token REF to REF_P to avoid a symbol conflict.Tom Lane2022-10-162-6/+6
* Suppress more variable-set-but-not-used warnings from clang 15.Tom Lane2022-09-212-5/+1
* Disable -Wdeprecated-non-prototype in the back branches.Tom Lane2022-09-202-0/+48
* Suppress variable-set-but-not-used warnings from clang 15.Tom Lane2022-09-205-6/+8
* Fix pl/perl test case so it will still work under Perl 5.36.Tom Lane2022-06-012-5/+5
* Use gendef instead of pexports for building windows .def filesAndrew Dunstan2022-02-103-3/+3
* Suppress variable-set-but-not-used warning from clang 13.Tom Lane2022-01-231-1/+6
* Suppress -Warray-parameter warnings in pgcrypto/sha2.c.Tom Lane2021-12-121-4/+4
* Reformat imath.c macro to remove -Wmisleading-indentation warnings.Tom Lane2021-12-121-2/+7
* Clean up compilation warnings coming from PL/Perl with clang-12~Tom Lane2021-12-122-0/+50
* Stamp 9.6.24.REL9_6_24Tom Lane2021-11-086-21/+21
* Last-minute updates for release notes.Tom Lane2021-11-081-1/+69
* libpq: reject extraneous data after SSL or GSS encryption handshake.Tom Lane2021-11-082-0/+27
* Reject extraneous data after SSL or GSS encryption handshake.Tom Lane2021-11-083-0/+26
* Fix typoAlvaro Herrera2021-11-086-6/+6
* Translation updatesPeter Eisentraut2021-11-0852-11417/+11333
* Release notes for 14.1, 13.5, 12.9, 11.14, 10.19, 9.6.24.Tom Lane2021-11-071-0/+1014
* Reset lastOverflowedXid on standby when neededAlexander Korotkov2021-11-061-2/+19
* Avoid crash in rare case of concurrent DROPAlvaro Herrera2021-11-052-11/+26
* Update alternative expected output file.Heikki Linnakangas2021-11-031-0/+11
* Fix snapshot reference leak if lo_export fails.Heikki Linnakangas2021-11-034-96/+109
* Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOpAlvaro Herrera2021-11-011-0/+1
* Don't try to read a multi-GB pg_stat_statements file in one call.Tom Lane2021-10-311-16/+29
* Update time zone data files to tzdata release 2021e.Tom Lane2021-10-292-85/+60
* Update SELinux links in sepgsql documentationDaniel Gustafsson2021-10-291-2/+2
* Clarify that --system reindexes system catalogs *only*Magnus Hagander2021-10-272-2/+2
* Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.Noah Misch2021-10-239-36/+466
* Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch2021-10-238-4/+408
* pg_dump: fix mis-dumping of non-global default privileges.Tom Lane2021-10-222-1/+52
* Back-patch "Add parent table name in an error in reorderbuffer.c."Amit Kapila2021-10-211-2/+2
* Fix build of MSVC with OpenSSL 3.0.0Michael Paquier2021-10-201-2/+4
* Remove bogus assertion in transformExpressionList().Tom Lane2021-10-191-4/+3
* Fix bug in TOC file error message printingDaniel Gustafsson2021-10-191-11/+11
* Fix sscanf limits in pg_dumpDaniel Gustafsson2021-10-191-2/+2
* Reset properly snapshot export state during transaction abortMichael Paquier2021-10-183-2/+28
* Check criticalSharedRelcachesBuilt in GetSharedSecurityLabel().Jeff Davis2021-10-141-2/+2
* Change recently added test code for stabilityAlvaro Herrera2021-10-131-28/+24
* postgres_fdw: Move comments about elog level in (sub)abort cleanup.Etsuro Fujita2021-10-131-5/+10
* Fix null-pointer crash in postgres_fdw's conversion_error_callback.Tom Lane2021-10-063-40/+82
* Fix corner-case loss of precision in numeric_power().Dean Rasheed2021-10-063-1/+12
* Doc: improve description of UNION/INTERSECT/EXCEPT syntax.Tom Lane2021-10-051-10/+43
* Fix TestLib::slurp_file() with offset on windows.Andres Freund2021-10-041-18/+18
* Update our mapping of Windows time zone names some more.Tom Lane2021-10-041-14/+14
* Fix snapshot builds during promotion of hot standby node with 2PCMichael Paquier2021-10-041-7/+12
* Update our mapping of Windows time zone names using CLDR info.Tom Lane2021-10-021-51/+106
* Re-alphabetize the win32_tzmap[] array.Tom Lane2021-10-021-35/+35
* Fix WAL replay in presence of an incomplete recordAlvaro Herrera2021-09-298-8/+342