aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* pg_dump: Lock all relations, not just plain tablesAlvaro Herrera2020-10-27
* Accept relations of any kind in LOCK TABLEAlvaro Herrera2020-10-27
* docs: remove reference to src/tools/threadBruce Momjian2020-10-27
* doc: simplify wording of function error affectsBruce Momjian2020-10-26
* doc: make blooms docs match realityBruce Momjian2020-10-26
* Fix corner case for a BEFORE ROW UPDATE trigger returning OLD.Tom Lane2020-10-25
* Fix incorrect parameter name in a function header commentDavid Rowley2020-10-25
* Fix ancient bug in ecpg's pthread_once() emulation for Windows.Tom Lane2020-10-24
* Update time zone data files to tzdata release 2020d.Tom Lane2020-10-22
* Sync our copy of the timezone library with IANA release tzcode2020d.Tom Lane2020-10-22
* Fix connection string handling in psql's \connect command.Tom Lane2020-10-21
* Use fast checkpoint in PostgresNode::backup()Alvaro Herrera2020-10-21
* Fix ALTER TABLE .. ENABLE/DISABLE TRIGGER recursionAlvaro Herrera2020-10-20
* Avoid invalid alloc size error in shm_mqPeter Eisentraut2020-10-20
* Fix connection string handling in src/bin/scripts/ programs.Tom Lane2020-10-19
* Misc documentation fixes.Heikki Linnakangas2020-10-19
* Fix TRUNCATE doc: ALTER SEQUENCE RESTART is now transactional.Heikki Linnakangas2020-10-19
* Fix output of tsquery example in docs.Heikki Linnakangas2020-10-19
* In libpq for Windows, call WSAStartup once and WSACleanup not at all.Tom Lane2020-10-19
* Fix doc for full text search distance operator.Heikki Linnakangas2020-10-19
* Update link for plluaMagnus Hagander2020-10-19
* Relax some asserts in merge join costing codeDavid Rowley2020-10-20
* Fix potential memory leak in pgcryptoMichael Paquier2020-10-19
* Doc: caution against misuse of 'now' and related datetime literals.Tom Lane2020-10-17
* Update time zone data files to tzdata release 2020c.Tom Lane2020-10-16
* Sync our copy of the timezone library with IANA release tzcode2020c.Tom Lane2020-10-16
* Add missing error check in pgcrypto/crypt-md5.c.Tom Lane2020-10-16
* Doc: tweak column widths in synchronous-commit-matrix table.Tom Lane2020-10-16
* llvmjit: Work around bug in LLVM 3.9 causing crashes after 72559438f92.Andres Freund2020-10-15
* pg_upgrade: remove C99 compiler req. from commit 3c0471b5fdBruce Momjian2020-10-15
* pg_upgrade: generate check error for left-over new tablespaceBruce Momjian2020-10-15
* llvmjit: Also copy parameter / return value attributes from template functions.Andres Freund2020-10-15
* doc: improve description of synchronous_commit modesBruce Momjian2020-10-15
* In the postmaster, rely on the signal infrastructure to block signals.Tom Lane2020-10-15
* doc: Mention that toast_tuple_target affects also column marked as Main.Fujii Masao2020-10-15
* Paper over regression failures in infinite_recurse() on PPC64 Linux.Tom Lane2020-10-13
* Fix GiST buffering build to work when there are included columns.Tom Lane2020-10-12
* Fix memory leak when guc.c decides a setting can't be applied now.Tom Lane2020-10-12
* Fix optimization hazard in gram.y's makeOrderedSetArgs(), redux.Tom Lane2020-10-07
* Rethink recent fix for pg_dump's handling of extension config tables.Tom Lane2020-10-07
* pg_upgrade: remove pre-8.4 code and >= 8.4 checkBruce Momjian2020-10-06
* pg_upgrade; change major version comparisons to use <=, not <Bruce Momjian2020-10-06
* Build EC members for child join rels in the right memory context.Tom Lane2020-10-06
* doc: show functions returning record types and use of ROWS FROMBruce Momjian2020-10-05
* docs: clarify the interaction of clientcert and cert auth.Bruce Momjian2020-10-05
* Fix two latent(?) bugs in equivclass.c.Tom Lane2020-10-05
* Improve stability of identity.sql regression test.Tom Lane2020-10-04
* doc: libpq connection options can override command-line flagsBruce Momjian2020-10-02
* doc: clarify the use of ssh port forwardingBruce Momjian2020-10-02
* Put back explicit setting of replication values within TAP tests.Tom Lane2020-10-01