summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
2022-01-01Fix index-only scan plans when not all index columns can be returned.Tom Lane
2021-12-30Small cleanups related to PUBLICATION framework codeAlvaro Herrera
2021-12-27Revert changes about warnings/errors for placeholders.Tom Lane
2021-12-27Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane
2021-12-23Move parallel vacuum code to vacuumparallel.c.Amit Kapila
2021-12-22Correct comment and some documentation about REPLICA_IDENTITY_INDEXMichael Paquier
2021-12-22Move index vacuum routines to vacuum.c.Amit Kapila
2021-12-20Add fast path for validating UTF-8 textJohn Naylor
2021-12-17Simplify the general-purpose 64-bit integer parsing APIsPeter Eisentraut
2021-12-16Change ProcSendSignal() to take pgprocno.Thomas Munro
2021-12-13Remove unimplemented/undocumented geometric functions & operators.Tom Lane
2021-12-13Remove InitXLOGAccess().Robert Haas
2021-12-11Create a new type category for "internal use" types.Tom Lane