aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* doc: Fix documentation to match actual make outputPeter Eisentraut2016-09-20
* doc: Correct ALTER USER MAPPING examplePeter Eisentraut2016-09-20
* Use PostmasterRandom(), not random(), for DSM control segment ID.Robert Haas2016-09-20
* Retry DSM control segment creation if Windows indicates access denied.Robert Haas2016-09-20
* Fix outdated comments, GIST search queue is not an RBTree anymore.Heikki Linnakangas2016-09-20
* Fix latency calculation when there are \sleep commands in the script.Heikki Linnakangas2016-09-19
* MSVC: Include pg_recvlogical in client-only install.Robert Haas2016-09-19
* Fix ecpg -? option on Windows, add -V alias for --version.Heikki Linnakangas2016-09-18
* Fix building with LibreSSL.Heikki Linnakangas2016-09-15
* pg_buffercache: Allow huge allocations.Robert Haas2016-09-15
* Support OpenSSL 1.1.0.Heikki Linnakangas2016-09-15
* Docs: assorted minor cleanups.Tom Lane2016-09-12
* Fix copy/pasto in file identificationSimon Riggs2016-09-12
* Improve unreachability recognition in elog() macro.Tom Lane2016-09-10
* Fix miserable coding in pg_stat_get_activity().Tom Lane2016-09-10
* Fix locking a tuple updated by an aborted (sub)transactionAlvaro Herrera2016-09-09
* Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVALSimon Riggs2016-09-09
* Fix mdtruncate() to close fd.c handle of deleted segments.Andres Freund2016-09-08
* Don't print database's tablespace in pg_dump -C --no-tablespaces output.Tom Lane2016-09-08
* Doc: small improvements for documentation about VACUUM freezing.Tom Lane2016-09-06
* Add regression test coverage for non-default timezone abbreviation sets.Tom Lane2016-09-04
* Remove vestigial references to "zic" in favor of "IANA database".Tom Lane2016-09-04
* 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