aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Split ProcSleep function into JoinWaitQueue and ProcSleepHeikki Linnakangas2024-11-04
* Fix inplace update buffer self-deadlock.Noah Misch2024-11-02
* 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
* Add pg_memory_is_all_zeros() in memutils.hMichael Paquier2024-11-01
* Add SQL function array_reverse()Michael Paquier2024-11-01
* Add a parse location field to struct FunctionParameter.Tom Lane2024-10-31
* Remove unused field from SubPlanState structDavid Rowley2024-10-31
* Fix bug in nbtree array primitive scan scheduling.Peter Geoghegan2024-10-30
* Replicate generated columns when specified in the column list.Amit Kapila2024-10-30
* Unpin buffer before inplace update waits for an XID to end.Noah Misch2024-10-29
* doc: Add better description for rewrite functions in event triggersMichael Paquier2024-10-29
* Unify src/common/'s definitions of MaxAllocSize.Tom Lane2024-10-28
* Set query ID for inner queries of CREATE TABLE AS and DECLAREMichael Paquier2024-10-28
* Make table_scan_bitmap_next_block() async-friendlyMelanie Plageman2024-10-25
* Move EXPLAIN counter increment to heapam_scan_bitmap_next_blockMelanie Plageman2024-10-25
* For inplace update, send nontransactional invalidations.Noah Misch2024-10-25
* Refactor code converting a publication name List to a StringInfoMichael Paquier2024-10-25
* Add functions pg_restore_relation_stats(), pg_restore_attribute_stats().Jeff Davis2024-10-24
* Support configuring TLSv1.3 cipher suitesDaniel Gustafsson2024-10-24
* Raise the minimum supported OpenSSL version to 1.1.1Daniel Gustafsson2024-10-24
* Add 'no_error' argument to pg_wal_replay_wait()Alexander Korotkov2024-10-24
* Refactor WaitForLSNReplay() to return the result of waitingAlexander Korotkov2024-10-24
* Move LSN waiting declarations and definitions to better placeAlexander Korotkov2024-10-24
* Avoid looping over all type cache entries in TypeCacheRelCallback()Alexander Korotkov2024-10-24
* Track more precisely query locations for nested statementsMichael Paquier2024-10-24
* Fix typo in tidstore.h.Masahiko Sawada2024-10-23
* Make SASL max message length configurableDaniel Gustafsson2024-10-23
* Add functions pg_set_attribute_stats() and pg_clear_attribute_stats().Jeff Davis2024-10-22
* Change pg_*_relation_stats() functions to return type to void.Jeff Davis2024-10-22
* Fix C23 compiler warningPeter Eisentraut2024-10-22
* SQL/JSON: Fix some oversights in commit b6e1157e7Amit Langote2024-10-20
* Fix comment about pg_authid.Tom Lane2024-10-19
* Optimize nbtree backwards scans.Peter Geoghegan2024-10-18
* Improve ThrowErrorData() comments for use with soft errors.Jeff Davis2024-10-17
* Improve node type forward referencePeter Eisentraut2024-10-17
* Don't store intermediate hash values in ExprState->resvalueDavid Rowley2024-10-17
* Normalize nbtree truncated high key array behavior.Peter Geoghegan2024-10-16
* Add type cast to foreach_internal's loop variable.Nathan Bossart2024-10-15
* Move clause_sides_match_join() into restrictinfo.hDavid Rowley2024-10-15
* Add contrib/pg_logicalinspect.Masahiko Sawada2024-10-14
* Move SnapBuild and SnapBuildOnDisk structs to snapshot_internal.h.Masahiko Sawada2024-10-14
* Remove obsolete comment in reorderbuffer.h.Masahiko Sawada2024-10-14
* Track scan reversals in MergeJoinPeter Eisentraut2024-10-14
* Track sort direction in SortGroupClausePeter Eisentraut2024-10-14
* Remove traces of BeOS.Peter Eisentraut2024-10-14
* Create functions pg_set_relation_stats, pg_clear_relation_stats.Jeff Davis2024-10-11
* Avoid mixing custom and OpenSSL BIO functionsDaniel Gustafsson2024-10-11
* Add pg_ls_summariesdir().Nathan Bossart2024-10-11
* Unbreak overflow test for attinhcount/coninhcountÁlvaro Herrera2024-10-10