summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2022-02-22Allow specifying row filters for logical replication of tables.Amit Kapila
2022-02-22Add compute_query_id = regressMichael Paquier
2022-02-21Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane
2022-02-21Assert in init_toast_snapshot() that some snapshot registered or active.Andres Freund
2022-02-20Use bitwise rotate functions in more placesJohn Naylor
2022-02-18Add support for building with ZSTD.Robert Haas
2022-02-18Suppress warning about stack_base_ptr with late-model GCC.Tom Lane
2022-02-18postgres_fdw: Make postgres_fdw.application_name support more escape sequences.Fujii Masao
2022-02-17Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier
2022-02-16Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas
2022-02-15Remove IS_AF_UNIX macroPeter Eisentraut
2022-02-15Remove pg_atoi()Peter Eisentraut
2022-02-15Move replication slot release to before_shmem_exit().Andres Freund
2022-02-14Move scanint8() to numutils.cPeter Eisentraut
2022-02-14Database-level collation version trackingPeter Eisentraut
2022-02-14Use WL_SOCKET_CLOSED for client_connection_check_interval.Thomas Munro
2022-02-14Add WL_SOCKET_CLOSED for socket shutdown events.Thomas Munro
2022-02-12Consolidate VACUUM xid cutoff logic.Peter Geoghegan
2022-02-12Add VACUUM instrumentation for scanned pages, relfrozenxid.Peter Geoghegan
2022-02-11Fix DROP {DATABASE,TABLESPACE} on Windows.Thomas Munro
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-10Add min() and max() aggregates for xid8.Fujii Masao
2022-02-09Test honestly for <sys/signalfd.h>.Tom Lane
2022-02-08Remove MaxBackends variable in favor of GetMaxBackends() function.Robert Haas
2022-02-03Allow archiving via loadable modules.Robert Haas
2022-02-03Add UNIQUE null treatment optionPeter Eisentraut
2022-02-03Remove configure's check for rl_completion_append_character.Tom Lane
2022-02-02Some cleanup for change of collate and ctype fields to type textPeter Eisentraut
2022-01-31Fix missing undefine in sort_template.hJohn Naylor
2022-01-30Introduce pg_settings_get_flags() to find flags associated to a GUCMichael Paquier
2022-01-30Remove xloginsert.h from xlog.hAlvaro Herrera
2022-01-29Fix failure to validate the result of select_common_type().Tom Lane
2022-01-28Move the code to archive files via the shell to a separate file.Robert Haas
2022-01-28Add HEADER support to COPY text formatPeter Eisentraut
2022-01-27Fix ordering of XIDs in ProcArrayApplyRecoveryInfoTomas Vondra
2022-01-27Change collate and ctype fields to type textPeter Eisentraut
2022-01-25Fix various typos, grammar and code style in comments and docsMichael Paquier
2022-01-24Fix limitations on what SQL commands can be issued to a walsender.Tom Lane
2022-01-24Server-side gzip compression.Robert Haas
2022-01-24pg_upgrade: Preserve database OIDs.Robert Haas
2022-01-20Support base backup targets.Robert Haas
2022-01-20Remove 'datlastsysoid'.Robert Haas
2022-01-19Make logical decoding a part of the rmgr.Jeff Davis
2022-01-19interval_out() must be marked STABLE, not IMMUTABLE.Tom Lane
2022-01-18Modify pg_basebackup to use a new COPY subprotocol for base backups.Robert Haas
2022-01-17pg_upgrade: Preserve relfilenodes and tablespace OIDs.Robert Haas
2022-01-17Add Boolean nodePeter Eisentraut
2022-01-17Introduce log_destination=jsonlogMichael Paquier