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
/
access
Age
Commit message (
Expand
)
Author
2022-12-22
Refactor how VACUUM passes around its XID cutoffs.
Peter Geoghegan
2022-12-15
Static assertions cleanup
Peter Eisentraut
2022-12-13
Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.
Tom Lane
2022-12-02
Generalize ri_RootToPartitionMap to use for non-partition children
Alvaro Herrera
2022-11-29
Add 'missing_ok' argument to build_attrmap_by_name
Alvaro Herrera
2022-11-28
Remove promote_trigger_file.
Thomas Munro
2022-11-24
Speedup hash index builds by skipping needless binary searches
David Rowley
2022-11-17
Standardize rmgrdesc recovery conflict XID output.
Peter Geoghegan
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-09
Remove redundant declaration for XidInMVCCSnapshot
Alvaro Herrera
2022-10-12
Reduce xlog.h inclusion footprint
Alvaro Herrera
2022-09-29
Restore pg_pread and friends.
Thomas Munro
2022-09-28
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-27
Convert *GetDatum() and DatumGet*() macros to inline functions
Peter Eisentraut
2022-09-27
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-27
Mark ParallelMessagePending as sig_atomic_t
Michael Paquier
2022-09-27
Remove dependency to StringInfo in xlogbackup.{c.h}
Michael Paquier
2022-09-26
Refactor creation of backup_label and backup history files
Michael Paquier
2022-09-20
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
Harmonize heapam and tableam parameter names.
Peter Geoghegan
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
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-09-08
Fix recovery_prefetch with low maintenance_io_concurrency.
Thomas Munro
2022-09-03
Fix cache invalidation bug in recovery_prefetch.
Thomas Munro
2022-08-30
Update the comment in rmgrlist.h to match it to the code.
Amit Kapila
2022-08-05
Add missing parenthesis to max item size macro.
Peter Geoghegan
2022-08-05
Remove configure probe for fdatasync.
Thomas Munro
2022-08-05
Fix nbtree maximum item size macro.
Peter Geoghegan
2022-08-04
Remove dead pread and pwrite replacement code.
Thomas Munro
2022-08-04
Fix inconsistent comments for some function declarations in headers
Michael Paquier
2022-07-27
Add overflow protection for block-related data in WAL records
Michael Paquier
2022-07-26
Force immediate commit after CREATE DATABASE etc in extended protocol.
Tom Lane
2022-07-22
Remove O_FSYNC and associated macros.
Thomas Munro
2022-07-19
Convert macros to static inline functions (itup.h)
Peter Eisentraut
2022-07-18
Convert macros to static inline functions (tupmacs.h)
Peter Eisentraut
2022-07-15
Convert macros to static inline functions (xlog_internal.h)
Peter Eisentraut
2022-07-06
Overload index_form_tuple to allow the memory context to be supplied
David Rowley
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-06-27
Fix visibility check when XID is committed in CLOG but not in procarray.
Heikki Linnakangas
2022-06-16
Revert changes in HOT handling of BRIN indexes
Tomas Vondra
2022-05-21
Remove unused-and-misspelled function extern declaration.
Tom Lane
2022-05-12
Add missing 'extern' to function prototypes.
Andres Freund
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-30
pg_walinspect: fix case where flush LSN is in the middle of a record.
Jeff Davis
2022-04-21
Rethink method for assigning OIDs to the template0 and postgres DBs.
Tom Lane
2022-04-13
Prevent access to no-longer-pinned buffer in heapam_tuple_lock().
Tom Lane
[next]