summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-27If a C23 compiler is detected, try asking for C17.REL9_3_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-17Create 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-13Fix compiler warningTom Lane
2021-12-13Silence another gcc 11 warning.Tom Lane
2021-12-13Suppress -Warray-parameter warnings in pgcrypto/sha2.c.Tom Lane
2021-12-13Reformat 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-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
2018-11-05Stamp 9.3.25.REL9_3_25Tom Lane
2018-11-05Translation updatesPeter Eisentraut
2018-11-04Release notes for 11.1, 10.6, 9.6.11, 9.5.15, 9.4.20, 9.3.25.Tom Lane
2018-11-03Make ts_locale.c's character-type functions cope with UTF-16.Tom Lane
2018-11-02Yet further rethinking of build changes for macOS Mojave.Tom Lane
2018-11-02docs: adjust simpler language for NULL return from ANY/ALLBruce Momjian
2018-11-02GUC: adjust effective_cache_size docs and SQL descriptionBruce Momjian
2018-11-02doc: use simpler language for NULL return from ANY/ALLBruce Momjian
2018-10-31Fix memory leak in repeated SPGIST index scans.Tom Lane
2018-10-31Sync our copy of the timezone library with IANA release tzcode2018g.Tom Lane
2018-10-31Update time zone data files to tzdata release 2018g.Tom Lane
2018-10-29Fix missing whitespace in pg_dump ref pageMagnus Hagander
2018-10-28Fix perl searchpath for modern perl for MSVC toolsAndrew Dunstan
2018-10-19Sync our copy of the timezone library with IANA release tzcode2018f.Tom Lane
2018-10-19Update time zone data files to tzdata release 2018f.Tom Lane
2018-10-18Still further rethinking of build changes for macOS Mojave.Tom Lane
2018-10-17Fix minor bug in isolationtester.Tom Lane
2018-10-17Improve tzparse's handling of TZDEFRULES ("posixrules") zone data.Tom Lane
2018-10-16Back off using -isysroot on Darwin.Tom Lane
2018-10-16Avoid rare race condition in privileges.sql regression test.Tom Lane
2018-10-16Avoid statically allocating gmtsub()'s timezone workspace.Tom Lane
2018-10-15Check for stack overrun in standard_ProcessUtility().Tom Lane
2018-10-14Avoid duplicate XIDs at recovery when building initial snapshotMichael Paquier
2018-10-12Remove abstime, reltime, tinterval tables from old regression databases.Tom Lane
2018-10-12Back-patch addition of the ALLOCSET_FOO_SIZES macros.Tom Lane
2018-10-05Allow btree comparison functions to return INT_MIN.Tom Lane
2018-10-02Set snprintf.c's maximum number of NL arguments to be 31.Tom Lane
2018-10-02Fix corner-case failures in has_foo_privilege() family of functions.Tom Lane