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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos in comments
Michael Paquier
2023-05-02
1
-1
/
+1
*
Remove useless argument from nbtree dedup function.
Peter Geoghegan
2023-04-18
2
-4
/
+4
*
Handle logical slot conflicts on standby
Andres Freund
2023-04-08
1
-0
/
+2
*
Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
Thomas Munro
2023-04-08
2
-4
/
+6
*
Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()
Andres Freund
2023-04-05
2
-25
/
+12
*
Recycle deleted nbtree pages more aggressively.
Peter Geoghegan
2023-04-03
2
-4
/
+6
*
Add info in WAL records in preparation for logical slot conflict handling
Andres Freund
2023-04-02
1
-0
/
+2
*
Pass down table relation into more index relation functions
Andres Freund
2023-04-01
6
-123
/
+140
*
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
2
-4
/
+4
*
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-02-07
1
-2
/
+2
*
Update copyright for 2023
Bruce Momjian
2023-01-02
12
-12
/
+12
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
1
-0
/
+2
*
Static assertions cleanup
Peter Eisentraut
2022-12-15
1
-7
/
+0
*
Standardize rmgrdesc recovery conflict XID output.
Peter Geoghegan
2022-11-17
3
-21
/
+23
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
1
-1
/
+1
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
1
-0
/
+13
*
Fix comments about deduplication updating page.
Peter Geoghegan
2022-08-05
1
-3
/
+4
*
Add missing parenthesis to max item size macro.
Peter Geoghegan
2022-08-05
1
-0
/
+3
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
4
-7
/
+7
*
Revert changes in HOT handling of BRIN indexes
Tomas Vondra
2022-06-16
1
-1
/
+0
*
Fix some incorrect preprocessor tests in tuplesort specializations
David Rowley
2022-05-11
1
-2
/
+2
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
2
-4
/
+0
*
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-04-12
1
-2
/
+2
*
Make XLogRecGetBlockTag() throw error if there's no such block.
Tom Lane
2022-04-11
1
-1
/
+1
*
Suppress "variable 'pagesaving' set but not used" warning.
Tom Lane
2022-04-06
1
-1
/
+1
*
Adjust tuplesort API to have bitwise option flags
David Rowley
2022-04-04
1
-3
/
+3
*
Specialize tuplesort routines for different kinds of abbreviated keys
John Naylor
2022-04-02
1
-15
/
+7
*
Add macros in hash and btree AMs to get the special area of their pages
Michael Paquier
2022-04-01
9
-100
/
+100
*
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
2022-03-29
1
-1
/
+1
*
Remove MaxBackends variable in favor of GetMaxBackends() function.
Robert Haas
2022-02-08
1
-2
/
+2
*
Add UNIQUE null treatment option
Peter Eisentraut
2022-02-03
3
-5
/
+23
*
Remove xloginsert.h from xlog.h
Alvaro Herrera
2022-01-30
2
-0
/
+2
*
Update copyright for 2022
Bruce Momjian
2022-01-07
11
-11
/
+11
*
Standardize cleanup lock terminology.
Peter Geoghegan
2021-12-08
4
-85
/
+97
*
Ignore BRIN indexes when checking for HOT udpates
Tomas Vondra
2021-11-30
1
-0
/
+1
*
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-28
1
-1
/
+2
*
Fix parallel operations that prevent oldest xmin from advancing.
Amit Kapila
2021-11-19
1
-0
/
+7
*
Add hardening to catch invalid TIDs in indexes.
Peter Geoghegan
2021-11-04
2
-0
/
+4
*
Remove obsolete nbtree LP_DEAD item comments.
Peter Geoghegan
2021-10-27
1
-3
/
+0
*
Fix ordering of items in nbtree error message.
Peter Geoghegan
2021-10-27
1
-1
/
+1
*
Further harden nbtree posting split code.
Peter Geoghegan
2021-10-27
2
-2
/
+38
*
Remove obsolete nbtree deduplication comments.
Peter Geoghegan
2021-10-15
1
-5
/
+1
*
Enable deduplication in system catalog indexes.
Peter Geoghegan
2021-10-02
1
-12
/
+0
*
Remove unneeded nbtree latestRemovedXid comments.
Peter Geoghegan
2021-09-26
1
-26
/
+1
*
Update obsolete nbtree deletion comments.
Peter Geoghegan
2021-09-25
1
-2
/
+2
*
nbtree README: Add note about latestRemovedXid.
Peter Geoghegan
2021-09-24
1
-18
/
+27
*
Fix "single value strategy" index deletion issue.
Peter Geoghegan
2021-09-21
2
-20
/
+18
*
Remove obsolete nbtree relation extension comment.
Peter Geoghegan
2021-08-31
1
-5
/
+4
*
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2021-07-12
2
-13
/
+7
[next]