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
2025-01-07
Add missing typedefs.list entry for AggStatePerGroupData.
Jeff Davis
2025-01-06
Allow changing autovacuum_max_workers without restarting.
Nathan Bossart
2025-01-06
Remove duplicate definitions in proc.h
Heikki Linnakangas
2025-01-06
Always use the caller-provided context for radix tree leaves
John Naylor
2025-01-06
Get rid of radix tree's general purpose memory context
John Naylor
2025-01-06
Use caller's memory context for radix tree iteration state
John Naylor
2025-01-01
Fix an assortment of spelling mistakes and typos
David Rowley
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-30
Remove redundant wording in pg_statistic.h
Michael Paquier
2024-12-28
Replace PGPROC.isBackgroundWorker with isRegularBackend.
Tom Lane
2024-12-28
Exclude parallel workers from connection privilege/limit checks.
Tom Lane
2024-12-28
Reserve a PGPROC slot and semaphore for the slotsync worker process.
Tom Lane
2024-12-28
In REASSIGN OWNED of a database, lock the tuple as mandated.
Noah Misch
2024-12-24
syncrep parser: pure parser and reentrant scanner
Peter Eisentraut
2024-12-24
replication parser: pure parser and reentrant scanner
Peter Eisentraut
2024-12-24
Remove pgrminclude annotations
Peter Eisentraut
2024-12-24
Fix race condition in TupleDescCompactAttr assert code
David Rowley
2024-12-23
Fix incorrect source filename references
David Rowley
2024-12-20
Optimize alignment calculations in tuple form/deform
David Rowley
2024-12-20
Mark CatalogSnapshotData static
Heikki Linnakangas
2024-12-20
Fix corruption when relation truncation fails.
Thomas Munro
2024-12-20
Remove pg_attribute.attcacheoff column
David Rowley
2024-12-20
Introduce CompactAttribute array in TupleDesc, take 2
David Rowley
2024-12-19
Get rid of old version of BuildTupleHashTable().
Tom Lane
2024-12-19
Improve planner's handling of SetOp plans.
Tom Lane
2024-12-19
Convert SetOp to read its inputs as outerPlan and innerPlan.
Tom Lane
2024-12-19
bootstrap: pure parser and reentrant scanner
Peter Eisentraut
2024-12-19
Add backend-level statistics to pgstats
Michael Paquier
2024-12-18
Bitmap Table Scans use unified TBMIterator
Melanie Plageman
2024-12-18
Add common interface for TBMIterators
Melanie Plageman
2024-12-18
Make rs_cindex and rs_ntuples unsigned
Melanie Plageman
2024-12-17
Fix incorrect slot type in BuildTupleHashTableExt
David Rowley
2024-12-17
Make visibilitymap_set() return previous state of vmbits
Melanie Plageman
2024-12-17
Set the stack_base_ptr in main(), not in random other places.
Tom Lane
2024-12-17
Remove ts_locale.c's lowerstr()
Peter Eisentraut
2024-12-17
Remove ts_locale.c's t_isdigit(), t_isspace(), t_isprint()
Peter Eisentraut
2024-12-16
Refactor string case conversion into provider-specific files.
Jeff Davis
2024-12-16
Print out error position for CREATE DOMAIN
Michael Paquier
2024-12-12
Adjust some comments about structure properties in pg_stat.h
Michael Paquier
2024-12-12
Detect redundant GROUP BY columns using UNIQUE indexes
David Rowley
2024-12-12
Defer remove_useless_groupby_columns() work until query_planner()
David Rowley
2024-12-11
Add UUID version 7 generation function.
Masahiko Sawada
2024-12-11
Unmark gen_random_uuid() function leakproof.
Masahiko Sawada
2024-12-11
Use ExprStates for hashing in GROUP BY and SubPlans
David Rowley
2024-12-10
Replace get_equal_strategy_number_for_am() by get_equal_strategy_number()
Peter Eisentraut
2024-12-09
Include necessary header files in radixtree.h.
Masahiko Sawada
2024-12-09
Fix various overflow hazards in date and timestamp functions.
Nathan Bossart
2024-12-09
Simplify executor's determination of whether to use parallelism.
Tom Lane
2024-12-09
Remove remants of "snapshot too old"
Heikki Linnakangas
2024-12-09
Fix memory leak in pgoutput with publication list cache
Michael Paquier
[next]