summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-11-04pg_basebackup, pg_receivewal: fix failure to find password in ~/.pgpass.Tom Lane
2024-11-04pg_dump: provide a stable sort order for rules.Tom Lane
2024-11-04Fix typo in comment of gistdoinsert().Masahiko Sawada
2024-11-04Fix obsolete _bt_first comments.Peter Geoghegan
2024-11-04nbtree: Remove useless 'strat' local variable.Peter Geoghegan
2024-11-04Split ProcSleep function into JoinWaitQueue and ProcSleepHeikki Linnakangas
2024-11-04pg_combinebackup: Error if incremental file exists in full backup.Robert Haas
2024-11-04pg_combinebackup: When reconstructing, avoid double slash in filename.Robert Haas
2024-11-04Move TRACE calls into WaitOnLock()Heikki Linnakangas
2024-11-04Set MyProc->heldLocks in ProcSleepHeikki Linnakangas
2024-11-04Clarify nbtree parallel scan _bt_endpoint contract.Peter Geoghegan
2024-11-04Fix comment in LockReleaseAll() on when locallock->nLock can be zeroHeikki Linnakangas
2024-11-04Add PG_TEST_EXTRA configure option to the Make buildsHeikki Linnakangas
2024-11-04Make PG_TEST_EXTRA env var override the "meson setup" optionHeikki Linnakangas
2024-11-03Add missing newlines at the end of two SQL filesMichael Paquier
2024-11-03Suppress new "may be used uninitialized" warning.Noah Misch
2024-11-02Fix inplace update buffer self-deadlock.Noah Misch
2024-11-02Move I/O before the index_update_stats() buffer lock region.Noah Misch
2024-11-01Clarify nbtree array preprocessing comment.Peter Geoghegan
2024-11-01Rename two functions that wake up other processesHeikki Linnakangas
2024-11-01Use ProcNumbers instead of direct Latch pointers to address other procsHeikki Linnakangas
2024-11-01Remove use of pg_memory_is_all_zeros() in bufpage.cMichael Paquier
2024-11-01Add pg_memory_is_all_zeros() in memutils.hMichael Paquier
2024-11-01Add SQL function array_reverse()Michael Paquier
2024-10-31Make all ereport() calls within gram.y provide error locations.Tom Lane
2024-10-31Add a parse location field to struct FunctionParameter.Tom Lane
2024-10-31Fix refreshing physical relfilenumber on shared indexHeikki Linnakangas
2024-10-31Remove duplicate words in commentsDaniel Gustafsson
2024-10-31Split RelationClearRelation into three different functionsHeikki Linnakangas
2024-10-31Simplify call to rebuild relcache entry for indexesHeikki Linnakangas
2024-10-31Remove unused field from SubPlanState structDavid Rowley
2024-10-30injection_points: Improve comment about disabled isolation permutationMichael Paquier
2024-10-30nbtree: assert no scheduled primscan between pages.Peter Geoghegan
2024-10-30Clarify nbtree array exhaustion comments.Peter Geoghegan
2024-10-30Optimize sifting down in binaryheap.Nathan Bossart
2024-10-30Stabilize jsonb_path_query test case.Tom Lane
2024-10-30Fix bug in nbtree array primitive scan scheduling.Peter Geoghegan
2024-10-30Fix some more bugs in foreign keys connecting partitioned tablesÁlvaro Herrera
2024-10-30meson: Add missing dependency to unicode test programsPeter Eisentraut
2024-10-30Replicate generated columns when specified in the column list.Amit Kapila
2024-10-29Add missing CommandCounterIncrement() in stats import functions.Jeff Davis
2024-10-29Unpin buffer before inplace update waits for an XID to end.Noah Misch
2024-10-29Update time zone data files to tzdata release 2024b.Tom Lane
2024-10-29Reduce variable scope and possibly useless pallocDavid Rowley
2024-10-29Add missing FATAL => 'all' to a use warnings in PerlPeter Eisentraut
2024-10-29doc: Add better description for rewrite functions in event triggersMichael Paquier
2024-10-28Fix dependency of partitioned table and table AM with CREATE TABLE .. USINGMichael Paquier
2024-10-28Ensure we have a snapshot when updating pg_index in index_drop().Nathan Bossart
2024-10-28Unify src/common/'s definitions of MaxAllocSize.Tom Lane
2024-10-28Guard against enormously long input in pg_saslprep().Tom Lane