aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Logical decoding of sequencesTomas Vondra2022-02-10
* Remove server support for the previous base backup protocol.Robert Haas2022-02-10
* Add min() and max() aggregates for xid8.Fujii Masao2022-02-10
* Test honestly for <sys/signalfd.h>.Tom Lane2022-02-09
* Remove MaxBackends variable in favor of GetMaxBackends() function.Robert Haas2022-02-08
* Allow archiving via loadable modules.Robert Haas2022-02-03
* Add UNIQUE null treatment optionPeter Eisentraut2022-02-03
* Remove configure's check for rl_completion_append_character.Tom Lane2022-02-02
* Some cleanup for change of collate and ctype fields to type textPeter Eisentraut2022-02-02
* Fix missing undefine in sort_template.hJohn Naylor2022-01-31
* Introduce pg_settings_get_flags() to find flags associated to a GUCMichael Paquier2022-01-31
* Remove xloginsert.h from xlog.hAlvaro Herrera2022-01-30
* Fix failure to validate the result of select_common_type().Tom Lane2022-01-29
* Move the code to archive files via the shell to a separate file.Robert Haas2022-01-28
* Add HEADER support to COPY text formatPeter Eisentraut2022-01-28
* Fix ordering of XIDs in ProcArrayApplyRecoveryInfoTomas Vondra2022-01-27
* Change collate and ctype fields to type textPeter Eisentraut2022-01-27
* Fix various typos, grammar and code style in comments and docsMichael Paquier2022-01-25
* Fix limitations on what SQL commands can be issued to a walsender.Tom Lane2022-01-24
* Server-side gzip compression.Robert Haas2022-01-24
* pg_upgrade: Preserve database OIDs.Robert Haas2022-01-24
* Support base backup targets.Robert Haas2022-01-20
* Remove 'datlastsysoid'.Robert Haas2022-01-20
* Make logical decoding a part of the rmgr.Jeff Davis2022-01-19
* interval_out() must be marked STABLE, not IMMUTABLE.Tom Lane2022-01-19
* Modify pg_basebackup to use a new COPY subprotocol for base backups.Robert Haas2022-01-18
* pg_upgrade: Preserve relfilenodes and tablespace OIDs.Robert Haas2022-01-17
* Add Boolean nodePeter Eisentraut2022-01-17
* Introduce log_destination=jsonlogMichael Paquier2022-01-17
* Add stxdinherit flag to pg_statistic_ext_dataTomas Vondra2022-01-16
* Unify VACUUM VERBOSE and autovacuum logging.Peter Geoghegan2022-01-14
* Allow "in place" tablespaces.Thomas Munro2022-01-15
* Rename value node fieldsPeter Eisentraut2022-01-14
* Improve error handling of HMAC computationsMichael Paquier2022-01-13
* Fix memory leak in indexUnchanged hint mechanism.Peter Geoghegan2022-01-12
* Add index on pg_publication_rel.prpubidAlvaro Herrera2022-01-12
* Refactor set of routines specific to elog.cMichael Paquier2022-01-12
* Add missing include guard to win32ntdll.h.Thomas Munro2022-01-12
* Clean up messy API for src/port/thread.c.Tom Lane2022-01-11
* Improve error handling of cryptohash computationsMichael Paquier2022-01-11
* Make EXEC_BACKEND more convenient on Linux and FreeBSD.Thomas Munro2022-01-11
* Update copyright for 2022Bruce Momjian2022-01-07
* Create foreign key triggers in partitioned tables tooAlvaro Herrera2022-01-05
* Fix index-only scan plans, take 2.Tom Lane2022-01-03
* Use MaxLockMode symbol in more places.Tom Lane2022-01-03
* Avoid using DefElemAction in AlterPublicationStmtAlvaro Herrera2022-01-03
* Fix index-only scan plans when not all index columns can be returned.Tom Lane2022-01-01
* Small cleanups related to PUBLICATION framework codeAlvaro Herrera2021-12-30
* Revert changes about warnings/errors for placeholders.Tom Lane2021-12-27
* Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane2021-12-27