summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-14Remove bogus dependencies on NUMERIC_MAX_PRECISION.Tom Lane
2016-08-13Fix regression test parallel-make hazard.Tom Lane
2016-08-08Stamp 9.1.23.REL9_1_23Tom 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
2016-08-08Sort out paired double quotes in \connect, \password and \crosstabview.Noah Misch
2016-08-07Fix misestimation of n_distinct for a nearly-unique column with many nulls.Tom Lane
2016-08-05Teach libpq to decode server version correctly from future servers.Tom Lane
2016-08-05Update time zone data files to tzdata release 2016f.Tom Lane
2016-08-01Fixed array checking code for "unsigned long long" datatypes in libecpg.Michael Meskes
2016-08-01Fix pg_basebackup so that it accepts 0 as a valid compression level.Fujii Masao
2016-07-28Guard against empty buffer in gets_fromFile()'s check for a newline.Tom Lane
2016-07-28Fix assorted fallout from IS [NOT] NULL patch.Tom Lane
2016-07-28Improve documentation about CREATE TABLE ... LIKE.Tom Lane
2016-07-26Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields.Tom Lane
2016-07-24Make the AIX case of Makefile.shlib safe for parallel make.Noah Misch
2016-07-21Make pltcl regression tests safe for Danish locale.Tom Lane
2016-07-19Fix MSVC build for changes in zic.Tom Lane
2016-07-19Sync back-branch copies of the timezone code with IANA release tzcode2016c.Tom Lane
2016-07-16Fix crash in close_ps() for NaN input coordinates.Tom Lane
2016-07-16Fix torn-page, unlogged xid and further risks from heap_update().Andres Freund
2016-07-11Fix TAP tests and MSVC scripts for pathnames with spaces.Tom Lane
2016-06-19Increase fixed waits in "pg_ctl start -w" from 5 seconds to 10.Tom Lane
2016-06-19Revert "Fix "pg_ctl start -w" to test child process status directly."Tom Lane
2016-06-16Fix validation of overly-long IPv6 addresses.Tom Lane
2016-06-13Fix multiple minor infelicities in aclchk.c error reports.Tom Lane
2016-06-09Clarify documentation of ceil/ceiling/floor functions.Tom Lane
2016-06-07nls-global.mk: search build dir for source files, tooAlvaro Herrera
2016-06-06Don't reset changes_since_analyze after a selective-columns ANALYZE.Tom Lane
2016-05-25Avoid hot standby cancels from VAC FREEZEAlvaro Herrera
2016-05-24Fetch XIDs atomically during vac_truncate_clog().Tom Lane
2016-05-24Avoid consuming an XID during vac_truncate_clog().Tom Lane
2016-05-23Fix latent crash in do_text_output_multiline().Tom Lane