Commit Graph

33644 Commits (REL9_1_STABLE)
 

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