index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2018-10-31
Sync our copy of the timezone library with IANA release tzcode2018g.
Tom Lane
2018-10-31
Update time zone data files to tzdata release 2018g.
Tom Lane
2018-10-28
Fix perl searchpath for modern perl for MSVC tools
Andrew Dunstan
2018-10-19
Sync our copy of the timezone library with IANA release tzcode2018f.
Tom Lane
2018-10-19
Update time zone data files to tzdata release 2018f.
Tom Lane
2018-10-18
Still further rethinking of build changes for macOS Mojave.
Tom Lane
2018-10-17
Fix minor bug in isolationtester.
Tom Lane
2018-10-17
Improve tzparse's handling of TZDEFRULES ("posixrules") zone data.
Tom Lane
2018-10-16
Back off using -isysroot on Darwin.
Tom Lane
2018-10-16
Avoid rare race condition in privileges.sql regression test.
Tom Lane
2018-10-16
Avoid statically allocating gmtsub()'s timezone workspace.
Tom Lane
2018-10-15
Check for stack overrun in standard_ProcessUtility().
Tom Lane
2018-10-14
Avoid duplicate XIDs at recovery when building initial snapshot
Michael Paquier
2018-10-12
Remove abstime, reltime, tinterval tables from old regression databases.
Tom Lane
2018-10-12
Back-patch addition of the ALLOCSET_FOO_SIZES macros.
Tom Lane
2018-10-10
Fix logical decoding error when system table w/ toast is repeatedly rewritten.
Andres Freund
2018-10-05
Allow btree comparison functions to return INT_MIN.
Tom Lane
2018-10-02
Set snprintf.c's maximum number of NL arguments to be 31.
Tom Lane
2018-10-02
Fix corner-case failures in has_foo_privilege() family of functions.
Tom Lane
2018-10-01
Fix ALTER COLUMN TYPE to not open a relation without any lock.
Tom Lane
2018-09-30
Fix detection of the result type of strerror_r().
Tom Lane
2018-09-26
Recurse to sequences on ownership change for all relkinds
Peter Eisentraut
2018-09-25
Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").
Tom Lane
2018-09-24
Fix over-allocation of space for array_out()'s result string.
Tom Lane
2018-09-24
Initialize random() in bootstrap/stand-alone postgres and in initdb.
Noah Misch
2018-09-23
Fix failure in WHERE CURRENT OF after rewinding the referenced cursor.
Tom Lane
2018-09-18
Allow DSM allocation to be interrupted.
Thomas Munro
2018-09-15
Fix failure with initplans used conditionally during EvalPlanQual rechecks.
Tom Lane
2018-09-12
Repair bug in regexp split performance improvements.
Andrew Gierth
2018-09-12
On all Windows platforms, not just Cygwin, use _timezone and _tzname.
Tom Lane
2018-09-11
Support building with Visual Studio 2017
Andrew Dunstan
2018-09-11
Support building with Visual Studio 2015
Andrew Dunstan
2018-09-09
Fix past pd_upper write in ginRedoRecompress()
Alexander Korotkov
2018-09-08
Save/restore SPI's global variables in SPI_connect() and SPI_finish().
Tom Lane
2018-09-07
Limit depth of forced recursion for CLOBBER_CACHE_RECURSIVELY.
Tom Lane
2018-09-07
Fix longstanding recursion hazard in sinval message processing.
Tom Lane
2018-09-02
Fix initial sync of slot parent directory when restoring status
Michael Paquier
2018-09-01
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
Ignore server-side delays when enforcing wal_sender_timeout.
Noah Misch
2018-08-31
Ensure correct minimum consistent point on standbys
Michael Paquier
2018-08-31
Make checksum_impl.h safe to compile with -fstrict-aliasing.
Tom Lane
2018-08-28
Avoid quadratic slowdown in regexp match/split functions.
Andrew Gierth
2018-08-26
Make syslogger more robust against failures in opening CSV log files.
Tom Lane
2018-08-23
Reduce an unnecessary O(N^3) loop in lexer.
Andrew Gierth
2018-08-21
Fix set of NLS translation issues
Michael Paquier
2018-08-17
Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands.
Tom Lane
2018-08-17
Set scan direction appropriately for SubPlans (bug #15336)
Andrew Gierth
2018-08-16
Close the file descriptor in ApplyLogicalMappingFile
Tomas Vondra
2018-08-15
Make snprintf.c follow the C99 standard for snprintf's result value.
Tom Lane
2018-08-15
Clean up assorted misuses of snprintf()'s result value.
Tom Lane
[next]