summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Stamp 9.5.24.REL9_5_24Tom Lane2020-11-096-21/+21
* Last-minute updates for release notes.Tom Lane2020-11-091-73/+143
* Doc: clarify data type behavior of COALESCE and NULLIF.Tom Lane2020-11-092-6/+33
* Ignore attempts to \gset into specially treated variables.Noah Misch2020-11-095-0/+33
* In security-restricted operations, block enqueue of at-commit user code.Noah Misch2020-11-096-6/+104
* Translation updatesPeter Eisentraut2020-11-0957-7771/+46448
* Release notes for 13.1, 12.5, 11.10, 10.15, 9.6.20, 9.5.24.Tom Lane2020-11-081-0/+804
* Fix redundant error messages in client toolsPeter Eisentraut2020-11-072-4/+2
* Properly detoast data in brin_form_tupleTomas Vondra2020-11-073-1/+172
* Revert "Accept relations of any kind in LOCK TABLE".Tom Lane2020-11-064-44/+20
* Revert "pg_dump: Lock all relations, not just plain tables".Tom Lane2020-11-064-79/+3
* Doc: undo mistaken adjustment to LOCK TABLE docs in back branches.Tom Lane2020-11-061-2/+7
* Allow users with BYPASSRLS to alter their own passwords.Tom Lane2020-11-033-8/+19
* Avoid null pointer dereference if error result lacks SQLSTATE.Tom Lane2020-11-011-6/+8
* Use mode "r" for popen() in psql's evaluate_backtick().Tom Lane2020-10-281-2/+2
* Fix use-after-free bug with event triggers and ALTER TABLE.Tom Lane2020-10-271-0/+6
* Makefile comment: remove reference to tools/thread/thread_testBruce Momjian2020-10-271-1/+0
* pg_dump: Lock all relations, not just plain tablesAlvaro Herrera2020-10-274-3/+77
* Accept relations of any kind in LOCK TABLEAlvaro Herrera2020-10-274-21/+40
* docs: remove reference to src/tools/threadBruce Momjian2020-10-271-8/+0
* doc: simplify wording of function error affectsBruce Momjian2020-10-261-2/+2
* Fix ancient bug in ecpg's pthread_once() emulation for Windows.Tom Lane2020-10-241-1/+1
* Update time zone data files to tzdata release 2020d.Tom Lane2020-10-221-8/+12
* Sync our copy of the timezone library with IANA release tzcode2020d.Tom Lane2020-10-222-3/+13
* Fix connection string handling in psql's \connect command.Tom Lane2020-10-212-87/+229
* Avoid invalid alloc size error in shm_mqPeter Eisentraut2020-10-201-0/+24
* Fix connection string handling in src/bin/scripts/ programs.Tom Lane2020-10-1916-200/+274
* Misc documentation fixes.Heikki Linnakangas2020-10-1914-39/+39
* In libpq for Windows, call WSAStartup once and WSACleanup not at all.Tom Lane2020-10-193-44/+18
* Relax some asserts in merge join costing codeDavid Rowley2020-10-201-4/+6
* Fix potential memory leak in pgcryptoMichael Paquier2020-10-191-0/+1
* Doc: caution against misuse of 'now' and related datetime literals.Tom Lane2020-10-172-6/+22
* Update time zone data files to tzdata release 2020c.Tom Lane2020-10-161-40/+49
* Sync our copy of the timezone library with IANA release tzcode2020c.Tom Lane2020-10-165-141/+80
* Add missing error check in pgcrypto/crypt-md5.c.Tom Lane2020-10-161-1/+7
* pg_upgrade: remove C99 compiler req. from commit 3c0471b5fdBruce Momjian2020-10-151-1/+2
* pg_upgrade: generate check error for left-over new tablespaceBruce Momjian2020-10-151-0/+40
* Fix memory leak when guc.c decides a setting can't be applied now.Tom Lane2020-10-121-2/+30
* Fix optimization hazard in gram.y's makeOrderedSetArgs(), redux.Tom Lane2020-10-071-3/+3
* Rethink recent fix for pg_dump's handling of extension config tables.Tom Lane2020-10-071-0/+9
* pg_upgrade: remove pre-8.4 code and >= 8.4 checkBruce Momjian2020-10-062-32/+13
* pg_upgrade; change major version comparisons to use <=, not <Bruce Momjian2020-10-064-7/+7
* doc: show functions returning record types and use of ROWS FROMBruce Momjian2020-10-051-1/+29
* Fix two latent(?) bugs in equivclass.c.Tom Lane2020-10-051-6/+6
* doc: libpq connection options can override command-line flagsBruce Momjian2020-10-0210-45/+50
* doc: clarify the use of ssh port forwardingBruce Momjian2020-10-021-17/+22
* Fix handling of BC years in to_date/to_timestamp.Tom Lane2020-09-304-4/+67
* Archive timeline history files in standby if archive_mode is set to "always".Fujii Masao2020-09-292-1/+11
* Revise RelationBuildRowSecurity() to avoid memory leaks.Tom Lane2020-09-261-109/+95
* Fix handling of -d "connection string" in pg_dump/pg_restore.Tom Lane2020-09-246-296/+131