summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
2022-01-16Add stxdinherit flag to pg_statistic_ext_dataTomas Vondra
2022-01-15Unify VACUUM VERBOSE and autovacuum logging.Peter Geoghegan
2022-01-14Allow "in place" tablespaces.Thomas Munro
2022-01-14Rename value node fieldsPeter Eisentraut
2022-01-13Improve error handling of HMAC computationsMichael Paquier
2022-01-12Fix memory leak in indexUnchanged hint mechanism.Peter Geoghegan
2022-01-12Add index on pg_publication_rel.prpubidAlvaro Herrera
2022-01-12Refactor set of routines specific to elog.cMichael Paquier
2022-01-11Add missing include guard to win32ntdll.h.Thomas Munro
2022-01-11Clean up messy API for src/port/thread.c.Tom Lane
2022-01-11Improve error handling of cryptohash computationsMichael Paquier
2022-01-10Make EXEC_BACKEND more convenient on Linux and FreeBSD.Thomas Munro
2022-01-08Update copyright for 2022Bruce Momjian
2022-01-05Create foreign key triggers in partitioned tables tooAlvaro Herrera
2022-01-03Fix index-only scan plans, take 2.Tom Lane
2022-01-03Use MaxLockMode symbol in more places.Tom Lane
2022-01-03Avoid using DefElemAction in AlterPublicationStmtAlvaro Herrera