summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2022-02-17plpython: Reject Python 2 during build configuration.Andres Freund
2022-02-17Increase hash_mem_multiplier default to 2.0.Peter Geoghegan
2022-02-16Doc: Update documentation for modifying postgres_fdw foreign tables.Etsuro Fujita
2022-02-15Fix race condition in 028_pitr_timelines.pl test, add note to docs.Heikki Linnakangas
2022-02-15docs: Work around bug in the docbook xsl stylesheets.Andres Freund
2022-02-15Fix XML namespace declarationsPeter Eisentraut
2022-02-15Spell "startup process" with lower case in the documentationJohn Naylor
2022-02-14Database-level collation version trackingPeter Eisentraut
2022-02-14Use WL_SOCKET_CLOSED for client_connection_check_interval.Thomas Munro
2022-02-14WAL log unchanged toasted replica identity key attributes.Amit Kapila
2022-02-11pg_basebackup: Allow client-side LZ4 (de)compression.Robert Haas
2022-02-11Add suport for server-side LZ4 base backup compression.Robert Haas
2022-02-10Logical decoding of sequencesTomas Vondra
2022-02-10Remove server support for the previous base backup protocol.Robert Haas
2022-02-10Remove server support for old BASE_BACKUP command syntax.Robert Haas
2022-02-10Add min() and max() aggregates for xid8.Fujii Masao
2022-02-09Fix typo in archive modules docsDaniel Gustafsson
2022-02-06pg_upgrade: Move all the files generated internally to a subdirectoryMichael Paquier
2022-02-05Doc: be clearer that foreign-table partitions need user-added constraints.Tom Lane
2022-02-03Allow archiving via loadable modules.Robert Haas
2022-02-03Add UNIQUE null treatment optionPeter Eisentraut
2022-02-03doc: clarify syntax notation, particularly parenthesesBruce Momjian
2022-02-02Some cleanup for change of collate and ctype fields to type textPeter Eisentraut
2022-02-02doc: Fix mistake in PL/Python documentationPeter Eisentraut
2022-02-01Doc: modernize documentation for lo_create()/lo_creat().Tom Lane
2022-01-30Introduce pg_settings_get_flags() to find flags associated to a GUCMichael Paquier
2022-01-30psql: improve tab-complete's handling of variant SQL names.Tom Lane
2022-01-28Adjust server-side backup to depend on pg_write_server_files.Robert Haas
2022-01-28Allow server-side compression to be used with -Fp.Robert Haas
2022-01-28Add HEADER support to COPY text formatPeter Eisentraut
2022-01-28doc: Update ALTER COLLATION wordingPeter Eisentraut
2022-01-27Remove some trailing whitespace in documentation filesPeter Eisentraut
2022-01-27Change collate and ctype fields to type textPeter Eisentraut
2022-01-25Replace use of deprecated Python module distutils.sysconfig, take 2.Tom Lane
2022-01-25Tidy up a few cosmetic issues related to pg_basebackup.Robert Haas
2022-01-25Fix various typos, grammar and code style in comments and docsMichael Paquier
2022-01-24Server-side gzip compression.Robert Haas
2022-01-24pg_upgrade: Preserve database OIDs.Robert Haas
2022-01-22Doc: add cross-references between array_to_string and string_to_array.Tom Lane
2022-01-21Extend the options of pg_basebackup to control compressionMichael Paquier
2022-01-20Revert "Make configure prefer python3 to plain python."Tom Lane
2022-01-20Support base backup targets.Robert Haas
2022-01-20Remove 'datlastsysoid'.Robert Haas
2022-01-20doc: Mention the level of locks taken on objects in COMMENTMichael Paquier
2022-01-19Make configure prefer python3 to plain python.Tom Lane
2022-01-19doc: Fix description of pg_replication_origin_oid() in error caseMichael Paquier
2022-01-18Make PQcancel use the PGconn's tcp_user_timeout and keepalives settings.Tom Lane
2022-01-18Modify pg_basebackup to use a new COPY subprotocol for base backups.Robert Haas
2022-01-18Revert "Replace use of deprecated Python module distutils.sysconfig"Peter Eisentraut
2022-01-18Replace use of deprecated Python module distutils.sysconfigPeter Eisentraut