Commit Graph

15861 Commits (4a288a37f9b7bfd13c4f5cd8b545ac856f975813)

Author SHA1 Message Date
Michael Paquier 7a7cd84893 doc: Remove mention to in-place tablespaces for pg_tablespace_location() 4 years ago
Peter Eisentraut a9b7e92084 doc: Add documentation for new field pg_database.daticulocale 4 years ago
Peter Eisentraut f2553d4306 Add option to use ICU as global locale provider 4 years ago
Michael Paquier f6f0db4d62 Fix pg_tablespace_location() with in-place tablespaces 4 years ago
Daniel Gustafsson 3ac577b912 doc: Ensure intermediate path creation with mkdir 4 years ago
Thomas Munro 501c66c81b Fix documentation typo in commit 5e6368b4. 4 years ago
Thomas Munro 3390ef1b7b Fix waiting in RegisterSyncRequest(). 4 years ago
Thomas Munro 5e6368b42e Wake up for latches in CheckpointWriteDelay(). 4 years ago
Robert Haas c6306db24b Add 'basebackup_to_shell' contrib module. 4 years ago
Michael Paquier 6bdf1a1400 Fix collection of typos in the code and the documentation 4 years ago
Amit Kapila 705e20f855 Optionally disable subscriptions on error. 4 years ago
Michael Paquier 8e375ea4a0 Bump XLOG_PAGE_MAGIC due to the addition of wal_compression=zstd 4 years ago
Michael Paquier 9198e63996 doc: Standardize capitalization of term "hot standby"/"Hot Standby" 4 years ago
Michael Paquier e9537321a7 Add support for zstd with compression of full-page writes in WAL 4 years ago
Michael Paquier e3df32bbc3 doc: Add ALTER/DROP ROUTINE to the event trigger matrix 4 years ago
Michael Paquier 7687ca996e doc: Improve references to term "FSM" in pageinspect and pgfreespacemap 4 years ago
Robert Haas 7cf085f077 Add support for zstd base backup compression. 4 years ago
Amit Kapila d3e8368c4b Add the additional information to the logical replication worker errcontext. 4 years ago
Andres Freund 4228cabb72 plpython: Adjust docs after removal of Python 2 support. 4 years ago
Michael Paquier b3c8aae008 doc: Fix description of pg_stop_backup() 4 years ago
Tom Lane 50f03473ed Doc: update libpq.sgml for root-owned SSL private keys. 4 years ago
Peter Eisentraut e58791c6ad Add id's to various elements in protocol.sgml 4 years ago
Amit Kapila 7a85073290 Reconsider pg_stat_subscription_workers view. 4 years ago
Tom Lane 2e517818f4 Fix SPI's handling of errors during transaction commit. 4 years ago
Etsuro Fujita 04e706d423 postgres_fdw: Add support for parallel commit. 4 years ago
Amit Kapila 52e4f0cd47 Allow specifying row filters for logical replication of tables. 4 years ago
Michael Paquier ebf6c5249b Add compute_query_id = regress 4 years ago
Michael Paquier bf4ed12b58 doc: Mention environment variable ZSTD in the TAP tests for MSVC 4 years ago
Michael Paquier d7a978601d doc: Simplify description of --with-lz4 4 years ago
Robert Haas 6c417bbcc8 Add support for building with ZSTD. 4 years ago
Tom Lane 2e372869aa Don't let libpq PGEVT_CONNRESET callbacks break a PGconn. 4 years ago
Tom Lane ce1e7a2f71 Don't let libpq "event" procs break the state of PGresult objects. 4 years ago
Fujii Masao 94c49d5340 postgres_fdw: Make postgres_fdw.application_name support more escape sequences. 4 years ago
Andres Freund 19252e8ec9 plpython: Reject Python 2 during build configuration. 4 years ago
Peter Geoghegan 8f388f6f55 Increase hash_mem_multiplier default to 2.0. 4 years ago
Etsuro Fujita 27d195a578 Doc: Update documentation for modifying postgres_fdw foreign tables. 4 years ago
Heikki Linnakangas 853c6400bf Fix race condition in 028_pitr_timelines.pl test, add note to docs. 4 years ago
Andres Freund 1f6e0ce3be docs: Work around bug in the docbook xsl stylesheets. 4 years ago
Peter Eisentraut 6538be9e1e Fix XML namespace declarations 4 years ago
John Naylor a59135a81a Spell "startup process" with lower case in the documentation 4 years ago
Peter Eisentraut 37851a8b83 Database-level collation version tracking 4 years ago
Thomas Munro cba5b994c9 Use WL_SOCKET_CLOSED for client_connection_check_interval. 4 years ago
Amit Kapila 5e01001ffb WAL log unchanged toasted replica identity key attributes. 4 years ago
Robert Haas 751b8d23b7 pg_basebackup: Allow client-side LZ4 (de)compression. 4 years ago
Robert Haas dab298471f Add suport for server-side LZ4 base backup compression. 4 years ago
Tomas Vondra 0da92dc530 Logical decoding of sequences 4 years ago
Robert Haas 0d4513b613 Remove server support for the previous base backup protocol. 4 years ago
Robert Haas 9cd28c2e5f Remove server support for old BASE_BACKUP command syntax. 4 years ago
Fujii Masao 400fc6b648 Add min() and max() aggregates for xid8. 4 years ago
Daniel Gustafsson f48385c132 Fix typo in archive modules docs 4 years ago