| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | 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 |
| * | Revert "Accept relations of any kind in LOCK TABLE". | Tom Lane | 2020-11-06 | 1 | -16/+8 |
| * | 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 | 2 | -4/+13 |
| * | Accept relations of any kind in LOCK TABLE | Alvaro Herrera | 2020-10-27 | 1 | -9/+12 |
| * | 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 connection string handling in psql's \connect command. | Tom Lane | 2020-10-21 | 1 | -14/+30 |
| * | Fix connection string handling in src/bin/scripts/ programs. | Tom Lane | 2020-10-19 | 5 | -21/+45 |
| * | 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 | 1 | -15/+0 |
| * | Doc: caution against misuse of 'now' and related datetime literals. | Tom Lane | 2020-10-17 | 2 | -6/+22 |
| * | doc: show functions returning record types and use of ROWS FROM | Bruce Momjian | 2020-10-05 | 1 | -1/+29 |
| * | 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 | 1 | -2/+12 |
| * | Archive timeline history files in standby if archive_mode is set to "always". | Fujii Masao | 2020-09-29 | 1 | -1/+2 |
| * | Fix title in reference section | Magnus Hagander | 2020-09-10 | 1 | -2/+2 |
| * | doc: clarify that max_wal_size is "during" checkpoints | Bruce Momjian | 2020-09-01 | 1 | -1/+1 |
| * | doc: add commas after 'i.e.' and 'e.g.' | Bruce Momjian | 2020-08-31 | 39 | -89/+89 |
| * | pg_upgrade doc: mention saving postgresql.conf.auto files | Bruce Momjian | 2020-08-31 | 1 | -5/+7 |
| * | docs: in mapping SQL to C data types, timestamp isn't a pointer | Bruce Momjian | 2020-08-31 | 1 | -1/+1 |
| * | doc: cross-link file-fdw and CSV config log sections | Bruce Momjian | 2020-08-31 | 2 | -2/+6 |
| * | docs: clarify intermediate certificate creation instructions | Bruce Momjian | 2020-08-31 | 1 | -2/+4 |
| * | docs: replace "stable storage" with "durable" in descriptions | Bruce Momjian | 2020-08-31 | 1 | -1/+1 |
| * | doc: improve description of subscripting of arrays | Bruce Momjian | 2020-08-31 | 1 | -1/+1 |
| * | docs: improve 'capitals' inheritance example | Bruce Momjian | 2020-08-31 | 1 | -2/+3 |
| * | Fix docs bug stating file_fdw requires absolute paths | Magnus Hagander | 2020-08-31 | 1 | -1/+2 |
| * | Mark factorial operator, and postfix operators in general, as deprecated. | Tom Lane | 2020-08-30 | 2 | -3/+25 |
| * | docs: client certificates are always sent to the server | Bruce Momjian | 2020-08-25 | 1 | -1/+1 |
| * | docs: improve description of how to handle multiple databases | Bruce Momjian | 2020-08-21 | 1 | -17/+37 |
| * | Doc: fix description of UNION/CASE/etc type unification. | Tom Lane | 2020-08-17 | 1 | -14/+19 |
| * | doc: Fix description about bgwriter and checkpoint in HA section | Michael Paquier | 2020-08-17 | 1 | -3/+4 |
| * | Prevent concurrent SimpleLruTruncate() for any given SLRU. | Noah Misch | 2020-08-15 | 1 | -1/+3 |
| * | Last-minute updates for release notes. | Tom Lane | 2020-08-10 | 1 | -0/+33 |
| * | Make contrib modules' installation scripts more secure. | Tom Lane | 2020-08-10 | 6 | -39/+226 |
| * | Release notes for 12.4, 11.9, 10.14, 9.6.19, 9.5.23. | Tom Lane | 2020-08-08 | 1 | -0/+619 |
| * | doc: clarify "state" table reference in tutorial | Bruce Momjian | 2020-08-05 | 1 | -2/+3 |
| * | Doc: fix obsolete info about allowed range of TZ offsets in timetz. | Tom Lane | 2020-08-03 | 1 | -2/+3 |
| * | Doc: fix high availability solutions comparison. | Tatsuo Ishii | 2020-07-31 | 1 | -4/+3 |
| * | doc: Document that ssl_ciphers does not affect TLS 1.3 | Peter Eisentraut | 2020-07-23 | 1 | -5/+8 |
| * | doc: Refresh more URLs in the docs | Michael Paquier | 2020-07-18 | 18 | -42/+39 |
| * | Doc: update or remove dead external links. | Tom Lane | 2020-07-10 | 4 | -63/+1 |
| * | doc: Fix incorrect reference to textout in plpgsql examples | Michael Paquier | 2020-07-05 | 1 | -1/+1 |
| * | Clamp total-tuples estimates for foreign tables to ensure planner sanity. | Tom Lane | 2020-07-03 | 1 | -0/+8 |
| * | doc: clarify that storage parameter values are optional | Bruce Momjian | 2020-06-30 | 4 | -6/+6 |
| * | doc: change pg_upgrade wal_level to be not minimal | Bruce Momjian | 2020-06-30 | 1 | -2/+2 |
| * | Fix documentation of "must be vacuumed within" warning. | Noah Misch | 2020-06-27 | 1 | -6/+5 |