aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Remove unused variableDaniel Gustafsson2024-11-06
* doc: Remove event trigger firing matrixPeter Eisentraut2024-11-06
* Monkey-patch LLVM code to fix ARM relocation bug.Thomas Munro2024-11-06
* Fix hypothetical bug in ExprState building for hashingDavid Rowley2024-11-06
* Clear padding of PgStat_HashKey when handling pgstats entriesMichael Paquier2024-11-05
* Revert pg_wal_replay_wait() stored procedureAlexander Korotkov2024-11-04
* Fix typo in comment of gistdoinsert().Masahiko Sawada2024-11-04
* Fix obsolete _bt_first comments.Peter Geoghegan2024-11-04
* nbtree: Remove useless 'strat' local variable.Peter Geoghegan2024-11-04
* Split ProcSleep function into JoinWaitQueue and ProcSleepHeikki Linnakangas2024-11-04
* Move TRACE calls into WaitOnLock()Heikki Linnakangas2024-11-04
* Set MyProc->heldLocks in ProcSleepHeikki Linnakangas2024-11-04
* Clarify nbtree parallel scan _bt_endpoint contract.Peter Geoghegan2024-11-04
* Fix comment in LockReleaseAll() on when locallock->nLock can be zeroHeikki Linnakangas2024-11-04
* Suppress new "may be used uninitialized" warning.Noah Misch2024-11-02
* Fix inplace update buffer self-deadlock.Noah Misch2024-11-02
* Move I/O before the index_update_stats() buffer lock region.Noah Misch2024-11-02
* Clarify nbtree array preprocessing comment.Peter Geoghegan2024-11-01
* Rename two functions that wake up other processesHeikki Linnakangas2024-11-01
* Use ProcNumbers instead of direct Latch pointers to address other procsHeikki Linnakangas2024-11-01
* Remove use of pg_memory_is_all_zeros() in bufpage.cMichael Paquier2024-11-01
* Add pg_memory_is_all_zeros() in memutils.hMichael Paquier2024-11-01
* Add SQL function array_reverse()Michael Paquier2024-11-01
* Make all ereport() calls within gram.y provide error locations.Tom Lane2024-10-31
* Add a parse location field to struct FunctionParameter.Tom Lane2024-10-31
* Fix refreshing physical relfilenumber on shared indexHeikki Linnakangas2024-10-31
* Remove duplicate words in commentsDaniel Gustafsson2024-10-31
* Split RelationClearRelation into three different functionsHeikki Linnakangas2024-10-31
* Simplify call to rebuild relcache entry for indexesHeikki Linnakangas2024-10-31
* Remove unused field from SubPlanState structDavid Rowley2024-10-31
* nbtree: assert no scheduled primscan between pages.Peter Geoghegan2024-10-30
* Clarify nbtree array exhaustion comments.Peter Geoghegan2024-10-30
* Fix bug in nbtree array primitive scan scheduling.Peter Geoghegan2024-10-30
* Fix some more bugs in foreign keys connecting partitioned tablesÁlvaro Herrera2024-10-30
* Replicate generated columns when specified in the column list.Amit Kapila2024-10-30
* Add missing CommandCounterIncrement() in stats import functions.Jeff Davis2024-10-29
* Unpin buffer before inplace update waits for an XID to end.Noah Misch2024-10-29
* Reduce variable scope and possibly useless pallocDavid Rowley2024-10-30
* Fix dependency of partitioned table and table AM with CREATE TABLE .. USINGMichael Paquier2024-10-29
* Ensure we have a snapshot when updating pg_index in index_drop().Nathan Bossart2024-10-28
* Strip Windows newlines from extension script files manually.Tom Lane2024-10-28
* Fix WAL_DEBUG buildPeter Eisentraut2024-10-28
* nbtree: Minor sibling link traversal tweaks.Peter Geoghegan2024-10-28
* Change the default value of the streaming option to 'parallel'.Amit Kapila2024-10-28
* Set query ID for inner queries of CREATE TABLE AS and DECLAREMichael Paquier2024-10-28
* Fix obsolete nbtree split buffer comment.Peter Geoghegan2024-10-27
* Remove unused #include's from backend .c filesPeter Eisentraut2024-10-27
* Refactor the code to create a pg_locale_t into new function.Jeff Davis2024-10-25
* Read extension script files in text not binary mode.Tom Lane2024-10-25
* Make table_scan_bitmap_next_block() async-friendlyMelanie Plageman2024-10-25