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
/
gist
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos in comments
Michael Paquier
2023-05-02
1
-2
/
+2
*
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
1
-4
/
+5
*
Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()
Andres Freund
2023-04-05
2
-13
/
+4
*
Add info in WAL records in preparation for logical slot conflict handling
Andres Freund
2023-04-02
1
-8
/
+4
*
Pass down table relation into more index relation functions
Andres Freund
2023-04-01
4
-7
/
+9
*
Fix dereference of dangling pointer in GiST index buffering build.
Tom Lane
2023-03-29
1
-4
/
+13
*
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-20
1
-0
/
+1
*
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-02-07
2
-3
/
+3
*
Remove useless casts to (void *) in hash_search() calls
Peter Eisentraut
2023-02-06
2
-3
/
+3
*
Add BufFileRead variants with short read and EOF detection
Peter Eisentraut
2023-01-16
1
-6
/
+1
*
Update copyright for 2023
Bruce Momjian
2023-01-02
12
-12
/
+12
*
Add const to BufFileWrite
Peter Eisentraut
2022-12-30
1
-2
/
+2
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
1
-0
/
+2
*
Standardize rmgrdesc recovery conflict XID output.
Peter Geoghegan
2022-11-17
2
-11
/
+12
*
Remove unnecessary uses of Abs()
Peter Eisentraut
2022-10-07
1
-2
/
+2
*
Convert *GetDatum() and DatumGet*() macros to inline functions
Peter Eisentraut
2022-09-27
1
-1
/
+1
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
1
-0
/
+13
*
Suppress variable-set-but-not-used warnings from clang 15.
Tom Lane
2022-09-20
1
-1
/
+1
*
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
3
-5
/
+6
*
Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"
Peter Eisentraut
2022-09-12
1
-1
/
+1
*
Convert *GetDatum() and DatumGet*() macros to inline functions
Peter Eisentraut
2022-09-12
1
-1
/
+1
*
Small refactor to get rid of -Wshadow=compatible-local warning
David Rowley
2022-08-26
1
-5
/
+2
*
Further reduce warnings with -Wshadow=compatible-local
David Rowley
2022-08-24
1
-2
/
+1
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
2
-7
/
+8
*
Revert changes in HOT handling of BRIN indexes
Tomas Vondra
2022-06-16
1
-1
/
+0
*
Adjust tuplesort API to have bitwise option flags
David Rowley
2022-04-04
1
-1
/
+1
*
Improve the generation memory allocator
David Rowley
2022-04-04
1
-0
/
+6
*
Specialize tuplesort routines for different kinds of abbreviated keys
John Naylor
2022-04-02
1
-17
/
+1
*
Fix data loss on crash after sorted GiST index build.
Heikki Linnakangas
2022-02-24
1
-0
/
+12
*
Reduce non-leaf keys overlap in GiST indexes produced by a sorted build
Alexander Korotkov
2022-02-07
2
-99
/
+188
*
Remove xloginsert.h from xlog.h
Alvaro Herrera
2022-01-30
1
-0
/
+1
*
Update copyright for 2022
Bruce Momjian
2022-01-07
11
-11
/
+11
*
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
-2
/
+3
*
Clean up more code using "(expr) ? true : false"
Michael Paquier
2021-10-11
1
-4
/
+4
*
Clean up some code using "(expr) ? true : false"
Michael Paquier
2021-09-08
1
-2
/
+2
*
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2021-07-12
1
-8
/
+6
*
Remove redundant variable pageSize in gistinitpage
Peter Eisentraut
2021-06-25
1
-2
/
+1
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
2
-3
/
+3
*
Fix typos and grammar in comments and docs
Michael Paquier
2021-04-19
1
-1
/
+1
*
Use correct format placeholder for block numbers
Peter Eisentraut
2021-04-17
1
-2
/
+2
*
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
Heikki Linnakangas
2021-04-07
1
-1
/
+0
*
Add sortsupport for gist_btree opclasses, for faster index builds.
Heikki Linnakangas
2021-04-07
1
-0
/
+1
*
Remove redundant memset(0) calls for page init of some index AMs
Michael Paquier
2021-04-07
1
-2
/
+0
*
Remove tupgone special case from vacuumlazy.c.
Peter Geoghegan
2021-04-06
1
-4
/
+4
*
Add macro RelationIsPermanent() to report relation permanence
Bruce Momjian
2021-03-22
1
-1
/
+1
*
C comments: improve description of GiST NSN and GistBuildLSN
Bruce Momjian
2021-03-10
1
-0
/
+1
*
VACUUM VERBOSE: Count "newly deleted" index pages.
Peter Geoghegan
2021-02-25
1
-3
/
+16
*
Use full 64-bit XIDs in deleted nbtree pages.
Peter Geoghegan
2021-02-24
1
-22
/
+2
[next]