summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Keep perl style checker happyREL9_2_STABLEAndrew Dunstan2023-01-191-3/+3
* Fix searchpath for modern Perl for genbki.plAndrew Dunstan2023-01-191-0/+4
* Create common infrastructure for cross-version upgrade testing.Tom Lane2023-01-162-0/+382
* 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
* Fix configure's AC_CHECK_DECLS tests to work correctly with clang.Tom Lane2022-09-214-10/+300
* Suppress more variable-set-but-not-used warnings from clang 15.Tom Lane2022-09-218-21/+14
* Disable -Wdeprecated-non-prototype in the back branches.Tom Lane2022-09-202-0/+73
* Fix pl/perl test case so it will still work under Perl 5.36.Tom Lane2022-06-012-5/+5
* Suppress variable-set-but-not-used warning from clang 13.Tom Lane2022-01-231-1/+6
* Make DLSUFFIX easily discoverable by build scriptsAndrew Dunstan2021-12-151-0/+5
* Suppress -Warray-bounds warning in 9.2's xlog.c.Tom Lane2021-12-131-0/+4
* Suppress -Wformat-overflow warnings in 9.2's xml.c.Tom Lane2021-12-131-1/+1
* Disable -Wsometimes-uninitialized warnings in the 9.2 branch.Tom Lane2021-12-132-0/+75
* Fix function return type confusionTom Lane2021-12-131-1/+1
* Fix compiler warningTom Lane2021-12-131-1/+1
* Silence another gcc 11 warning.Tom Lane2021-12-131-2/+2
* 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/+75
* Make ecpg's rjulmdy() and rmdyjul() agree with their declarations.Tom Lane2021-12-121-2/+2
* Use -Wno-format-truncation and -Wno-stringop-truncation, if available.Tom Lane2021-12-123-0/+240
* Make pg_upgrade's test.sh less chatty.Tom Lane2021-12-121-8/+2
* Add checks for valid multibyte character length in UtfToLocal, LocalToUtf.Tom Lane2021-12-121-0/+15
* Use return instead of exit() in configureTom Lane2021-12-123-5/+15
* Stamp 9.2.24.REL9_2_24Tom Lane2017-11-066-21/+21
* Last-minute updates for release notes.Tom Lane2017-11-061-0/+25
* start-scripts: switch to $PGUSER before opening $PGLOG.Noah Misch2017-11-063-8/+8
* Translation updatesPeter Eisentraut2017-11-0512-2503/+2577
* Release notes for 10.1, 9.6.6, 9.5.10, 9.4.15, 9.3.20, 9.2.24.Tom Lane2017-11-051-0/+176
* Doc: update URL for check_postgres.Tom Lane2017-11-011-2/+2
* Dept of second thoughts: keep aliasp_item in sync with tlistitem.Tom Lane2017-10-271-1/+2
* Fix crash when columns have been added to the end of a view.Tom Lane2017-10-273-1/+109
* Rethink the dependencies recorded for FieldSelect/FieldStore nodes.Tom Lane2017-10-273-6/+55
* Doc: mention that you can't PREPARE TRANSACTION after NOTIFY.Tom Lane2017-10-271-1/+2
* Improve gendef.pl diagnostic on failure to open sym fileAndrew Dunstan2017-10-261-1/+1
* Fix libpq to not require user's home directory to exist.Tom Lane2017-10-251-9/+27
* Update time zone data files to tzdata release 2017c.Tom Lane2017-10-239-236/+395
* Sync our copy of the timezone library with IANA release tzcode2017c.Tom Lane2017-10-235-19/+20
* Fix some oversights in expression dependency recording.Tom Lane2017-10-231-0/+26
* Fix typcache's failure to treat ranges as container types.Tom Lane2017-10-203-0/+74
* Doc: fix missing explanation of default object privileges.Tom Lane2017-10-112-6/+18
* Fix low-probability loss of NOTIFY messages due to XID wraparound.Tom Lane2017-10-113-15/+34
* Fix access-off-end-of-array in clog.c.Tom Lane2017-10-061-3/+9
* Fix coding rules violations in walreceiver.cAlvaro Herrera2017-10-031-1/+6
* Fix behavior when converting a float infinity to numeric.Tom Lane2017-09-273-2/+41
* Don't recommend "DROP SCHEMA information_schema CASCADE".Noah Misch2017-09-261-7/+37
* Improve wording of error message added in commit 714805010.Tom Lane2017-09-262-3/+3
* Fix saving and restoring umaskPeter Eisentraut2017-09-232-3/+21
* Sync our copy of the timezone library with IANA tzcode master.Tom Lane2017-09-225-204/+236