summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2024-03-15Fix race condition in transaction timeout TAP testsAlexander Korotkov
2024-03-15Improve log messages referring to background worker processesHeikki Linnakangas
2024-03-14Refactor initial hash lookup in dynahash.cMichael Paquier
2024-03-14Trim ORDER BY/DISTINCT aggregate pathkeys in gather_grouping_pathsDavid Rowley
2024-03-14Login event trigger documentation wordsmithingDaniel Gustafsson
2024-03-14Make INSERT-from-multiple-VALUES-rows handle domain target columns.Tom Lane
2024-03-14Add pg_column_toast_chunk_id().Nathan Bossart
2024-03-14Remove redundant snapshot copying from parallel leader to workersHeikki Linnakangas
2024-03-14Allow a no-wait lock acquisition to succeed in more cases.Robert Haas
2024-03-14Add TAP tests for timeoutsAlexander Korotkov
2024-03-14Fix false reports in pg_visibilityAlexander Korotkov
2024-03-14Fix typos in reorderbuffer.c.Amit Kapila
2024-03-14Introduce "builtin" collation provider.Jeff Davis
2024-03-14Put genbki.pl output into src/include/catalog/ directlyPeter Eisentraut
2024-03-13Reintroduce MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2024-03-13Add the system identifier to backup manifests.Robert Haas
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
2024-03-12Add some asserts based on LWLockHeldByMe() for replication slot statisticsMichael Paquier
2024-03-12Fix confusion about the return rowtype of SQL-language procedures.Tom Lane
2024-03-12Fix copying SockAddr structHeikki Linnakangas
2024-03-12Move initialization of the Port struct to the child processHeikki Linnakangas
2024-03-12Pass CAC as an argument to the backend processHeikki Linnakangas
2024-03-12Set socket options in child process after forkingHeikki Linnakangas
2024-03-12Disconnect if socket cannot be put into non-blocking modeHeikki Linnakangas
2024-03-12Keep replication slot statistics on invalidationMichael Paquier
2024-03-12Remove redundant fetch of the recent flush pointer in WalSndWaitForWal.Amit Kapila
2024-03-12Use printf's %m format instead of strerror(errno) in more placesMichael Paquier
2024-03-11Update obsolete index scan TID comments.Peter Geoghegan
2024-03-11Remove unneeded vacuum_delay_point from heap_vac_scan_get_next_blockHeikki Linnakangas
2024-03-11Confine vacuum skip logic to lazy_scan_skip()Heikki Linnakangas
2024-03-11Set all_visible_according_to_vm correctly with DISABLE_PAGE_SKIPPINGHeikki Linnakangas
2024-03-11Don't destroy SMgrRelations at relcache invalidationHeikki Linnakangas
2024-03-11Fix incorrect accessing of pfree'd memory in MemoizeDavid Rowley
2024-03-11Improve consistency of replication slot statisticsMichael Paquier
2024-03-11Add some checkpoint and redo LSNs to a couple of recovery errorsMichael Paquier
2024-03-10Improve support for ExplainOneQuery() hookMichael Paquier
2024-03-09Catalog changes preparing for builtin collation provider.Jeff Davis
2024-03-09Document units of "timeout" in ConditionVariableTimedSleep()Michael Paquier
2024-03-08Admit deferrable PKs into rd_pkindex, but flag them as suchAlvaro Herrera
2024-03-08Avoid recursion in MemoryContext functionsAlexander Korotkov
2024-03-08Avoid stack overflow in ShowTransactionStateRec()Alexander Korotkov
2024-03-08Turn tail recursion into iteration in CommitTransactionCommand()Alexander Korotkov
2024-03-08Introduce a new GUC 'standby_slot_names'.Amit Kapila
2024-03-08Cope with a deficiency in OpenSSL 3.x's error reporting.Tom Lane
2024-03-08Add support for DEFAULT in ALTER TABLE .. SET ACCESS METHODMichael Paquier
2024-03-07Fix description and grouping of RangeTblEntry.inhPeter Eisentraut
2024-03-07Fix handling of self-modified tuples in MERGE.Dean Rasheed
2024-03-07Add template for adaptive radix treeJohn Naylor
2024-03-07Revert "Add recovery TAP test for race condition with slot invalidations"Michael Paquier
2024-03-06Revert "Fix parallel-safety check of expressions and predicate for index builds"Michael Paquier