summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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-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-30nbtree: assert no scheduled primscan between pages.Peter Geoghegan
2024-10-30Clarify nbtree array exhaustion comments.Peter Geoghegan
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-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-29Reduce variable scope and possibly useless pallocDavid Rowley
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-28Strip Windows newlines from extension script files manually.Tom Lane
2024-10-28Fix WAL_DEBUG buildPeter Eisentraut
2024-10-28nbtree: Minor sibling link traversal tweaks.Peter Geoghegan
2024-10-28Change the default value of the streaming option to 'parallel'.Amit Kapila
2024-10-28Set query ID for inner queries of CREATE TABLE AS and DECLAREMichael Paquier
2024-10-27Fix obsolete nbtree split buffer comment.Peter Geoghegan
2024-10-27Remove unused #include's from backend .c filesPeter Eisentraut
2024-10-25Refactor the code to create a pg_locale_t into new function.Jeff Davis
2024-10-25Read extension script files in text not binary mode.Tom Lane
2024-10-25Make table_scan_bitmap_next_block() async-friendlyMelanie Plageman
2024-10-25Move EXPLAIN counter increment to heapam_scan_bitmap_next_blockMelanie Plageman
2024-10-25WAL-log inplace update before revealing it to other sessions.Noah Misch
2024-10-25For inplace update, send nontransactional invalidations.Noah Misch
2024-10-25Refactor code converting a publication name List to a StringInfoMichael Paquier
2024-10-25Remove the RTE_GROUP RTE if we drop the groupClauseRichard Guo
2024-10-24Add functions pg_restore_relation_stats(), pg_restore_attribute_stats().Jeff Davis
2024-10-24Fix parallel worker tracking of new catalog relfilenumbers.Noah Misch
2024-10-24Stop reading uninitialized memory in heap_inplace_lock().Noah Misch
2024-10-24Refactor GetLockStatusData() to skip backends/groups without fast-path locks.Fujii Masao
2024-10-24Support configuring TLSv1.3 cipher suitesDaniel Gustafsson
2024-10-24Support configuring multiple ECDH curvesDaniel Gustafsson