summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2022-03-15Allow extensions to add new backup targets.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-11Add support for zstd with compression of full-page writes in WALMichael Paquier
2022-03-10dshash: Add sequential scan support.Andres Freund
2022-03-09Add parse_analyze_withcb()Peter Eisentraut
2022-03-08Add support for zstd base backup compression.Robert Haas
2022-03-07Add pg_analyze_and_rewrite_varparams()Peter Eisentraut
2022-03-07Create routine able to set single-call SRFs for Materialize modeMichael Paquier
2022-03-04Parse/analyze function renamingPeter Eisentraut
2022-03-04Remove some pointless code in block.h.Tom Lane
2022-03-04Fix bogus casting in BlockIdGetBlockNumber().Tom Lane
2022-03-03Fix catalog data of pg_stop_backup(), labelled v2Michael Paquier
2022-03-01Reconsider pg_stat_subscription_workers view.Amit Kapila
2022-02-28Don't use static storage for SaveTransactionCharacteristics().Tom Lane
2022-02-28Fix SPI's handling of errors during transaction commit.Tom Lane
2022-02-26Add further debug info to help debug 019_replslot_limit.pl failures.Andres Freund
2022-02-25Fix few values in pg_proc for pg_stat_get_replication_slot.Amit Kapila
2022-02-25Remove unnecessary heap_tuple_needs_freeze argument.Peter Geoghegan
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