index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2022-11-16
Invent "multibitmapsets", and use them to speed up antijoin detection.
Tom Lane
2022-11-16
Variable renaming in preparation for refactoring
Peter Eisentraut
2022-11-16
Turn HeapKeyTest macro into inline function
Peter Eisentraut
2022-11-16
Mark argument of RegisterCustomRmgr() as const.
Jeff Davis
2022-11-15
Deduplicate freeze plans in freeze WAL records.
Peter Geoghegan
2022-11-14
Invent open_auth_file() in hba.c to refactor authentication file opening
Michael Paquier
2022-11-13
Make Bitmapsets be valid Nodes.
Tom Lane
2022-11-13
Refactor aclcheck functions
Peter Eisentraut
2022-11-13
Refactor ownercheck functions
Peter Eisentraut
2022-11-12
Add repalloc0 and repalloc0_array
Peter Eisentraut
2022-11-12
Fix volatility marking of timestamptz_trunc_zone.
Tom Lane
2022-11-09
Remove redundant declaration for XidInMVCCSnapshot
Alvaro Herrera
2022-11-09
Provide sigaction() for Windows.
Thomas Munro
2022-11-08
Introduce pg_pwrite_zeros() in fileutils.c
Michael Paquier
2022-11-07
Move code related to configuration files in directories to new file
Michael Paquier
2022-11-04
Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31.
Tom Lane
2022-11-03
Make AssertPointerAlignment available to frontend code
Peter Eisentraut
2022-11-03
Resolve partition strategy during early parsing
Alvaro Herrera
2022-11-03
Add casts to simplehash.h to silence C++ warnings.
Tom Lane
2022-11-02
Allow use of __sync_lock_test_and_set for spinlocks on any machine.
Tom Lane
2022-11-02
Fix outdated comment in tuplesort.h
David Rowley
2022-11-02
Add doubly linked count list implementation
David Rowley
2022-10-31
Clean up some inconsistencies with GUC declarations
Michael Paquier
2022-10-28
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-27
Allow nodeSort to perform Datum sorts for byref types
David Rowley
2022-10-27
Move pg_pwritev_with_retry() to src/common/file_utils.c
Michael Paquier
2022-10-26
Add rule_number to pg_hba_file_rules and map_number to pg_ident_file_mappings
Michael Paquier
2022-10-26
Refactor code handling the names of files loaded in hba.c
Michael Paquier
2022-10-24
Update some comments that should've covered MERGE
Alvaro Herrera
2022-10-21
pg_basebackup: Fix cross-platform tablespace relocation.
Robert Haas
2022-10-19
Refactor regular expression handling in hba.c
Michael Paquier
2022-10-18
Remove compatibility declarations for InitMaterializedSRF()
Michael Paquier
2022-10-18
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-17
Record dependencies of a cast on other casts that it requires.
Tom Lane
2022-10-16
Rename parser token REF to REF_P to avoid a symbol conflict.
Tom Lane
2022-10-15
Fix some comments in proc.h
Michael Paquier
2022-10-14
pgstat: Track time of the last scan of a relation
Andres Freund
2022-10-14
Add auxiliary lists to GUC data structures for better performance.
Tom Lane
2022-10-14
Replace the sorted array of GUC variables with a hash table.
Tom Lane
2022-10-14
Store GUC data in a memory context, instead of using malloc().
Tom Lane
2022-10-14
Make some minor improvements in memory-context infrastructure.
Tom Lane
2022-10-13
Allow batch insertion during COPY into a foreign table.
Etsuro Fujita
2022-10-12
Reduce xlog.h inclusion footprint
Alvaro Herrera
2022-10-12
Reduce basebackup_sink.h inclusion footprint
Alvaro Herrera
2022-10-12
Remove Abs()
Peter Eisentraut
2022-10-11
C comment: explain procArray->pgprocnos[]
Bruce Momjian
2022-10-11
Add a common function to generate the origin name.
Amit Kapila
2022-10-11
Add support for COPY TO callback functions
Michael Paquier
2022-10-10
Simplify our Assert infrastructure a little.
Tom Lane
2022-10-10
Use C library functions instead of Abs() for int64
Peter Eisentraut
[next]