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
/
brin
Age
Commit message (
Expand
)
Author
2023-04-06
Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()
Andres Freund
2023-03-25
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-20
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-20
Fix netmask handling in inet_minmax_multi_ops
Tomas Vondra
2023-02-19
Fix handling of multi-column BRIN indexes
Tomas Vondra
2023-02-07
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-30
Fix assert in BRIN build_distances
Tomas Vondra
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-11-13
Refactor ownercheck functions
Peter Eisentraut
2022-10-05
Rename shadowed local variables
David Rowley
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
2022-09-20
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-12
Don't reference out-of-bounds array elements in brin_minmax_multi.c
David Rowley
2022-09-12
Assorted examples of expanded type-safer palloc/pg_malloc API
Peter Eisentraut
2022-09-06
Fix an assortment of improper usages of string functions
David Rowley
2022-09-05
Fix incorrect uses of Datum conversion macros
Peter Eisentraut
2022-08-24
Further reduce warnings with -Wshadow=compatible-local
David Rowley
2022-08-05
BRIN: mask BRIN_EVACUATE_PAGE for WAL consistency checking
Alvaro Herrera
2022-06-16
Revert changes in HOT handling of BRIN indexes
Tomas Vondra
2022-06-01
Silence compiler warnings from some older compilers.
Tom Lane
2022-05-09
Make relation-enumerating operations be security-restricted operations.
Noah Misch
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-11
Fix various typos and spelling mistakes in code comments
David Rowley
2022-03-21
Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings.
Tom Lane
2022-01-10
Rename functions to avoid future conflicts
Peter Eisentraut
2022-01-08
Update copyright for 2022
Bruce Momjian
2022-01-04
Remove redundant initialization of BrinMemTuple.
Tom Lane
2021-11-30
Ignore BRIN indexes when checking for HOT udpates
Tomas Vondra
2021-11-06
Fix handling of NaN values in BRIN minmax multi
Tomas Vondra
2021-11-01
Replace unicode characters in comments with ascii
Daniel Gustafsson
2021-09-01
Fix incorrect format placeholders
Peter Eisentraut
2021-06-10
Fix an asssortment of typos in brin_minmax_multi.c and mcv.c
David Rowley
2021-06-04
Clean up some questionable usages of DatumGet* macros
David Rowley
2021-06-04
Adjust locations which have an incorrect copyright year
David Rowley
2021-06-03
Standardize usages of appendStringInfo and appendPQExpBuffer
David Rowley
2021-05-27
Rethink definition of pg_attribute.attcompression.
Tom Lane
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-14
Improve quoting in some error messages
Peter Eisentraut
2021-04-07
Don't add non-existent pages to bitmap from BRIN
Tomas Vondra
2021-04-04
Fix bug in brin_minmax_multi_union
Tomas Vondra
2021-04-04
Fix order of parameters in BRIN minmax-multi calls
Tomas Vondra
2021-04-04
Fix BRIN minmax-multi distance for inet type
Tomas Vondra
2021-04-04
Fix BRIN minmax-multi distance for timetz type
Tomas Vondra
2021-04-04
Fix BRIN minmax-multi distance for interval type
Tomas Vondra
2021-03-26
Fix alignment in BRIN minmax-multi deserialization
Tomas Vondra
2021-03-26
BRIN minmax-multi indexes
Tomas Vondra
2021-03-26
BRIN bloom indexes
Tomas Vondra
[next]