index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
nbtree
/
nbtree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
Thomas Munro
2023-04-08
1
-1
/
+1
*
Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()
Andres Freund
2023-04-05
1
-0
/
+3
*
Recycle deleted nbtree pages more aggressively.
Peter Geoghegan
2023-04-03
1
-1
/
+2
*
Pass down table relation into more index relation functions
Andres Freund
2023-04-01
1
-2
/
+2
*
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-20
1
-0
/
+1
*
Update types in smgr API
Peter Eisentraut
2023-02-27
1
-1
/
+1
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
1
-1
/
+1
*
Revert changes in HOT handling of BRIN indexes
Tomas Vondra
2022-06-16
1
-1
/
+0
*
Add macros in hash and btree AMs to get the special area of their pages
Michael Paquier
2022-04-01
1
-1
/
+1
*
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
2022-03-29
1
-1
/
+1
*
Remove xloginsert.h from xlog.h
Alvaro Herrera
2022-01-30
1
-0
/
+1
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Standardize cleanup lock terminology.
Peter Geoghegan
2021-12-08
1
-3
/
+3
*
Ignore BRIN indexes when checking for HOT udpates
Tomas Vondra
2021-11-30
1
-0
/
+1
*
Remove unneeded nbtree latestRemovedXid comments.
Peter Geoghegan
2021-09-26
1
-26
/
+1
*
Remove obsolete nbtree relation extension comment.
Peter Geoghegan
2021-08-31
1
-5
/
+4
*
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2021-07-12
1
-3
/
+3
*
Remove tupgone special case from vacuumlazy.c.
Peter Geoghegan
2021-04-06
1
-4
/
+4
*
Recycle nbtree pages deleted during same VACUUM.
Peter Geoghegan
2021-03-21
1
-12
/
+22
*
Consolidate nbtree VACUUM metapage routines.
Peter Geoghegan
2021-03-12
1
-62
/
+1
*
Save a few cycles during nbtree VACUUM.
Peter Geoghegan
2021-03-11
1
-9
/
+5
*
Don't consider newly inserted tuples in nbtree VACUUM.
Peter Geoghegan
2021-03-10
1
-49
/
+21
*
VACUUM VERBOSE: Count "newly deleted" index pages.
Peter Geoghegan
2021-02-25
1
-21
/
+12
*
Use full 64-bit XIDs in deleted nbtree pages.
Peter Geoghegan
2021-02-24
1
-96
/
+122
*
Enhance nbtree index tuple deletion.
Peter Geoghegan
2021-01-13
1
-5
/
+5
*
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-13
1
-0
/
+1
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Remove obsolete btrescan() comment.
Peter Geoghegan
2020-12-15
1
-2
/
+1
*
Fix nbtree cleanup-only VACUUM stats inaccuracies.
Peter Geoghegan
2020-11-04
1
-1
/
+14
*
Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.
Tom Lane
2020-08-30
1
-0
/
+1
*
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-12
1
-12
/
+16
*
Invent "amadjustmembers" AM method for validating opclass members.
Tom Lane
2020-08-01
1
-0
/
+1
*
Add nbtree Valgrind buffer lock checks.
Peter Geoghegan
2020-07-21
1
-3
/
+2
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
1
-1
/
+2
*
Refactor btvacuumpage().
Peter Geoghegan
2020-05-02
1
-58
/
+89
*
Clear up issue with FSM and oldest bpto.xact.
Peter Geoghegan
2020-05-01
1
-15
/
+15
*
Fix undercounting in VACUUM VERBOSE output.
Peter Geoghegan
2020-05-01
1
-6
/
+6
*
Fix bug in nbtree VACUUM "skip full scan" feature.
Peter Geoghegan
2020-05-01
1
-48
/
+54
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
1
-0
/
+1
*
Add deduplication to nbtree.
Peter Geoghegan
2020-02-26
1
-21
/
+150
*
Introduce IndexAM fields for parallel vacuum.
Amit Kapila
2020-01-15
1
-0
/
+3
*
Update btree_xlog_delete() comments.
Peter Geoghegan
2020-01-01
1
-3
/
+4
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Remove unneeded "pin scan" nbtree VACUUM code.
Peter Geoghegan
2019-12-19
1
-88
/
+23
*
Refactor reloption handling for index AMs in-core
Michael Paquier
2019-11-25
1
-2
/
+2
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
1
-2
/
+2
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-3
/
+3
*
Fix division by zero in _bt_vacuum_needs_cleanup()
Alexander Korotkov
2019-04-15
1
-1
/
+1
*
Report progress of CREATE INDEX operations
Alvaro Herrera
2019-04-02
1
-0
/
+9
[next]