summaryrefslogtreecommitdiff
path: root/src/include/access
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in commentsMichael Paquier2023-05-022-4/+4
* Fix wal_consistency_checking enhanced desc output.Peter Geoghegan2023-04-191-0/+2
* Remove useless argument from nbtree dedup function.Peter Geoghegan2023-04-181-3/+2
* Fix some typos and some incorrectly duplicated wordsDavid Rowley2023-04-181-1/+1
* Fix various typosDavid Rowley2023-04-181-1/+1
* Fix incorrect comment about nbtree WAL record.Peter Geoghegan2023-04-171-5/+9
* Refine the guidelines for rmgrdesc authors.Peter Geoghegan2023-04-111-0/+44
* Fix xl_heap_lock WAL record field's data type.Peter Geoghegan2023-04-111-3/+3
* Fix nbtree posting list update desc output.Peter Geoghegan2023-04-101-2/+1
* Allow logical decoding on standbysAndres Freund2023-04-081-0/+1
* Show more detail in nbtree rmgr descriptions.Peter Geoghegan2023-04-071-0/+1
* Show more detail in heapam rmgr descriptions.Peter Geoghegan2023-04-071-0/+22
* Add more protections in WAL record APIs against overflowsMichael Paquier2023-04-071-0/+11
* hio: Use ExtendBufferedRelBy() to extend tables more efficientlyAndres Freund2023-04-061-0/+11
* heapam: Pass number of required pages to RelationGetBufferForTuple()Andres Freund2023-04-061-1/+2
* Recycle deleted nbtree pages more aggressively.Peter Geoghegan2023-04-031-6/+2
* Move heaprel struct field next to index rel field.Peter Geoghegan2023-04-031-1/+1
* Revert 11470f544eAlexander Korotkov2023-04-031-19/+9
* Add info in WAL records in preparation for logical slot conflict handlingAndres Freund2023-04-027-12/+38
* Pass down table relation into more index relation functionsAndres Freund2023-04-014-20/+27
* Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov2023-03-231-9/+19
* Ignore BRIN indexes when checking for HOT updatesTomas Vondra2023-03-203-5/+24
* Update some incorrect comments about xlog records.Robert Haas2023-03-033-8/+11
* Change xl_hash_vacuum_one_page.ntuples from int to uint16.Amit Kapila2023-02-272-3/+3
* Remove stray duplicated comment in heapam.hDavid Rowley2023-02-081-1/+0
* Revert refactoring of restore command code to shell_restore.cMichael Paquier2023-02-061-5/+2
* Further refactor of heapgettup and heapgettup_pagemodeDavid Rowley2023-02-031-0/+1
* Remove dead NoMovementScanDirection codeDavid Rowley2023-02-012-2/+19
* Refactor code in charge of running shell-based recovery commandsMichael Paquier2023-01-161-2/+5
* Remove function declarations from headers for some undefined functionsMichael Paquier2023-01-112-4/+0
* New header varatt.h split off from postgres.hPeter Eisentraut2023-01-101-0/+1
* Delay commit status checks until freezing executes.Peter Geoghegan2023-01-031-0/+9
* Refine the definition of page-level freezing.Peter Geoghegan2023-01-031-15/+8
* Update copyright for 2023Bruce Momjian2023-01-0286-86/+86
* Add page-level freezing to VACUUM.Peter Geoghegan2022-12-281-8/+83
* Refactor how VACUUM passes around its XID cutoffs.Peter Geoghegan2022-12-222-6/+6
* Static assertions cleanupPeter Eisentraut2022-12-153-0/+13
* Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.Tom Lane2022-12-131-0/+7
* Generalize ri_RootToPartitionMap to use for non-partition childrenAlvaro Herrera2022-12-021-0/+3
* Add 'missing_ok' argument to build_attrmap_by_nameAlvaro Herrera2022-11-291-2/+4
* Remove promote_trigger_file.Thomas Munro2022-11-291-1/+0
* Speedup hash index builds by skipping needless binary searchesDavid Rowley2022-11-241-2/+4
* Standardize rmgrdesc recovery conflict XID output.Peter Geoghegan2022-11-177-17/+19
* Variable renaming in preparation for refactoringPeter Eisentraut2022-11-161-1/+1
* Turn HeapKeyTest macro into inline functionPeter Eisentraut2022-11-161-46/+35
* Mark argument of RegisterCustomRmgr() as const.Jeff Davis2022-11-151-1/+1
* Deduplicate freeze plans in freeze WAL records.Peter Geoghegan2022-11-153-25/+40
* Remove redundant declaration for XidInMVCCSnapshotAlvaro Herrera2022-11-091-1/+0
* Reduce xlog.h inclusion footprintAlvaro Herrera2022-10-121-3/+3
* Restore pg_pread and friends.Thomas Munro2022-09-291-2/+2