summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-10-16Rename parser token REF to REF_P to avoid a symbol conflict.Tom Lane
2022-09-21Suppress more variable-set-but-not-used warnings from clang 15.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-13Silence another gcc 11 warning.Tom Lane
2021-12-12Make ecpg's rjulmdy() and rmdyjul() agree with their declarations.Tom Lane
2021-12-12Add checks for valid multibyte character length in UtfToLocal, LocalToUtf.Tom Lane
2018-11-05Stamp 9.3.25.REL9_3_25Tom Lane
2018-11-05Translation updatesPeter Eisentraut
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-02GUC: adjust effective_cache_size docs and SQL descriptionBruce 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-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
2018-10-01Lock relation used to generate fresh data for RMV.Tom Lane
2018-10-01Fix ALTER COLUMN TYPE to not open a relation without any lock.Tom Lane
2018-09-30Fix detection of the result type of strerror_r().Tom Lane
2018-09-26Recurse to sequences on ownership change for all relkindsPeter Eisentraut
2018-09-25Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").Tom Lane
2018-09-24Fix over-allocation of space for array_out()'s result string.Tom Lane
2018-09-23Initialize random() in bootstrap/stand-alone postgres and in initdb.Noah Misch
2018-09-23Fix failure in WHERE CURRENT OF after rewinding the referenced cursor.Tom Lane
2018-09-15Fix failure with initplans used conditionally during EvalPlanQual rechecks.Tom Lane
2018-09-12Repair bug in regexp split performance improvements.Andrew Gierth
2018-09-12On all Windows platforms, not just Cygwin, use _timezone and _tzname.Tom Lane
2018-09-11Support building with Visual Studio 2017Andrew Dunstan
2018-09-11Support building with Visual Studio 2015Andrew Dunstan
2018-09-07Save/restore SPI's global variables in SPI_connect() and SPI_finish().Tom Lane