aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix corrupt GIN_SEGMENT_ADDITEMS WAL records on big-endian hardware.Tom Lane2016-09-03
* Don't require dynamic timezone abbreviations to match underlying time zone.Tom Lane2016-09-02
* Suppress GCC 6 warning about self-comparisonTom Lane2016-09-01
* Prevent starting a standalone backend with standby_mode on.Tom Lane2016-08-31
* Fix pg_receivexlog compileAlvaro Herrera2016-08-29
* Fix pg_receivexlog --synchronousSimon Riggs2016-08-29
* Fix pg_xlogdump so that it handles cross-page XLP_FIRST_IS_CONTRECORD record.Fujii Masao2016-08-29
* Fix potential memory leakage from HandleParallelMessages().Tom Lane2016-08-26
* Fix assorted small bugs in ThrowErrorData().Tom Lane2016-08-26
* Fix instability in parallel regression tests.Tom Lane2016-08-25
* Fix small query-lifespan memory leak in bulk updates.Tom Lane2016-08-24
* Fix improper repetition of previous results from a hashed aggregate.Tom Lane2016-08-24
* Fix possible sorting error when aborting use of abbreviated keys.Robert Haas2016-08-22
* reorderbuffer: preserve errno while reporting errorAlvaro Herrera2016-08-19
* Update line count totals for psql help displays.Tom Lane2016-08-18
* In plpgsql, don't try to convert int2vector or oidvector to expanded array.Tom Lane2016-08-18
* Update Windows timezone mapping from Windows 7 and 10Magnus Hagander2016-08-18
* Fix deletion of speculatively inserted TOAST on conflictAndres Freund2016-08-17
* Properly re-initialize replication slot shared memory upon creation.Andres Freund2016-08-17
* Fix -e option in contrib/intarray/bench/bench.pl.Tom Lane2016-08-17
* Fix assorted places in psql to print version numbers >= 10 in new style.Tom Lane2016-08-16
* Remove bogus dependencies on NUMERIC_MAX_PRECISION.Tom Lane2016-08-14
* Fix inappropriate printing of never-measured times in EXPLAIN.Tom Lane2016-08-12
* Code cleanup in SyncRepWaitForLSN()Simon Riggs2016-08-12
* Correct TABLESAMPLE docsSimon Riggs2016-08-12
* Add ID property to replication slots' sect2Alvaro Herrera2016-08-11
* Fix busted Assert for CREATE MATVIEW ... WITH NO DATA.Tom Lane2016-08-11
* Doc: write some for adminpack.Tom Lane2016-08-10
* Fix typoPeter Eisentraut2016-08-09
* Doc: clarify description of CREATE/ALTER FUNCTION ... SET FROM CURRENT.Tom Lane2016-08-09
* Stamp 9.5.4.REL9_5_4Tom Lane2016-08-08
* Last-minute updates for release notes.Tom Lane2016-08-08
* Fix several one-byte buffer over-reads in to_numberPeter Eisentraut2016-08-08
* Translation updatesPeter Eisentraut2016-08-08
* Fix two errors with nested CASE/WHEN constructs.Tom Lane2016-08-08
* Obstruct shell, SQL, and conninfo injection via database and role names.Noah Misch2016-08-08
* Promote pg_dumpall shell/connstr quoting functions to src/fe_utils.Noah Misch2016-08-08
* Fix Windows shell argument quoting.Noah Misch2016-08-08
* Reject, in pg_dumpall, names containing CR or LF.Noah Misch2016-08-08
* Field conninfo strings throughout src/bin/scripts.Noah Misch2016-08-08
* Introduce a psql "\connect -reuse-previous=on|off" option.Noah Misch2016-08-08
* Sort out paired double quotes in \connect, \password and \crosstabview.Noah Misch2016-08-08
* Release notes for 9.5.4, 9.4.9, 9.3.14, 9.2.18, 9.1.23.Tom Lane2016-08-07
* Fix misestimation of n_distinct for a nearly-unique column with many nulls.Tom Lane2016-08-07
* Don't propagate a null subtransaction snapshot up to parent transaction.Tom Lane2016-08-07
* In B-tree page deletion, clean up properly after page deletion failure.Tom Lane2016-08-06
* Teach libpq to decode server version correctly from future servers.Tom Lane2016-08-05
* Add note about unused arguments for pg_replication_origin_xact_reset() in docs.Fujii Masao2016-08-06
* Update time zone data files to tzdata release 2016f.Tom Lane2016-08-05
* Fix bogus coding in WaitForBackgroundWorkerShutdown().Tom Lane2016-08-04