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
/
hash
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle logical slot conflicts on standby
Andres Freund
2023-04-08
1
-0
/
+1
*
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
-3
/
+3
*
Add info in WAL records in preparation for logical slot conflict handling
Andres Freund
2023-04-02
2
-8
/
+4
*
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-20
1
-0
/
+1
*
Remove unnecessary #ifdef USE_ICU and branch.
Jeff Davis
2023-02-23
1
-57
/
+42
*
Refactor to introduce pg_locale_deterministic().
Jeff Davis
2023-02-23
1
-2
/
+2
*
Refactor to add pg_strcoll(), pg_strxfrm(), and variants.
Jeff Davis
2023-02-23
1
-27
/
+34
*
New header varatt.h split off from postgres.h
Peter Eisentraut
2023-01-10
1
-0
/
+1
*
Update copyright for 2023
Bruce Momjian
2023-01-02
11
-11
/
+11
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
1
-0
/
+2
*
Fix memory leak for hashing with nondeterministic collations.
Jeff Davis
2022-12-01
1
-0
/
+2
*
Improve indenting in _hash_pgaddtup
David Rowley
2022-11-25
1
-5
/
+13
*
Speedup hash index builds by skipping needless binary searches
David Rowley
2022-11-24
3
-11
/
+37
*
Standardize rmgrdesc recovery conflict XID output.
Peter Geoghegan
2022-11-17
2
-6
/
+7
*
Fix cleanup lock acquisition in SPLIT_ALLOCATE_PAGE replay.
Amit Kapila
2022-11-14
2
-6
/
+9
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
1
-0
/
+12
*
More -Wshadow=compatible-local warning fixes
David Rowley
2022-08-26
1
-1
/
+0
*
Improve speed of hash index build.
Tom Lane
2022-07-28
1
-3
/
+4
*
Remove fls(), use pg_leftmost_one_pos32() instead.
Thomas Munro
2022-07-22
1
-1
/
+1
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
2
-5
/
+5
*
Change some unnecessary MemSet calls
Peter Eisentraut
2022-07-01
1
-1
/
+1
*
Revert changes in HOT handling of BRIN indexes
Tomas Vondra
2022-06-16
1
-1
/
+0
*
Fix typo in hash README.
Amit Kapila
2022-05-31
1
-1
/
+1
*
Adjust tuplesort API to have bitwise option flags
David Rowley
2022-04-04
1
-1
/
+1
*
Add macros in hash and btree AMs to get the special area of their pages
Michael Paquier
2022-04-01
7
-53
/
+53
*
Remove xloginsert.h from xlog.h
Alvaro Herrera
2022-01-30
4
-0
/
+4
*
Call pg_newlocale_from_collation() also with default collation
Peter Eisentraut
2022-01-20
1
-2
/
+2
*
Update copyright for 2022
Bruce Momjian
2022-01-07
10
-10
/
+10
*
Ignore BRIN indexes when checking for HOT udpates
Tomas Vondra
2021-11-30
1
-0
/
+1
*
Clean up some code using "(expr) ? true : false"
Michael Paquier
2021-09-08
4
-4
/
+4
*
Further portability tweaks for float4/float8 hash functions.
Tom Lane
2021-09-04
1
-10
/
+12
*
Fix float4/float8 hash functions to produce uniform results for NaNs.
Tom Lane
2021-09-02
1
-0
/
+21
*
Fix grammar mistake in hash index README
John Naylor
2021-08-12
1
-1
/
+1
*
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2021-07-12
1
-2
/
+2
*
Use InvalidBucket instead of -1 where appropriate
Peter Eisentraut
2021-07-02
3
-5
/
+5
*
Remove tupgone special case from vacuumlazy.c.
Peter Geoghegan
2021-04-06
1
-4
/
+4
*
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-13
1
-0
/
+1
*
Replace remaining uses of "whitelist".
Thomas Munro
2021-01-05
1
-1
/
+1
*
Update copyright for 2021
Bruce Momjian
2021-01-02
10
-10
/
+10
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
1
-1
/
+0
*
Invent "amadjustmembers" AM method for validating opclass members.
Tom Lane
2020-08-01
2
-0
/
+97
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
2
-1
/
+2
*
Modify various power 2 calculations to use new helper functions
David Rowley
2020-04-08
3
-31
/
+15
*
Add SQL type xid8 to expose FullTransactionId to users.
Thomas Munro
2020-04-07
1
-0
/
+3
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
2
-0
/
+5
*
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-27
1
-1
/
+1
*
Remove dependency on HeapTuple from predicate locking functions.
Thomas Munro
2020-01-28
1
-1
/
+1
*
Introduce IndexAM fields for parallel vacuum.
Amit Kapila
2020-01-15
1
-0
/
+3
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
10
-10
/
+10
[next]