aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Add missing index_insert_cleanup callsTomas Vondra2024-04-19
* Use macro NUM_MERGE_MATCH_KINDS instead of '3' in MERGE code.Dean Rasheed2024-04-19
* Remove unused function prototypeDaniel Gustafsson2024-04-19
* Fix typos and duplicate wordsDaniel Gustafsson2024-04-18
* Fix restore of not-null constraints with inheritanceAlvaro Herrera2024-04-18
* SQL/JSON: Miscellaneous fixes and improvementsAmit Langote2024-04-18
* SQL/JSON: Improve some error messagesAmit Langote2024-04-18
* Remove GlobalVisTestNonRemovable[Full]Horizon, not used anymoreAndres Freund2024-04-17
* Mark some new location fields as ParseLocPeter Eisentraut2024-04-16
* Clean up more indent breakage from 6377e12a5.Tom Lane2024-04-16
* Fix nbtree posting list comment.Peter Geoghegan2024-04-16
* Fix nbtree page recycling comment.Peter Geoghegan2024-04-16
* revert: Generalize relation analyze in table AM interfaceAlexander Korotkov2024-04-16
* Add missing PGDLLIMPORT markingsMichael Paquier2024-04-16
* ATTACH PARTITION: Don't match a PK with a UNIQUE constraintAlvaro Herrera2024-04-15
* Fix some memory leaks associated with parsing json and manifestsAndrew Dunstan2024-04-12
* Fix IS [NOT] NULL qual optimization for inheritance tablesDavid Rowley2024-04-12
* Revert: Implement pg_wal_replay_wait() stored procedureAlexander Korotkov2024-04-11
* Revert: Allow table AM to store complex data structures in rd_amcacheAlexander Korotkov2024-04-11
* Revert: Allow table AM tuple_insert() method to return the different slotAlexander Korotkov2024-04-11
* Revert: Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov2024-04-11
* Revert: Let table AM insertion methods control index insertionAlexander Korotkov2024-04-11
* Revert: Custom reloptions for table AMAlexander Korotkov2024-04-11
* Revert indexed and enlargable binary heap implementation.Masahiko Sawada2024-04-11
* Replace binaryheap + index with pairingheap in reorderbuffer.cMasahiko Sawada2024-04-11
* revert: Transform OR clauses to ANY expressionAlexander Korotkov2024-04-10
* Teach radix tree to embed values at runtimeJohn Naylor2024-04-08
* Provide a way block-level table AMs could re-use acquire_sample_rows()Alexander Korotkov2024-04-08
* Fix some grammer errors from error messages and codes commentsAlexander Korotkov2024-04-08
* Fill CommonRdOptions with default values in extract_autovac_opts()Alexander Korotkov2024-04-08
* Custom reloptions for table AMAlexander Korotkov2024-04-08
* Use bump context for TID bitmaps stored by vacuumJohn Naylor2024-04-08
* JSON_TABLE: Add support for NESTED paths and columnsAmit Langote2024-04-08
* Add pg_buffercache_evict() function for testing.Thomas Munro2024-04-08
* simplehash: Free collisions array in SH_STATAndres Freund2024-04-07
* Send ALPN in TLS handshake, require it in direct SSL connectionsHeikki Linnakangas2024-04-08
* Support TLS handshake directly without SSLRequest negotiationHeikki Linnakangas2024-04-08
* Use streaming I/O in ANALYZE.Thomas Munro2024-04-08
* Transform OR clauses to ANY expressionAlexander Korotkov2024-04-08
* Use streaming I/O in sequential scans.Thomas Munro2024-04-08
* Use bump memory context for tuplesortsDavid Rowley2024-04-08
* Add XLogCtl->logInsertResultAlvaro Herrera2024-04-07
* Introduce a bump memory allocatorDavid Rowley2024-04-08
* Enlarge bit-space for MemoryContextMethodIDDavid Rowley2024-04-07
* Optimize visibilitymap_count() with AVX-512 instructions.Nathan Bossart2024-04-06
* Optimize pg_popcount() with AVX-512 instructions.Nathan Bossart2024-04-06
* BitmapHeapScan: Push skip_fetch optimization into table AMTomas Vondra2024-04-07
* Implement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov2024-04-07
* Implement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov2024-04-07
* Clarify what is protected by WaitLSNLockAlexander Korotkov2024-04-07