summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2022-02-02Fix server crash bug in 'server' backup target.Robert Haas
2022-02-02Some cleanup for change of collate and ctype fields to type textPeter Eisentraut
2022-01-31Simplify coding around path_contains_parent_reference().Tom Lane
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-29Fix comments about bgworker registration before MaxBackends initializationMichael Paquier
2022-01-29vacuumlazy.c: Rename state field for consistency.Peter Geoghegan
2022-01-29Fix incorrect memory context switch in COPY TO executionMichael Paquier
2022-01-28Move the code to archive files via the shell to a separate file.Robert Haas
2022-01-28Adjust server-side backup to depend on pg_write_server_files.Robert Haas
2022-01-28Add HEADER support to COPY text formatPeter Eisentraut
2022-01-28Add some const decorationsPeter Eisentraut
2022-01-28Fix typo in comment.Etsuro Fujita
2022-01-28Prevent memory context logging from sending log message to connected client.Fujii Masao
2022-01-27pg_basebackup: Add a dummy return to bbsink_gzip_new().Robert Haas
2022-01-27Fix ordering of XIDs in ProcArrayApplyRecoveryInfoTomas Vondra
2022-01-27Change collate and ctype fields to type textPeter Eisentraut
2022-01-26Fix pg_hba_file_rules for authentication method certMagnus Hagander
2022-01-25Consider parallel awareness when removing single-child AppendsDavid Rowley
2022-01-25Improve errors related to incorrect TLI on checkpoint record replayMichael Paquier
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-24Remember to reset yy_start state when firing up repl_scanner.l.Tom Lane
2022-01-23Clean up recent Coverity complaints.Tom Lane
2022-01-23Suppress variable-set-but-not-used warning from clang 13.Tom Lane
2022-01-23Correct type of front_pathkey to PathKeyTomas Vondra
2022-01-23Check syscache result in AlterStatisticsTomas Vondra
2022-01-22Remove useless inline marker.Tom Lane
2022-01-22Flush table's relcache during ALTER TABLE ADD PRIMARY KEY USING INDEX.Tom Lane
2022-01-21fsync pg_logical/mappings in CheckPointLogicalRewriteHeap().Andres Freund
2022-01-21Fix one-off bug causing missing commit timestamps for subtransactionsMichael Paquier
2022-01-20Support base backup targets.Robert Haas
2022-01-20Remove 'datlastsysoid'.Robert Haas
2022-01-20Call pg_newlocale_from_collation() also with default collationPeter Eisentraut
2022-01-19Make logical decoding a part of the rmgr.Jeff Davis
2022-01-19Remove redundant memory context switches in BeginCopyFrom().Tom Lane
2022-01-19Fix alignment problem with bbsink_copystream buffer.Robert Haas
2022-01-18Modify pg_basebackup to use a new COPY subprotocol for base backups.Robert Haas
2022-01-17heap pruning: Only call BufferGetBlockNumber() once.Andres Freund
2022-01-17pg_upgrade: Preserve relfilenodes and tablespace OIDs.Robert Haas
2022-01-17Fix for new Boolean nodePeter Eisentraut
2022-01-17Add Boolean nodePeter Eisentraut
2022-01-17Consistently use the function name CreateCheckPoint in code and comments.Amit Kapila
2022-01-17Introduce log_destination=jsonlogMichael Paquier
2022-01-16Teach hash_ok_operator() that record_eq is only sometimes hashable.Tom Lane
2022-01-16Add stxdinherit flag to pg_statistic_ext_dataTomas Vondra
2022-01-15Build inherited extended stats on partitioned tablesTomas Vondra