index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Add missing index_insert_cleanup calls
Tomas Vondra
2024-04-19
*
Use macro NUM_MERGE_MATCH_KINDS instead of '3' in MERGE code.
Dean Rasheed
2024-04-19
*
Remove unused function prototype
Daniel Gustafsson
2024-04-19
*
Fix typos and duplicate words
Daniel Gustafsson
2024-04-18
*
Fix restore of not-null constraints with inheritance
Alvaro Herrera
2024-04-18
*
SQL/JSON: Miscellaneous fixes and improvements
Amit Langote
2024-04-18
*
SQL/JSON: Improve some error messages
Amit Langote
2024-04-18
*
Remove GlobalVisTestNonRemovable[Full]Horizon, not used anymore
Andres Freund
2024-04-17
*
Mark some new location fields as ParseLoc
Peter Eisentraut
2024-04-16
*
Clean up more indent breakage from 6377e12a5.
Tom Lane
2024-04-16
*
Fix nbtree posting list comment.
Peter Geoghegan
2024-04-16
*
Fix nbtree page recycling comment.
Peter Geoghegan
2024-04-16
*
revert: Generalize relation analyze in table AM interface
Alexander Korotkov
2024-04-16
*
Add missing PGDLLIMPORT markings
Michael Paquier
2024-04-16
*
ATTACH PARTITION: Don't match a PK with a UNIQUE constraint
Alvaro Herrera
2024-04-15
*
Fix some memory leaks associated with parsing json and manifests
Andrew Dunstan
2024-04-12
*
Fix IS [NOT] NULL qual optimization for inheritance tables
David Rowley
2024-04-12
*
Revert: Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-04-11
*
Revert: Allow table AM to store complex data structures in rd_amcache
Alexander Korotkov
2024-04-11
*
Revert: Allow table AM tuple_insert() method to return the different slot
Alexander Korotkov
2024-04-11
*
Revert: Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2024-04-11
*
Revert: Let table AM insertion methods control index insertion
Alexander Korotkov
2024-04-11
*
Revert: Custom reloptions for table AM
Alexander Korotkov
2024-04-11
*
Revert indexed and enlargable binary heap implementation.
Masahiko Sawada
2024-04-11
*
Replace binaryheap + index with pairingheap in reorderbuffer.c
Masahiko Sawada
2024-04-11
*
revert: Transform OR clauses to ANY expression
Alexander Korotkov
2024-04-10
*
Teach radix tree to embed values at runtime
John Naylor
2024-04-08
*
Provide a way block-level table AMs could re-use acquire_sample_rows()
Alexander Korotkov
2024-04-08
*
Fix some grammer errors from error messages and codes comments
Alexander Korotkov
2024-04-08
*
Fill CommonRdOptions with default values in extract_autovac_opts()
Alexander Korotkov
2024-04-08
*
Custom reloptions for table AM
Alexander Korotkov
2024-04-08
*
Use bump context for TID bitmaps stored by vacuum
John Naylor
2024-04-08
*
JSON_TABLE: Add support for NESTED paths and columns
Amit Langote
2024-04-08
*
Add pg_buffercache_evict() function for testing.
Thomas Munro
2024-04-08
*
simplehash: Free collisions array in SH_STAT
Andres Freund
2024-04-07
*
Send ALPN in TLS handshake, require it in direct SSL connections
Heikki Linnakangas
2024-04-08
*
Support TLS handshake directly without SSLRequest negotiation
Heikki Linnakangas
2024-04-08
*
Use streaming I/O in ANALYZE.
Thomas Munro
2024-04-08
*
Transform OR clauses to ANY expression
Alexander Korotkov
2024-04-08
*
Use streaming I/O in sequential scans.
Thomas Munro
2024-04-08
*
Use bump memory context for tuplesorts
David Rowley
2024-04-08
*
Add XLogCtl->logInsertResult
Alvaro Herrera
2024-04-07
*
Introduce a bump memory allocator
David Rowley
2024-04-08
*
Enlarge bit-space for MemoryContextMethodID
David Rowley
2024-04-07
*
Optimize visibilitymap_count() with AVX-512 instructions.
Nathan Bossart
2024-04-06
*
Optimize pg_popcount() with AVX-512 instructions.
Nathan Bossart
2024-04-06
*
BitmapHeapScan: Push skip_fetch optimization into table AM
Tomas Vondra
2024-04-07
*
Implement ALTER TABLE ... SPLIT PARTITION ... command
Alexander Korotkov
2024-04-07
*
Implement ALTER TABLE ... MERGE PARTITIONS ... command
Alexander Korotkov
2024-04-07
*
Clarify what is protected by WaitLSNLock
Alexander Korotkov
2024-04-07
[next]