]> granicus.if.org Git - postgresql/history - src/backend/access/heap
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / backend / access / heap /
2019-10-22 Peter EisentrautFix comment
2019-10-09 Michael PaquierFlush logical mapping files with fd opened for read...
2019-10-04 Robert HaasRename some toasting functions based on whether they...
2019-09-24 Fujii MasaoSpeedup truncations of relation forks.
2019-09-06 Robert HaasCreate an API for inserting and deleting rows in TOAST...
2019-09-05 Robert HaasSplit tuptoaster.c into three separate files.
2019-09-02 Tom LaneAvoid touching replica identity index in ExtractReplica...
2019-08-20 Alvaro HerreraFix bogus comment
2019-08-19 Michael PaquierFix inconsistencies and typos in the tree, take 11
2019-08-13 Michael PaquierFix inconsistencies and typos in the tree, take 10
2019-08-07 Heikki LinnakangasFix predicate-locking of HOT updated rows.
2019-08-05 Michael PaquierFix inconsistencies and typos in the tree, take 9
2019-08-01 Peter EisentrautAdd error codes to some corruption log messages
2019-07-29 Michael PaquierFix inconsistencies and typos in the tree
2019-07-22 Michael PaquierFix inconsistencies and typos in the tree
2019-07-08 Robert Haastableam: Provide helper functions for relation sizing.
2019-07-07 Peter EisentrautUse consistent style for checking return from system...
2019-06-18 Andres FreundFix memory corruption/crash in ANALYZE.
2019-06-18 Alvaro HerreraAvoid spurious deadlocks when upgrading a tuple lock
2019-06-17 Alvaro HerreraRevert "Avoid spurious deadlocks when upgrading a tuple...
2019-06-14 Alvaro HerreraSilence compiler warning
2019-06-13 Alvaro HerreraAvoid spurious deadlocks when upgrading a tuple lock
2019-06-08 Amit KapilaFix assorted inconsistencies.
2019-06-06 Alvaro HerreraFix message style
2019-06-03 Michael PaquierFix typos in various places
2019-05-23 Andres Freundtableam: Rename wrapper functions to match callback...
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-05-21 Robert Haastableam: Move heap-specific logic from needs_toast_tabl...
2019-05-19 Andres FreundDon't to predicate lock for analyze scans, refactor...
2019-05-18 Andres Freundtableam: Avoid relying on relation size to determine...
2019-05-18 Andres Freundtableam: Don't assume that every AM uses md.c style...
2019-05-14 Andres FreundHandle table_complete_speculative's succeeded argument...
2019-05-14 Heikki LinnakangasFix comment on when HOT update is possible.
2019-05-13 Peter GeogheganStandardize ItemIdData terminology.
2019-05-07 Fujii MasaoAdd TRUNCATE parameter to VACUUM.
2019-05-07 Amit KapilaRevert "Avoid the creation of the free space map for...
2019-05-02 Alvaro Herreraheap_prepare_freeze_tuple: Simplify coding
2019-05-02 Robert HaasFix some problems with VACUUM (INDEX_CLEANUP FALSE).
2019-04-30 Andres FreundFix several recently introduced issues around handling...
2019-04-24 Andres FreundAllow pg_class xid & multixid horizons to not be set.
2019-04-08 Fujii MasaoAdd vacuum_truncate reloption.
2019-04-08 Andres FreundFix a number of issues around modifying a previously...
2019-04-04 Andres Freundtableam: Add table_multi_insert() and revamp/speed...
2019-04-04 Robert HaasAllow VACUUM to be run with index cleanup disabled.
2019-04-03 Alvaro HerreraCorrectly initialize newly added struct member
2019-04-02 Alvaro HerreraReport progress of CREATE INDEX operations
2019-04-02 Stephen FrostAdd support for partial TOAST decompression
2019-04-01 Andres Freundtableam: Add table_finish_bulk_insert().
2019-04-01 Thomas MunroFix deadlock in heap_compute_xid_horizon_for_tuples().
2019-04-01 Andres Freundtableam: bitmap table scan.
2019-04-01 Andres Freundtableam: sample scan.
2019-04-01 Andres Freundtableam: Formatting and other minor cleanups.
2019-03-31 Michael PaquierSkip redundant anti-wraparound vacuums
2019-03-31 Andres Freundtableam: Move heap specific logic from estimate_rel_siz...
2019-03-31 Andres Freundtableam: VACUUM and ANALYZE support.
2019-03-29 Andres Freundtableam: Comment fixes.
2019-03-29 Andres Freundtableam: relation creation, VACUUM FULL/CLUSTER, SET...
2019-03-28 Andres Freundtableam: Support for an index build's initial table...
2019-03-27 Tom LaneSuppress uninitialized-variable warning.
2019-03-26 Andres FreundCompute XID horizon for page level index vacuum on...
2019-03-26 Andres FreundRemove heap_hot_search().
2019-03-26 Andres Freundtableam: Add table_get_latest_tid, to wrap heap_get_lat...
2019-03-25 Andres Freundtableam: Add and use table_fetch_row_version().
2019-03-24 Andres Freundtableam: Add tuple_{insert, delete, update, lock} and...
2019-03-18 Robert HaasFold vacuum's 'int options' parameter into VacuumParams.
2019-03-11 Andres Freundtableam: Add and use scan APIs.
2019-03-08 Michael PaquierTighten use of OpenTransientFile and CloseTransientFile
2019-03-06 Andres Freundtableam: introduce table AM infrastructure.
2019-03-01 Amit KapilaClear the local map when not used.
2019-02-16 Tom LaneMake use of compiler builtins and/or assembly for CLZ...
2019-02-15 Alvaro HerreraRevert attempts to use POPCNT etc instructions
2019-02-13 Alvaro HerreraAdd basic support for using the POPCNT and SSE4.2s...
2019-02-04 Amit KapilaAvoid creation of the free space map for small heap...
2019-02-03 Andres FreundMove page initialization from RelationAddExtraBlocks...
2019-02-02 Amit KapilaAvoid possible deadlock while locking multiple heap...
2019-02-01 Michael PaquierFix use of dangling pointer in heap_delete() when loggi...
2019-01-29 Andres FreundRevert "Move page initialization from RelationAddExtraB...
2019-01-28 Andres FreundFix race condition between relation extension and vacuum.
2019-01-28 Andres FreundMove page initialization from RelationAddExtraBlocks...
2019-01-28 Amit KapilaRevert "Avoid creation of the free space map for small...
2019-01-28 Amit KapilaAvoid creation of the free space map for small heap...
2019-01-22 Andres FreundRephrase references to "time qualification".
2019-01-22 Andres FreundMove remaining code from tqual.[ch] to heapam.h / heapa...
2019-01-21 Andres FreundReplace uses of heap_open et al with the corresponding...
2019-01-21 Andres FreundIntroduce access/{table.h, relation.h}, for generic...
2019-01-21 Andres FreundAdjust some more comments for WITH OIDS removal.
2019-01-18 Michael PaquierFix incorrect relation name in comment of vacuumlazy.c
2019-01-15 Andres FreundDon't duplicate parallel seqscan shmem sizing logic...
2019-01-15 Andres FreundMove vacuumlazy.c into access/heap.
2019-01-15 Tom LaneFinish reverting "recheck_on_update" patch.
2019-01-15 Andres FreundDon't include genam.h from execnodes.h and relscan...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-12-27 Peter EisentrautRemove obsolete IndexIs* macros
2018-12-10 Stephen FrostRemove dead code in toast_fetch_datum_slice
2018-11-28 Tomas VondraDo not decode TOAST data for table rewrites
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-11-19 Thomas MunroPANIC on fsync() failure.
2018-11-16 Andres FreundIntroduce notion of different types of slots (without...
2018-11-06 Thomas MunroUse pg_pread() and pg_pwrite() for data files and WAL.
next