| Commit message (Expand) | Author | Age | Files | Lines |
| * | Stamp 9.5.24.REL9_5_24 | Tom Lane | 2020-11-09 | 6 | -21/+21 |
| * | Last-minute updates for release notes. | Tom Lane | 2020-11-09 | 1 | -73/+143 |
| * | Doc: clarify data type behavior of COALESCE and NULLIF. | Tom Lane | 2020-11-09 | 2 | -6/+33 |
| * | Ignore attempts to \gset into specially treated variables. | Noah Misch | 2020-11-09 | 5 | -0/+33 |
| * | In security-restricted operations, block enqueue of at-commit user code. | Noah Misch | 2020-11-09 | 6 | -6/+104 |
| * | Translation updates | Peter Eisentraut | 2020-11-09 | 57 | -7771/+46448 |
| * | Release notes for 13.1, 12.5, 11.10, 10.15, 9.6.20, 9.5.24. | Tom Lane | 2020-11-08 | 1 | -0/+804 |
| * | Fix redundant error messages in client tools | Peter Eisentraut | 2020-11-07 | 2 | -4/+2 |
| * | Properly detoast data in brin_form_tuple | Tomas Vondra | 2020-11-07 | 3 | -1/+172 |
| * | Revert "Accept relations of any kind in LOCK TABLE". | Tom Lane | 2020-11-06 | 4 | -44/+20 |
| * | Revert "pg_dump: Lock all relations, not just plain tables". | Tom Lane | 2020-11-06 | 4 | -79/+3 |
| * | Doc: undo mistaken adjustment to LOCK TABLE docs in back branches. | Tom Lane | 2020-11-06 | 1 | -2/+7 |
| * | Allow users with BYPASSRLS to alter their own passwords. | Tom Lane | 2020-11-03 | 3 | -8/+19 |
| * | Avoid null pointer dereference if error result lacks SQLSTATE. | Tom Lane | 2020-11-01 | 1 | -6/+8 |
| * | Use mode "r" for popen() in psql's evaluate_backtick(). | Tom Lane | 2020-10-28 | 1 | -2/+2 |
| * | Fix use-after-free bug with event triggers and ALTER TABLE. | Tom Lane | 2020-10-27 | 1 | -0/+6 |
| * | Makefile comment: remove reference to tools/thread/thread_test | Bruce Momjian | 2020-10-27 | 1 | -1/+0 |
| * | pg_dump: Lock all relations, not just plain tables | Alvaro Herrera | 2020-10-27 | 4 | -3/+77 |
| * | Accept relations of any kind in LOCK TABLE | Alvaro Herrera | 2020-10-27 | 4 | -21/+40 |
| * | docs: remove reference to src/tools/thread | Bruce Momjian | 2020-10-27 | 1 | -8/+0 |
| * | doc: simplify wording of function error affects | Bruce Momjian | 2020-10-26 | 1 | -2/+2 |
| * | Fix ancient bug in ecpg's pthread_once() emulation for Windows. | Tom Lane | 2020-10-24 | 1 | -1/+1 |
| * | Update time zone data files to tzdata release 2020d. | Tom Lane | 2020-10-22 | 1 | -8/+12 |
| * | Sync our copy of the timezone library with IANA release tzcode2020d. | Tom Lane | 2020-10-22 | 2 | -3/+13 |
| * | Fix connection string handling in psql's \connect command. | Tom Lane | 2020-10-21 | 2 | -87/+229 |
| * | Avoid invalid alloc size error in shm_mq | Peter Eisentraut | 2020-10-20 | 1 | -0/+24 |
| * | Fix connection string handling in src/bin/scripts/ programs. | Tom Lane | 2020-10-19 | 16 | -200/+274 |
| * | Misc documentation fixes. | Heikki Linnakangas | 2020-10-19 | 14 | -39/+39 |
| * | In libpq for Windows, call WSAStartup once and WSACleanup not at all. | Tom Lane | 2020-10-19 | 3 | -44/+18 |
| * | Relax some asserts in merge join costing code | David Rowley | 2020-10-20 | 1 | -4/+6 |
| * | Fix potential memory leak in pgcrypto | Michael Paquier | 2020-10-19 | 1 | -0/+1 |
| * | Doc: caution against misuse of 'now' and related datetime literals. | Tom Lane | 2020-10-17 | 2 | -6/+22 |
| * | Update time zone data files to tzdata release 2020c. | Tom Lane | 2020-10-16 | 1 | -40/+49 |
| * | Sync our copy of the timezone library with IANA release tzcode2020c. | Tom Lane | 2020-10-16 | 5 | -141/+80 |
| * | Add missing error check in pgcrypto/crypt-md5.c. | Tom Lane | 2020-10-16 | 1 | -1/+7 |
| * | pg_upgrade: remove C99 compiler req. from commit 3c0471b5fd | Bruce Momjian | 2020-10-15 | 1 | -1/+2 |
| * | pg_upgrade: generate check error for left-over new tablespace | Bruce Momjian | 2020-10-15 | 1 | -0/+40 |
| * | Fix memory leak when guc.c decides a setting can't be applied now. | Tom Lane | 2020-10-12 | 1 | -2/+30 |
| * | Fix optimization hazard in gram.y's makeOrderedSetArgs(), redux. | Tom Lane | 2020-10-07 | 1 | -3/+3 |
| * | Rethink recent fix for pg_dump's handling of extension config tables. | Tom Lane | 2020-10-07 | 1 | -0/+9 |
| * | pg_upgrade: remove pre-8.4 code and >= 8.4 check | Bruce Momjian | 2020-10-06 | 2 | -32/+13 |
| * | pg_upgrade; change major version comparisons to use <=, not < | Bruce Momjian | 2020-10-06 | 4 | -7/+7 |
| * | doc: show functions returning record types and use of ROWS FROM | Bruce Momjian | 2020-10-05 | 1 | -1/+29 |
| * | Fix two latent(?) bugs in equivclass.c. | Tom Lane | 2020-10-05 | 1 | -6/+6 |
| * | doc: libpq connection options can override command-line flags | Bruce Momjian | 2020-10-02 | 10 | -45/+50 |
| * | doc: clarify the use of ssh port forwarding | Bruce Momjian | 2020-10-02 | 1 | -17/+22 |
| * | Fix handling of BC years in to_date/to_timestamp. | Tom Lane | 2020-09-30 | 4 | -4/+67 |
| * | Archive timeline history files in standby if archive_mode is set to "always". | Fujii Masao | 2020-09-29 | 2 | -1/+11 |
| * | Revise RelationBuildRowSecurity() to avoid memory leaks. | Tom Lane | 2020-09-26 | 1 | -109/+95 |
| * | Fix handling of -d "connection string" in pg_dump/pg_restore. | Tom Lane | 2020-09-24 | 6 | -296/+131 |