| 2020-10-03 |
Bruce Momjian | doc: clarify the use of ssh port forwarding |
commit | commitdiff | tree |
| 2020-10-01 |
Tom Lane | Put back explicit setting of replication values within... |
commit | commitdiff | tree |
| 2020-10-01 |
Heikki Linnakangas | Fix incorrect assertion on number of array dimensions. |
commit | commitdiff | tree |
| 2020-09-30 |
Tom Lane | Fix handling of BC years in to_date/to_timestamp. |
commit | commitdiff | tree |
| 2020-09-30 |
Tom Lane | Remove obsolete replication settings within TAP tests. |
commit | commitdiff | tree |
| 2020-09-29 |
Fujii Masao | Archive timeline history files in standby if archive_mo... |
commit | commitdiff | tree |
| 2020-09-26 |
Tom Lane | Revise RelationBuildRowSecurity() to avoid memory leaks. |
commit | commitdiff | tree |
| 2020-09-24 |
Tom Lane | Fix handling of -d "connection string" in pg_dump/pg_re... |
commit | commitdiff | tree |
| 2020-09-23 |
Thomas Munro | Fix missing fsync of SLRU directories. |
commit | commitdiff | tree |
| 2020-09-23 |
Tom Lane | Avoid possible dangling-pointer access in tsearch_readl... |
commit | commitdiff | tree |
| 2020-09-18 |
Tom Lane | Use factorial rather than numeric_fac in create_operato... |
commit | commitdiff | tree |
| 2020-09-17 |
Amit Kapila | Update parallel BTree scan state when the scan keys... |
commit | commitdiff | tree |
| 2020-09-16 |
Tom Lane | Fix bogus cache-invalidation logic in logical replicati... |
commit | commitdiff | tree |
| 2020-09-14 |
Noah Misch | Fix race in test of pg_switch_wal(). |
commit | commitdiff | tree |
| 2020-09-13 |
Tom Lane | Use the properly transformed RangeVar for expandTableLi... |
commit | commitdiff | tree |
| 2020-09-12 |
Peter Eisentraut | doc: Don't hide the "Up" link when it is the same as... |
commit | commitdiff | tree |
| 2020-09-10 |
Tom Lane | Use _exit(2) for SIGQUIT during ProcessStartupPacket... |
commit | commitdiff | tree |
| 2020-09-10 |
Peter Eisentraut | doc: Remove buggy ICU collation from documentation |
commit | commitdiff | tree |
| 2020-09-10 |
Magnus Hagander | Fix title in reference section |
commit | commitdiff | tree |
| 2020-09-10 |
Michael Paquier | doc: Fix some grammar and inconsistencies |
commit | commitdiff | tree |
| 2020-09-09 |
Tom Lane | Make archiver's SIGQUIT handler exit via _exit(). |
commit | commitdiff | tree |
| 2020-09-06 |
Tom Lane | Fix misleading error message about inconsistent moving... |
commit | commitdiff | tree |
| 2020-09-06 |
Tom Lane | Remove useless lstat() call in pg_rewind. |
commit | commitdiff | tree |
| 2020-09-05 |
Tom Lane | Make new authentication test case more robust. |
commit | commitdiff | tree |
| 2020-09-05 |
Tom Lane | Fix over-eager ping'ing in logical replication receiver. |
commit | commitdiff | tree |
| 2020-09-04 |
Bruce Momjian | C comment: correct use of 64-"byte" cache line size |
commit | commitdiff | tree |
| 2020-09-04 |
Tom Lane | Fix rare deadlock failure in create_am regression test. |
commit | commitdiff | tree |
| 2020-09-03 |
Tom Lane | Avoid lockup of a parallel worker when reporting a... |
commit | commitdiff | tree |
| 2020-09-01 |
Bruce Momjian | doc: clarify that max_wal_size is "during" checkpoints |
commit | commitdiff | tree |
| 2020-09-01 |
Tom Lane | Teach libpq to handle arbitrary-length lines in .pgpass... |
commit | commitdiff | tree |
| 2020-08-31 |
Bruce Momjian | doc: add commas after 'i.e.' and 'e.g.' |
commit | commitdiff | tree |
| 2020-08-31 |
Bruce Momjian | C comment: remove mention of use of t_hoff WAL structu... |
commit | commitdiff | tree |
| 2020-08-31 |
Bruce Momjian | pg_upgrade doc: mention saving postgresql.conf.auto... |
commit | commitdiff | tree |
| 2020-08-31 |
Bruce Momjian | docs: in mapping SQL to C data types, timestamp isn... |
commit | commitdiff | tree |
| 2020-08-31 |
Bruce Momjian | doc: cross-link file-fdw and CSV config log sections |
commit | commitdiff | tree |
| 2020-08-31 |
Bruce Momjian | docs: clarify intermediate certificate creation instru... |
commit | commitdiff | tree |
| 2020-08-31 |
Bruce Momjian | docs: replace "stable storage" with "durable" in descr... |
commit | commitdiff | tree |
| 2020-08-31 |
Bruce Momjian | doc: improve description of subscripting of arrays |
commit | commitdiff | tree |
| 2020-08-31 |
Bruce Momjian | docs: improve 'capitals' inheritance example |
commit | commitdiff | tree |
| 2020-08-31 |
Magnus Hagander | Fix docs bug stating file_fdw requires absolute paths |
commit | commitdiff | tree |
| 2020-08-30 |
Tom Lane | Mark factorial operator, and postfix operators in gener... |
commit | commitdiff | tree |
| 2020-08-27 |
Tom Lane | Fix code for re-finding scan position in a multicolumn... |
commit | commitdiff | tree |
| 2020-08-25 |
Bruce Momjian | docs: client certificates are always sent to the server |
commit | commitdiff | tree |
| 2020-08-22 |
Tom Lane | Avoid pushing quals down into sub-queries that have... |
commit | commitdiff | tree |
| 2020-08-22 |
Bruce Momjian | docs: improve description of how to handle multiple... |
commit | commitdiff | tree |
| 2020-08-21 |
Tom Lane | Fix handling of CREATE TABLE LIKE with inheritance. |
commit | commitdiff | tree |
| 2020-08-17 |
Alvaro Herrera | Disable autovacuum for BRIN test table |
commit | commitdiff | tree |
| 2020-08-17 |
Tom Lane | Doc: fix description of UNION/CASE/etc type unification. |
commit | commitdiff | tree |
| 2020-08-17 |
Michael Paquier | doc: Fix description about bgwriter and checkpoint... |
commit | commitdiff | tree |
| 2020-08-15 |
Noah Misch | Move new LOCKTAG_DATABASE_FROZEN_IDS to end of enum... |
commit | commitdiff | tree |
| 2020-08-15 |
Noah Misch | Prevent concurrent SimpleLruTruncate() for any given... |
commit | commitdiff | tree |
| 2020-08-15 |
Tom Lane | Be more careful about the shape of hashable subplan... |
commit | commitdiff | tree |
| 2020-08-14 |
Tom Lane | Fix postmaster's behavior during smart shutdown. |
commit | commitdiff | tree |
| 2020-08-13 |
Alvaro Herrera | Handle new HOT chains in index-build table scans |
commit | commitdiff | tree |
| 2020-08-12 |
Alvaro Herrera | BRIN: Handle concurrent desummarization properly |
commit | commitdiff | tree |
| 2020-08-10 |
Tom Lane | Stamp 10.14. REL_10_14 |
commit | commitdiff | tree |
| 2020-08-10 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree |
| 2020-08-10 |
Noah Misch | Document clashes between logical replication and untrus... |
commit | commitdiff | tree |
| 2020-08-10 |
Noah Misch | Empty search_path in logical replication apply worker... |
commit | commitdiff | tree |
| 2020-08-10 |
Noah Misch | Move connect.h from fe_utils to src/include/common. |
commit | commitdiff | tree |
| 2020-08-10 |
Tom Lane | Make contrib modules' installation scripts more secure. |
commit | commitdiff | tree |
| 2020-08-10 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
| 2020-08-09 |
Tom Lane | Check for fseeko() failure in pg_dump's _tarAddFile(). |
commit | commitdiff | tree |
| 2020-08-09 |
Tom Lane | Release notes for 12.4, 11.9, 10.14, 9.6.19, 9.5.23. |
commit | commitdiff | tree |
| 2020-08-08 |
Alvaro Herrera | walsnd: Don't set waiting_for_ping_response spuriously |
commit | commitdiff | tree |
| 2020-08-05 |
Bruce Momjian | doc: clarify "state" table reference in tutorial |
commit | commitdiff | tree |
| 2020-08-04 |
Tom Lane | Increase hard-wired timeout values in ecpg regression... |
commit | commitdiff | tree |
| 2020-08-03 |
Tom Lane | Doc: fix obsolete info about allowed range of TZ offset... |
commit | commitdiff | tree |
| 2020-08-02 |
Tom Lane | Adjust pgcrypto's expected test results for --disable... |
commit | commitdiff | tree |
| 2020-07-31 |
Tom Lane | Fix recently-introduced performance problem in ts_headl... |
commit | commitdiff | tree |
| 2020-07-30 |
Tatsuo Ishii | Doc: fix high availability solutions comparison. |
commit | commitdiff | tree |
| 2020-07-29 |
Peter Geoghegan | Backpatch tuplesort.c assertion. |
commit | commitdiff | tree |
| 2020-07-27 |
Michael Paquier | Fix corner case with 16kB-long decompression in pgcrypt... |
commit | commitdiff | tree |
| 2020-07-25 |
Amit Kapila | Fix buffer usage stats for nodes above Gather Merge. |
commit | commitdiff | tree |
| 2020-07-23 |
Tom Lane | Fix ancient violation of zlib's API spec. |
commit | commitdiff | tree |
| 2020-07-23 |
Peter Eisentraut | doc: Document that ssl_ciphers does not affect TLS 1.3 |
commit | commitdiff | tree |
| 2020-07-23 |
Thomas Munro | Fix error message. |
commit | commitdiff | tree |
| 2020-07-22 |
Michael Paquier | Revert "Fix corner case with PGP decompression in pgcrypto" |
commit | commitdiff | tree |
| 2020-07-22 |
Michael Paquier | Fix corner case with PGP decompression in pgcrypto |
commit | commitdiff | tree |
| 2020-07-21 |
Tom Lane | Avoid C99-ism in pre-v12 branches. |
commit | commitdiff | tree |
| 2020-07-21 |
Tom Lane | Assert that we don't insert nulls into attnotnull catal... |
commit | commitdiff | tree |
| 2020-07-21 |
Tom Lane | Avoid direct C access to possibly-null pg_subscription_... |
commit | commitdiff | tree |
| 2020-07-20 |
Tom Lane | Fix construction of updated-columns bitmap in logical... |
commit | commitdiff | tree |
| 2020-07-18 |
Michael Paquier | doc: Refresh more URLs in the docs |
commit | commitdiff | tree |
| 2020-07-17 |
Tom Lane | Ensure that distributed timezone abbreviation files... |
commit | commitdiff | tree |
| 2020-07-16 |
Michael Paquier | Switch pg_test_fsync to use binary mode on Windows |
commit | commitdiff | tree |
| 2020-07-16 |
Tom Lane | Replace use of sys_siglist[] with strsignal(). |
commit | commitdiff | tree |
| 2020-07-15 |
Michael Paquier | Fix handling of missing files when using pg_rewind... |
commit | commitdiff | tree |
| 2020-07-14 |
David Rowley | Fix timing issue with ALTER TABLE's validate constraint |
commit | commitdiff | tree |
| 2020-07-14 |
Tom Lane | Cope with lateral references in the quals of a subquery... |
commit | commitdiff | tree |
| 2020-07-11 |
Tom Lane | Avoid trying to restore table ACLs and per-column ACLs... |
commit | commitdiff | tree |
| 2020-07-10 |
Tom Lane | Doc: update or remove dead external links. |
commit | commitdiff | tree |
| 2020-07-10 |
Alvaro Herrera | Remove WARNING message from brin_desummarize_range |
commit | commitdiff | tree |
| 2020-07-09 |
Tom Lane | Tighten up Windows CRLF conversion in our TAP test... |
commit | commitdiff | tree |
| 2020-07-09 |
Tom Lane | Fix pg_current_logfile() to not emit a carriage return... |
commit | commitdiff | tree |
| 2020-07-09 |
Fujii Masao | doc: Correct the description about the length of pg_sta... |
commit | commitdiff | tree |
| 2020-07-05 |
Michael Paquier | doc: Fix incorrect reference to textout in plpgsql... |
commit | commitdiff | tree |
| 2020-07-03 |
Tom Lane | Clamp total-tuples estimates for foreign tables to... |
commit | commitdiff | tree |
| 2020-07-03 |
Tom Lane | Fix temporary tablespaces for shared filesets some... |
commit | commitdiff | tree |
| 2020-07-03 |
Magnus Hagander | Fix temporary tablespaces for shared filesets |
commit | commitdiff | tree |
| next |