Commit Graph

15837 Commits (fe0972ee5e6f8a663c5cf3f24ef98987c503da95)

Author SHA1 Message Date
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
Michael Paquier 38bfae3652 pg_upgrade: Move all the files generated internally to a subdirectory 4 years ago
Tom Lane cbadfc1f8a Doc: be clearer that foreign-table partitions need user-added constraints. 4 years ago
Robert Haas 5ef1eefd76 Allow archiving via loadable modules. 4 years ago
Peter Eisentraut 94aa7cc5f7 Add UNIQUE null treatment option 4 years ago
Bruce Momjian 9d179d9c23 doc: clarify syntax notation, particularly parentheses 4 years ago
Peter Eisentraut 87669de72c Some cleanup for change of collate and ctype fields to type text 4 years ago
Peter Eisentraut cb2bab14ff doc: Fix mistake in PL/Python documentation 4 years ago
Tom Lane a5a9d77b8b Doc: modernize documentation for lo_create()/lo_creat(). 4 years ago
Michael Paquier d10e41d423 Introduce pg_settings_get_flags() to find flags associated to a GUC 4 years ago
Tom Lane 02b8048ba5 psql: improve tab-complete's handling of variant SQL names. 4 years ago
Robert Haas 7f6772317b Adjust server-side backup to depend on pg_write_server_files. 4 years ago
Robert Haas d45099425e Allow server-side compression to be used with -Fp. 4 years ago
Peter Eisentraut 43f33dc018 Add HEADER support to COPY text format 4 years ago
Peter Eisentraut 9a50f2e51c doc: Update ALTER COLLATION wording 4 years ago
Peter Eisentraut c9cfc861fc Remove some trailing whitespace in documentation files 4 years ago
Peter Eisentraut 54637508f8 Change collate and ctype fields to type text 4 years ago
Tom Lane bd233bdd8d Replace use of deprecated Python module distutils.sysconfig, take 2. 4 years ago
Robert Haas e1f860f134 Tidy up a few cosmetic issues related to pg_basebackup. 4 years ago
Michael Paquier 410aa248e5 Fix various typos, grammar and code style in comments and docs 4 years ago
Robert Haas 0ad8032910 Server-side gzip compression. 4 years ago
Robert Haas aa01051418 pg_upgrade: Preserve database OIDs. 4 years ago
Tom Lane 4f02cbcb68 Doc: add cross-references between array_to_string and string_to_array. 4 years ago
Michael Paquier 5c649fe153 Extend the options of pg_basebackup to control compression 4 years ago
Tom Lane 512fc2dd79 Revert "Make configure prefer python3 to plain python." 4 years ago