summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Keep perl style checker happyREL9_3_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/+460
* 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-12/+308
* Suppress more variable-set-but-not-used warnings from clang 15.Tom Lane2022-09-217-19/+7
* 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
* 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
* 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.3.25.REL9_3_25Tom Lane2018-11-056-21/+21
* Translation updatesPeter Eisentraut2018-11-0518-5476/+5688
* Release notes for 11.1, 10.6, 9.6.11, 9.5.15, 9.4.20, 9.3.25.Tom Lane2018-11-041-0/+466
* Make ts_locale.c's character-type functions cope with UTF-16.Tom Lane2018-11-031-8/+19
* Yet further rethinking of build changes for macOS Mojave.Tom Lane2018-11-025-3/+75
* docs: adjust simpler language for NULL return from ANY/ALLBruce Momjian2018-11-021-3/+3
* GUC: adjust effective_cache_size docs and SQL descriptionBruce Momjian2018-11-022-5/+5
* doc: use simpler language for NULL return from ANY/ALLBruce Momjian2018-11-021-4/+4
* Fix memory leak in repeated SPGIST index scans.Tom Lane2018-10-312-1/+10
* Sync our copy of the timezone library with IANA release tzcode2018g.Tom Lane2018-10-312-37/+49
* Update time zone data files to tzdata release 2018g.Tom Lane2018-10-311-43/+39
* Fix missing whitespace in pg_dump ref pageMagnus Hagander2018-10-291-1/+1
* Fix perl searchpath for modern perl for MSVC toolsAndrew Dunstan2018-10-283-0/+11
* Sync our copy of the timezone library with IANA release tzcode2018f.Tom Lane2018-10-197-200/+294
* Update time zone data files to tzdata release 2018f.Tom Lane2018-10-196-2627/+2660
* Still further rethinking of build changes for macOS Mojave.Tom Lane2018-10-185-29/+21
* Fix minor bug in isolationtester.Tom Lane2018-10-171-2/+2
* Improve tzparse's handling of TZDEFRULES ("posixrules") zone data.Tom Lane2018-10-172-36/+54
* Back off using -isysroot on Darwin.Tom Lane2018-10-163-7/+18
* Avoid rare race condition in privileges.sql regression test.Tom Lane2018-10-162-0/+2
* Avoid statically allocating gmtsub()'s timezone workspace.Tom Lane2018-10-163-5/+12
* Check for stack overrun in standard_ProcessUtility().Tom Lane2018-10-151-0/+3
* Avoid duplicate XIDs at recovery when building initial snapshotMichael Paquier2018-10-141-2/+19
* Remove abstime, reltime, tinterval tables from old regression databases.Tom Lane2018-10-123-4/+17
* Back-patch addition of the ALLOCSET_FOO_SIZES macros.Tom Lane2018-10-121-1/+13
* Allow btree comparison functions to return INT_MIN.Tom Lane2018-10-0511-52/+82
* Set snprintf.c's maximum number of NL arguments to be 31.Tom Lane2018-10-021-6/+10
* Fix corner-case failures in has_foo_privilege() family of functions.Tom Lane2018-10-023-10/+159
* Fix documentation of pgrowlocks using "lock_type" instead of "modes"Michael Paquier2018-10-021-9/+9
* Lock relation used to generate fresh data for RMV.Tom Lane2018-10-011-1/+7