summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2022-03-21Fix risk of deadlock failure while dropping a partitioned index.Tom Lane
2022-03-18Fix incorrect xmlschema output for types timetz and timestamptz.Tom Lane
2022-03-17Revert applying column aliases to the output of whole-row Vars.Tom Lane
2022-03-16Fix publish_as_relid with multiple publicationsTomas Vondra
2022-03-16Fix race between DROP TABLESPACE and checkpointing.Thomas Munro
2022-03-16Fix waiting in RegisterSyncRequest().Thomas Munro
2022-03-15Back-patch LLVM 14 API changes.Thomas Munro
2022-03-03Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane
2022-03-02Allow root-owned SSL private keys in libpq, not only the backend.Tom Lane
2022-02-21Fix temporary object cleanup failing due to toast access without snapshot.Andres Freund
2022-02-18Suppress warning about stack_base_ptr with late-model GCC.Tom Lane
2022-02-14WAL log unchanged toasted replica identity key attributes.Amit Kapila
2022-02-14Fix memory leak in IndexScan node with reorderingAlexander Korotkov
2022-02-11Don't use_physical_tlist for an IOS with non-returnable columns.Tom Lane
2022-02-10Fix back-patch of "Avoid race in RelationBuildDesc() ..."Noah Misch
2022-02-07Translation updatesPeter Eisentraut
2022-02-05Test, don't just Assert, that mergejoin's inputs are in order.Tom Lane
2022-01-29Fix failure to validate the result of select_common_type().Tom Lane
2022-01-27Fix ordering of XIDs in ProcArrayApplyRecoveryInfoTomas Vondra
2022-01-26Fix pg_hba_file_rules for authentication method certMagnus Hagander
2022-01-25Revert "graceful shutdown" changes for Windows, in back branches only.Tom Lane
2022-01-25Consider parallel awareness when removing single-child AppendsDavid Rowley
2022-01-24Fix limitations on what SQL commands can be issued to a walsender.Tom Lane
2022-01-24Remember to reset yy_start state when firing up repl_scanner.l.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-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-15Build inherited extended stats on partitioned tablesTomas Vondra
2022-01-15Ignore extended statistics for inheritance treesTomas Vondra
2022-01-13Fix ruleutils.c's dumping of whole-row Vars in more contexts.Tom Lane
2022-01-06Prevent altering partitioned table's rowtype, if it's used elsewhere.Tom Lane
2022-01-05Reduce relcache access in WAL sender streaming logical changesMichael Paquier
2022-01-04Fix silly mistake in AssertAlvaro Herrera
2022-01-04Allow special SKIP LOCKED condition in Assert()Alvaro Herrera
2022-01-03Fix index-only scan plans, take 2.Tom Lane
2022-01-01Fix index-only scan plans when not all index columns can be returned.Tom Lane
2021-12-16Ensure casting to typmod -1 generates a RelabelType.Tom Lane
2021-12-14Fix datatype confusion in logtape.c's right_offset().Tom Lane
2021-12-14Remove assertion for replication origins in PREPARE TRANSACTIONMichael Paquier
2021-12-09Fix double publish of child table's data.Amit Kapila
2021-12-08Fix corruption of toast indexes with REINDEX CONCURRENTLYMichael Paquier
2021-12-07On Windows, also call shutdown() while closing the client socket.Tom Lane
2021-12-02On Windows, close the client socket explicitly during backend shutdown.Tom Lane
2021-12-01Avoid leaking memory during large-scale REASSIGN OWNED BY operations.Tom Lane
2021-11-26Fix determination of broken LSN in OVERWRITTEN_CONTRECORDAlvaro Herrera
2021-11-25Block ALTER TABLE .. DROP NOT NULL on columns in replica identity indexMichael Paquier
2021-11-19Fix parallel operations that prevent oldest xmin from advancing.Amit Kapila