summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-24Stamp 9.1.24.REL9_1_24REL9_1_STABLETom Lane
2016-10-24Translation updatesPeter Eisentraut
2016-10-24Release notes for 9.6.1, 9.5.5, 9.4.10, 9.3.15, 9.2.19, 9.1.24.Tom Lane
2016-10-23Avoid testing tuple visibility without buffer lock in RI_FKey_check().Tom Lane
2016-10-21Doc: wording tweak for PERL, PYTHON, TCLSH configuration variables.Tom Lane
2016-10-20Sync our copy of the timezone library with IANA release tzcode2016h.Tom Lane
2016-10-20Update time zone data files to tzdata release 2016h.Tom Lane
2016-10-20Another portability fix for tzcode2016g update.Tom Lane
2016-10-19Windows portability fix.Tom Lane
2016-10-19Sync our copy of the timezone library with IANA release tzcode2016g.Tom Lane
2016-10-19Suppress "Factory" zone in pg_timezone_names view for tzdata >= 2016g.Tom Lane
2016-10-19Update time zone data files to tzdata release 2016g.Tom Lane
2016-10-18Fix cidin() to handle values above 2^31 platform-independently.Tom Lane
2016-10-14Fix assorted integer-overflow hazards in varbit.c.Tom Lane
2016-10-10In PQsendQueryStart(), avoid leaking any left-over async result.Tom Lane
2016-10-07Clear OpenSSL error queue after failed X509_STORE_load_locations() call.Heikki Linnakangas
2016-10-07Don't share SSL_CTX between libpq connections.Heikki Linnakangas
2016-09-27Include <sys/select.h> where neededAlvaro Herrera
2016-09-23Doc: fix examples of # operators so they actually work.Tom Lane
2016-09-22Be sure to rewind the tuplestore read pointer in non-leader CTEScan nodes.Tom Lane
2016-09-20doc: Fix documentation to match actual make outputPeter Eisentraut
2016-09-20doc: Correct ALTER USER MAPPING examplePeter Eisentraut
2016-09-18Fix ecpg -? option on Windows, add -V alias for --version.Heikki Linnakangas
2016-09-09Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVALSimon Riggs
2016-09-08Fix mdtruncate() to close fd.c handle of deleted segments.Andres Freund
2016-09-05Add regression test coverage for non-default timezone abbreviation sets.Tom Lane
2016-09-04Remove vestigial references to "zic" in favor of "IANA database".Tom Lane
2016-09-02Don't require dynamic timezone abbreviations to match underlying time zone.Tom Lane
2016-08-31Prevent starting a standalone backend with standby_mode on.Tom Lane
2016-08-25Fix instability in parallel regression tests.Tom Lane
2016-08-24Fix improper repetition of previous results from a hashed aggregate.Tom Lane
2016-08-17Fix -e option in contrib/intarray/bench/bench.pl.Tom Lane
2016-08-14Remove bogus dependencies on NUMERIC_MAX_PRECISION.Tom Lane
2016-08-13Fix regression test parallel-make hazard.Tom Lane
2016-08-11Doc: fix bad link in 9.1 branch only.Tom Lane
2016-08-11Doc: write some for adminpack.Tom Lane
2016-08-09Fix typoPeter Eisentraut
2016-08-09Doc: clarify description of CREATE/ALTER FUNCTION ... SET FROM CURRENT.Tom Lane
2016-08-08Stamp 9.1.23.REL9_1_23Tom Lane
2016-08-08Last-minute updates for release notes.Tom Lane
2016-08-08Fix several one-byte buffer over-reads in to_numberPeter Eisentraut
2016-08-08Translation updatesPeter Eisentraut
2016-08-08Fix two errors with nested CASE/WHEN constructs.Tom Lane
2016-08-08Obstruct shell, SQL, and conninfo injection via database and role names.Noah Misch
2016-08-08Promote pg_dumpall shell/connstr quoting functions to src/fe_utils.Noah Misch
2016-08-08Back-patch "Only quote libpq connection string values that need quoting."Noah Misch
2016-08-08Fix Windows shell argument quoting.Noah Misch
2016-08-08Reject, in pg_dumpall, names containing CR or LF.Noah Misch
2016-08-08Field conninfo strings throughout src/bin/scripts.Noah Misch
2016-08-08Introduce a psql "\connect -reuse-previous=on|off" option.Noah Misch