summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-10Fix logical decoding error when system table w/ toast is repeatedly rewritten.Andres Freund
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-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-18Allow DSM allocation to be interrupted.Thomas Munro
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-09Fix past pd_upper write in ginRedoRecompress()Alexander Korotkov
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-02Fix initial sync of slot parent directory when restoring statusMichael Paquier
2018-09-01Avoid using potentially-under-aligned page buffers.Tom Lane
2018-09-01Ignore server-side delays when enforcing wal_sender_timeout.Noah Misch
2018-08-31Ensure correct minimum consistent point on standbysMichael Paquier
2018-08-31Make checksum_impl.h safe to compile with -fstrict-aliasing.Tom Lane
2018-08-28Avoid quadratic slowdown in regexp match/split functions.Andrew Gierth
2018-08-26Make syslogger more robust against failures in opening CSV log files.Tom Lane
2018-08-23Reduce an unnecessary O(N^3) loop in lexer.Andrew Gierth
2018-08-21Fix set of NLS translation issuesMichael Paquier
2018-08-17Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands.Tom Lane
2018-08-17Set scan direction appropriately for SubPlans (bug #15336)Andrew Gierth
2018-08-16Close the file descriptor in ApplyLogicalMappingFileTomas Vondra
2018-08-15Make snprintf.c follow the C99 standard for snprintf's result value.Tom Lane
2018-08-15Clean up assorted misuses of snprintf()'s result value.Tom Lane