summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-05Stamp 9.3.25.REL9_3_25REL9_3_STABLETom 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
2018-10-02Fix documentation of pgrowlocks using "lock_type" instead of "modes"Michael Paquier
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-24Initialize 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-21docs: remove use of escape strings and use bytea hex outputBruce Momjian
2018-09-21Error out for clang on x86-32 without SSE2 support, no -fexcess-precision.Andres Freund
2018-09-15Fix failure with initplans used conditionally during EvalPlanQual rechecks.Tom Lane
2018-09-13doc: Update broken linksPeter Eisentraut
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-08Save/restore SPI's global variables in SPI_connect() and SPI_finish().Tom Lane
2018-09-07Limit depth of forced recursion for CLOBBER_CACHE_RECURSIVELY.Tom Lane
2018-09-07Fix longstanding recursion hazard in sinval message processing.Tom Lane
2018-09-06Make contrib/unaccent's unaccent() function work when not in search path.Tom Lane
2018-09-05docs: improve AT TIME ZONE descriptionBruce Momjian