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
2016-10-24
Stamp 9.1.24.
REL9_1_24
REL9_1_STABLE
Tom Lane
2016-10-24
Translation updates
Peter Eisentraut
2016-10-23
Avoid testing tuple visibility without buffer lock in RI_FKey_check().
Tom Lane
2016-10-20
Sync our copy of the timezone library with IANA release tzcode2016h.
Tom Lane
2016-10-20
Update time zone data files to tzdata release 2016h.
Tom Lane
2016-10-20
Another portability fix for tzcode2016g update.
Tom Lane
2016-10-19
Windows portability fix.
Tom Lane
2016-10-19
Sync our copy of the timezone library with IANA release tzcode2016g.
Tom Lane
2016-10-19
Suppress "Factory" zone in pg_timezone_names view for tzdata >= 2016g.
Tom Lane
2016-10-19
Update time zone data files to tzdata release 2016g.
Tom Lane
2016-10-18
Fix cidin() to handle values above 2^31 platform-independently.
Tom Lane
2016-10-14
Fix assorted integer-overflow hazards in varbit.c.
Tom Lane
2016-10-10
In PQsendQueryStart(), avoid leaking any left-over async result.
Tom Lane
2016-10-07
Clear OpenSSL error queue after failed X509_STORE_load_locations() call.
Heikki Linnakangas
2016-10-07
Don't share SSL_CTX between libpq connections.
Heikki Linnakangas
2016-09-27
Include <sys/select.h> where needed
Alvaro Herrera
2016-09-22
Be sure to rewind the tuplestore read pointer in non-leader CTEScan nodes.
Tom Lane
2016-09-18
Fix ecpg -? option on Windows, add -V alias for --version.
Heikki Linnakangas
2016-09-09
Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVAL
Simon Riggs
2016-09-08
Fix mdtruncate() to close fd.c handle of deleted segments.
Andres Freund
2016-09-05
Add regression test coverage for non-default timezone abbreviation sets.
Tom Lane
2016-09-04
Remove vestigial references to "zic" in favor of "IANA database".
Tom Lane
2016-09-02
Don't require dynamic timezone abbreviations to match underlying time zone.
Tom Lane
2016-08-31
Prevent starting a standalone backend with standby_mode on.
Tom Lane
2016-08-25
Fix instability in parallel regression tests.
Tom Lane
2016-08-24
Fix improper repetition of previous results from a hashed aggregate.
Tom Lane
2016-08-14
Remove bogus dependencies on NUMERIC_MAX_PRECISION.
Tom Lane
2016-08-13
Fix regression test parallel-make hazard.
Tom Lane
2016-08-08
Stamp 9.1.23.
REL9_1_23
Tom Lane
2016-08-08
Fix several one-byte buffer over-reads in to_number
Peter Eisentraut
2016-08-08
Translation updates
Peter Eisentraut
2016-08-08
Fix two errors with nested CASE/WHEN constructs.
Tom Lane
2016-08-08
Obstruct shell, SQL, and conninfo injection via database and role names.
Noah Misch
2016-08-08
Promote pg_dumpall shell/connstr quoting functions to src/fe_utils.
Noah Misch
2016-08-08
Back-patch "Only quote libpq connection string values that need quoting."
Noah Misch
2016-08-08
Fix Windows shell argument quoting.
Noah Misch
2016-08-08
Reject, in pg_dumpall, names containing CR or LF.
Noah Misch
2016-08-08
Field conninfo strings throughout src/bin/scripts.
Noah Misch
2016-08-08
Introduce a psql "\connect -reuse-previous=on|off" option.
Noah Misch
2016-08-08
Sort out paired double quotes in \connect, \password and \crosstabview.
Noah Misch
2016-08-07
Fix misestimation of n_distinct for a nearly-unique column with many nulls.
Tom Lane
2016-08-05
Teach libpq to decode server version correctly from future servers.
Tom Lane
2016-08-05
Update time zone data files to tzdata release 2016f.
Tom Lane
2016-08-01
Fixed array checking code for "unsigned long long" datatypes in libecpg.
Michael Meskes
2016-08-01
Fix pg_basebackup so that it accepts 0 as a valid compression level.
Fujii Masao
2016-07-28
Guard against empty buffer in gets_fromFile()'s check for a newline.
Tom Lane
2016-07-28
Fix assorted fallout from IS [NOT] NULL patch.
Tom Lane
2016-07-28
Improve documentation about CREATE TABLE ... LIKE.
Tom Lane
2016-07-26
Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields.
Tom Lane
2016-07-24
Make the AIX case of Makefile.shlib safe for parallel make.
Noah Misch
[next]