summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-27If a C23 compiler is detected, try asking for C17.origin/REL9_2_STABLEThomas Munro
2024-06-26Remove redundant perl version checksAndrew Dunstan
2023-01-19Keep perl style checker happyAndrew Dunstan
2023-01-19Fix searchpath for modern Perl for genbki.plAndrew Dunstan
2023-01-16Create common infrastructure for cross-version upgrade testing.Tom Lane
2022-11-09Fix compilation warnings with libselinux 3.1 in contrib/sepgsql/Michael Paquier
2022-10-16Rename parser token REF to REF_P to avoid a symbol conflict.Tom Lane
2022-09-21Fix configure's AC_CHECK_DECLS tests to work correctly with clang.Tom Lane
2022-09-21Suppress more variable-set-but-not-used warnings from clang 15.Tom Lane
2022-09-20Disable -Wdeprecated-non-prototype in the back branches.Tom Lane
2022-06-01Fix pl/perl test case so it will still work under Perl 5.36.Tom Lane
2022-01-23Suppress variable-set-but-not-used warning from clang 13.Tom Lane
2021-12-15Make DLSUFFIX easily discoverable by build scriptsAndrew Dunstan
2021-12-13Suppress -Warray-bounds warning in 9.2's xlog.c.Tom Lane
2021-12-13Suppress -Wformat-overflow warnings in 9.2's xml.c.Tom Lane
2021-12-13Disable -Wsometimes-uninitialized warnings in the 9.2 branch.Tom Lane
2021-12-13Fix function return type confusionTom Lane
2021-12-13Fix compiler warningTom Lane
2021-12-13Silence another gcc 11 warning.Tom Lane
2021-12-12Suppress -Warray-parameter warnings in pgcrypto/sha2.c.Tom Lane
2021-12-12Reformat imath.c macro to remove -Wmisleading-indentation warnings.Tom Lane
2021-12-12Clean up compilation warnings coming from PL/Perl with clang-12~Tom Lane
2021-12-12Make ecpg's rjulmdy() and rmdyjul() agree with their declarations.Tom Lane
2021-12-12Use -Wno-format-truncation and -Wno-stringop-truncation, if available.Tom Lane
2021-12-12Make pg_upgrade's test.sh less chatty.Tom Lane
2021-12-12Add checks for valid multibyte character length in UtfToLocal, LocalToUtf.Tom Lane
2021-12-12Use return instead of exit() in configureTom Lane
2017-11-06Stamp 9.2.24.REL9_2_24Tom Lane
2017-11-06Last-minute updates for release notes.Tom Lane
2017-11-06start-scripts: switch to $PGUSER before opening $PGLOG.Noah Misch
2017-11-05Translation updatesPeter Eisentraut
2017-11-05Release notes for 10.1, 9.6.6, 9.5.10, 9.4.15, 9.3.20, 9.2.24.Tom Lane
2017-11-01Doc: update URL for check_postgres.Tom Lane
2017-10-27Dept of second thoughts: keep aliasp_item in sync with tlistitem.Tom Lane
2017-10-27Fix crash when columns have been added to the end of a view.Tom Lane
2017-10-27Rethink the dependencies recorded for FieldSelect/FieldStore nodes.Tom Lane
2017-10-27Doc: mention that you can't PREPARE TRANSACTION after NOTIFY.Tom Lane
2017-10-26Improve gendef.pl diagnostic on failure to open sym fileAndrew Dunstan
2017-10-25Fix libpq to not require user's home directory to exist.Tom Lane
2017-10-23Update time zone data files to tzdata release 2017c.Tom Lane
2017-10-23Sync our copy of the timezone library with IANA release tzcode2017c.Tom Lane
2017-10-23Fix some oversights in expression dependency recording.Tom Lane
2017-10-20Fix typcache's failure to treat ranges as container types.Tom Lane
2017-10-11Doc: fix missing explanation of default object privileges.Tom Lane
2017-10-11Fix low-probability loss of NOTIFY messages due to XID wraparound.Tom Lane
2017-10-06Fix access-off-end-of-array in clog.c.Tom Lane
2017-10-03Fix coding rules violations in walreceiver.cAlvaro Herrera
2017-09-27Fix behavior when converting a float infinity to numeric.Tom Lane
2017-09-26Don't recommend "DROP SCHEMA information_schema CASCADE".Noah Misch
2017-09-26Improve wording of error message added in commit 714805010.Tom Lane