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