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-16
Add OLD/NEW support to RETURNING in DML queries.
Dean Rasheed
2025-01-15
Fix cpluspluscheck for "Change gist stratnum function to use CompareType"
Peter Eisentraut
2025-01-15
IWYU pragmas for catalog headers
Peter Eisentraut
2025-01-15
IWYU widely useful pragmas
Peter Eisentraut
2025-01-15
postgres_fdw: SCRAM authentication pass-through
Peter Eisentraut
2025-01-15
Change gist stratnum function to use CompareType
Peter Eisentraut
2025-01-15
Rename RowCompareType to CompareType
Peter Eisentraut
2025-01-14
Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c.
Tom Lane
2025-01-14
Synchronize guc_tables.c categories with vacuum docs categories
Melanie Plageman
2025-01-14
Consistently spell "leakproof" without a hyphen.
Dean Rasheed
2025-01-14
Fix catcache invalidation of a list entry that's being built
Heikki Linnakangas
2025-01-14
Bump PGSTAT_FILE_FORMAT_ID
Michael Paquier
2025-01-14
Move information about pgstats kinds into its own header pgstat_kind.h
Michael Paquier
2025-01-14
Make pg_stat_io count IOs as bytes instead of blocks for some operations
Michael Paquier
2025-01-13
Revert "TupleHashTable: store additional data along with tuple."
Jeff Davis
2025-01-13
Add BTOPTIONS_PROC comments to nbtree.h.
Peter Geoghegan
2025-01-13
Move nbtree preprocessing into new .c file.
Peter Geoghegan
2025-01-13
Fix pgindent damage
Richard Guo
2025-01-11
Add support for NOT ENFORCED in CHECK constraints
Peter Eisentraut
2025-01-11
TupleHashTable: store additional data along with tuple.
Jeff Davis
2025-01-11
Make verify_compact_attribute available in non-assert builds
David Rowley
2025-01-10
Add new StringInfo APIs to allow callers to specify the buffer size.
Tatsuo Ishii
2025-01-10
Use a non-locking initial test in TAS_SPIN on AArch64.
Nathan Bossart
2025-01-10
Adjust signature of cluster_rel() and its subroutines
Álvaro Herrera
2025-01-10
Merge pgstat_count_io_op_n() and pgstat_count_io_op()
Michael Paquier
2025-01-10
Refactor some code related to backend statistics
Michael Paquier
2025-01-09
Fix SLRU bank selection code
Álvaro Herrera
2025-01-09
Provide 64-bit ftruncate() and lseek() on Windows.
Thomas Munro
2025-01-08
Fix duplicate typedef from commit a2f17f004d.
Jeff Davis
2025-01-08
Control collation behavior with a method table.
Jeff Davis
2025-01-07
Remove unused TupleHashTableData->entrysize.
Jeff Davis
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
[next]