summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2022-03-22Add support for security invoker views.Dean Rasheed
2022-03-22Add ALTER SUBSCRIPTION ... SKIP.Amit Kapila
2022-03-20Enforce foreign key correctly during cross-partition updatesAlvaro Herrera
2022-03-20Doc: fix our example systemd script.Tom Lane
2022-03-19Improve handling of SET ACCESS METHOD for ALTER MATERIALIZED VIEWMichael Paquier
2022-03-19doc: Mention SET TABLESPACE clause for ALTER MATERIALIZED VIEWMichael Paquier
2022-03-18doc: Remove mention to in-place tablespaces for pg_tablespace_location()Michael Paquier
2022-03-17doc: Add documentation for new field pg_database.daticulocalePeter Eisentraut
2022-03-17Add option to use ICU as global locale providerPeter Eisentraut
2022-03-17Fix pg_tablespace_location() with in-place tablespacesMichael Paquier
2022-03-16doc: Ensure intermediate path creation with mkdirDaniel Gustafsson
2022-03-16Fix documentation typo in commit 5e6368b4.Thomas Munro
2022-03-16Fix waiting in RegisterSyncRequest().Thomas Munro
2022-03-16Wake up for latches in CheckpointWriteDelay().Thomas Munro
2022-03-15Add 'basebackup_to_shell' contrib module.Robert Haas
2022-03-15Fix collection of typos in the code and the documentationMichael Paquier
2022-03-14Optionally disable subscriptions on error.Amit Kapila
2022-03-12Bump XLOG_PAGE_MAGIC due to the addition of wal_compression=zstdMichael Paquier
2022-03-11doc: Standardize capitalization of term "hot standby"/"Hot Standby"Michael Paquier
2022-03-11Add support for zstd with compression of full-page writes in WALMichael Paquier
2022-03-09doc: Add ALTER/DROP ROUTINE to the event trigger matrixMichael Paquier
2022-03-09doc: Improve references to term "FSM" in pageinspect and pgfreespacemapMichael Paquier
2022-03-08Add support for zstd base backup compression.Robert Haas
2022-03-08Add the additional information to the logical replication worker errcontext.Amit Kapila
2022-03-08plpython: Adjust docs after removal of Python 2 support.Andres Freund
2022-03-04doc: Fix description of pg_stop_backup()Michael Paquier
2022-03-02Doc: update libpq.sgml for root-owned SSL private keys.Tom Lane
2022-03-02Add id's to various elements in protocol.sgmlPeter Eisentraut
2022-03-01Reconsider pg_stat_subscription_workers view.Amit Kapila
2022-02-28Fix SPI's handling of errors during transaction commit.Tom Lane
2022-02-24postgres_fdw: Add support for parallel commit.Etsuro Fujita
2022-02-22Allow specifying row filters for logical replication of tables.Amit Kapila
2022-02-22Add compute_query_id = regressMichael Paquier
2022-02-21doc: Mention environment variable ZSTD in the TAP tests for MSVCMichael Paquier
2022-02-19doc: Simplify description of --with-lz4Michael Paquier
2022-02-18Add support for building with ZSTD.Robert Haas
2022-02-18Don't let libpq PGEVT_CONNRESET callbacks break a PGconn.Tom Lane
2022-02-18Don't let libpq "event" procs break the state of PGresult objects.Tom Lane
2022-02-18postgres_fdw: Make postgres_fdw.application_name support more escape sequences.Fujii Masao
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