Commit Graph

33644 Commits (REL9_1_STABLE)
 

Author SHA1 Message Date
Tom Lane e85493559c Stamp 9.1.24. 9 years ago
Peter Eisentraut 3a018d2fbb Translation updates 9 years ago
Tom Lane e3e869c6df Release notes for 9.6.1, 9.5.5, 9.4.10, 9.3.15, 9.2.19, 9.1.24. 9 years ago
Tom Lane d4fa18a551 Avoid testing tuple visibility without buffer lock in RI_FKey_check(). 9 years ago
Tom Lane 24542e2535 Doc: wording tweak for PERL, PYTHON, TCLSH configuration variables. 9 years ago
Tom Lane 37ecf07d39 Sync our copy of the timezone library with IANA release tzcode2016h. 9 years ago
Tom Lane 9345bf08c9 Update time zone data files to tzdata release 2016h. 9 years ago
Tom Lane aee5eb8300 Another portability fix for tzcode2016g update. 9 years ago
Tom Lane fadfe66497 Windows portability fix. 9 years ago
Tom Lane 2877b102ee Sync our copy of the timezone library with IANA release tzcode2016g. 9 years ago
Tom Lane bca6d8300b Suppress "Factory" zone in pg_timezone_names view for tzdata >= 2016g. 9 years ago
Tom Lane 22cf976351 Update time zone data files to tzdata release 2016g. 9 years ago
Tom Lane 2e515559dd Fix cidin() to handle values above 2^31 platform-independently. 9 years ago
Tom Lane 253e30c001 Fix assorted integer-overflow hazards in varbit.c. 9 years ago
Tom Lane fb6825fe57 In PQsendQueryStart(), avoid leaking any left-over async result. 9 years ago
Heikki Linnakangas e84e4761f7 Clear OpenSSL error queue after failed X509_STORE_load_locations() call. 9 years ago
Heikki Linnakangas e76d06d7f2 Don't share SSL_CTX between libpq connections. 9 years ago
Alvaro Herrera 14e2d9a896 Include <sys/select.h> where needed 9 years ago
Tom Lane f83b72ea4a Doc: fix examples of # operators so they actually work. 9 years ago
Tom Lane 0183df5dc0 Be sure to rewind the tuplestore read pointer in non-leader CTEScan nodes. 9 years ago
Peter Eisentraut ee33250f75 doc: Fix documentation to match actual make output 9 years ago
Peter Eisentraut 8c48a89da2 doc: Correct ALTER USER MAPPING example 9 years ago
Heikki Linnakangas ed29d2de25 Fix ecpg -? option on Windows, add -V alias for --version. 9 years ago
Simon Riggs 3ed7f54bc4 Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVAL 9 years ago
Andres Freund 08fdfe7a8a Fix mdtruncate() to close fd.c handle of deleted segments. 9 years ago
Tom Lane 0499bd2691 Add regression test coverage for non-default timezone abbreviation sets. 9 years ago
Tom Lane 27d3e766cf Remove vestigial references to "zic" in favor of "IANA database". 9 years ago
Tom Lane 380dad29dc Don't require dynamic timezone abbreviations to match underlying time zone. 9 years ago
Tom Lane e3439a4554 Prevent starting a standalone backend with standby_mode on. 9 years ago
Tom Lane 934630cd8e Fix instability in parallel regression tests. 9 years ago
Tom Lane 3570ea4248 Fix improper repetition of previous results from a hashed aggregate. 9 years ago
Tom Lane 9942376a5b Fix -e option in contrib/intarray/bench/bench.pl. 9 years ago
Tom Lane 7e01c8ef3a Remove bogus dependencies on NUMERIC_MAX_PRECISION. 9 years ago
Tom Lane 99396e63f2 Fix regression test parallel-make hazard. 9 years ago
Tom Lane 74ffae9534 Doc: fix bad link in 9.1 branch only. 9 years ago
Tom Lane c90f4e5ccc Doc: write some for adminpack. 9 years ago
Peter Eisentraut aa8c64ab85 Fix typo 9 years ago
Tom Lane 99453178a5 Doc: clarify description of CREATE/ALTER FUNCTION ... SET FROM CURRENT. 9 years ago
Tom Lane cb5b88af7d Stamp 9.1.23. 9 years ago
Tom Lane 6bb96c0a06 Last-minute updates for release notes. 9 years ago
Peter Eisentraut d555d26429 Fix several one-byte buffer over-reads in to_number 9 years ago
Peter Eisentraut 5b1da944c3 Translation updates 9 years ago
Tom Lane 5327b764a5 Fix two errors with nested CASE/WHEN constructs. 9 years ago
Noah Misch a2385cac13 Obstruct shell, SQL, and conninfo injection via database and role names. 9 years ago
Noah Misch d2dd5df514 Promote pg_dumpall shell/connstr quoting functions to src/fe_utils. 9 years ago
Noah Misch c761c9fee0 Back-patch "Only quote libpq connection string values that need quoting." 9 years ago
Noah Misch 2d69f5b12e Fix Windows shell argument quoting. 9 years ago
Noah Misch 61c2cd88de Reject, in pg_dumpall, names containing CR or LF. 9 years ago
Noah Misch ba8c4089d6 Field conninfo strings throughout src/bin/scripts. 9 years ago
Noah Misch cf7e5f55bf Introduce a psql "\connect -reuse-previous=on|off" option. 9 years ago