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
/
backend
/
access
Age
Commit message (
Expand
)
Author
2022-12-15
Static assertions cleanup
Peter Eisentraut
2022-12-13
Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.
Tom Lane
2022-12-09
Allow DateTimeParseError to handle bad-timezone error messages.
Tom Lane
2022-12-06
Generate pg_stat_get*() functions for tables using macros
Michael Paquier
2022-12-06
Check the snapshot argument of index_beginscan and family
Alexander Korotkov
2022-12-05
Add LSN location in some error messages related to WAL pages
Michael Paquier
2022-12-02
Generalize ri_RootToPartitionMap to use for non-partition children
Alvaro Herrera
2022-12-01
Fix memory leak for hashing with nondeterministic collations.
Jeff Davis
2022-11-29
Improve heuristics for compressing the KnownAssignedXids array.
Tom Lane
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
Improve indenting in _hash_pgaddtup
David Rowley
2022-11-24
Make multixact error message more explicit
Alvaro Herrera
2022-11-24
Speedup hash index builds by skipping needless binary searches
David Rowley
2022-11-23
Simplify vacuum_set_xid_limits() signature.
Peter Geoghegan
2022-11-23
Don't test HEAP_XMAX_INVALID when freezing xmax.
Peter Geoghegan
2022-11-20
lwlock: Fix quadratic behavior with very long wait lists
Andres Freund
2022-11-17
Standardize rmgrdesc recovery conflict XID output.
Peter Geoghegan
2022-11-17
Use correct type name in comments about freezing.
Peter Geoghegan
2022-11-16
Variable renaming in preparation for refactoring
Peter Eisentraut
2022-11-16
Remove useless casts
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
Fix cleanup lock acquisition in SPLIT_ALLOCATE_PAGE replay.
Amit Kapila
2022-11-13
Refactor aclcheck functions
Peter Eisentraut
2022-11-13
Refactor ownercheck functions
Peter Eisentraut
2022-11-12
Document WAL rules related to PD_ALL_VISIBLE in README.
Jeff Davis
2022-11-11
Fix theoretical torn page hazard.
Jeff Davis
2022-11-11
Remove obsolete comments and code from prior to f8f4227976.
Jeff Davis
2022-11-10
Fix comment of SimpleLruInit() in slru.c
Michael Paquier
2022-11-09
Report a more useful error for reloptions on a partitioned table.
Tom Lane
2022-11-09
Doc: add comments about PreventInTransactionBlock/IsInTransactionBlock.
Tom Lane
2022-11-08
Introduce pg_pwrite_zeros() in fileutils.c
Michael Paquier
2022-11-05
Remove redundant breaks in HeapTupleSatisfiesVisibility
Andres Freund
2022-11-05
Remove unneeded includes of <sys/stat.h>
Michael Paquier
2022-11-02
Improve the description of XLOG_RUNNING_XACTS.
Amit Kapila
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-25
Update outdated comment for TransactionIdSetTreeStatus
Heikki Linnakangas
2022-10-24
Fix recently added incorrect assertion
Alvaro Herrera
2022-10-22
Improve memory handling across SQL-callable backup functions
Michael Paquier
2022-10-19
Get rid of XLogCtlInsert->forcePageWrites
Alvaro Herrera
2022-10-19
Remove pg_backup_start_callback and reuse similar code
Alvaro Herrera
2022-10-18
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-14
Have GetCurrentTransactionStopTimestamp() set xactStopTimestamp if unset
Andres Freund
2022-10-13
Fix ordering issue with WAL operations in GIN fast insert path
Michael Paquier
2022-10-12
Simplify some maths in xlogreader.c
Michael Paquier
[next]