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
Age
Commit message (
Expand
)
Author
2025-09-17
jit: Fix type used for Datum values in LLVM IR.
Thomas Munro
2025-09-17
Fix shared memory calculation size of PgAioCtl
Michael Paquier
2025-09-17
Add missing EPQ recheck for TID Range Scan
David Rowley
2025-09-16
Add missing EPQ recheck for TID Scan
David Rowley
2025-09-16
Revert "Avoid race condition between "GRANT role" and "DROP ROLE"".
Tom Lane
2025-09-16
Provide more-specific error details/hints for function lookup failures.
Tom Lane
2025-09-16
Treat JsonConstructorExpr as non-strict
Richard Guo
2025-09-16
Generate GB18030 mappings from the Unicode Consortium's UCM file
John Naylor
2025-09-16
Fix incorrect const qualifier
Peter Eisentraut
2025-09-15
Teach nbtree to avoid evaluating row compare keys.
Peter Geoghegan
2025-09-15
Expand virtual generated columns in constraint expressions
Peter Eisentraut
2025-09-15
CREATE STATISTICS: improve misleading error message
Peter Eisentraut
2025-09-15
Change fmgr.h typedefs to use original names
Peter Eisentraut
2025-09-15
Remove hbaPort type
Peter Eisentraut
2025-09-15
Resume conflict-relevant data retention automatically.
Amit Kapila
2025-09-15
jit: fix build with LLVM-21
Peter Eisentraut
2025-09-15
Some stylistic improvements in toast_save_datum()
Peter Eisentraut
2025-09-15
Hide duplicate names from extension views
Peter Eisentraut
2025-09-14
nbtree: Always set skipScan flag on rescan.
Peter Geoghegan
2025-09-13
Amend recent fix for SIMILAR TO regex conversion.
Tom Lane
2025-09-13
Re-pgindent nbtpreprocesskeys.c after commit 796962922e.
Nathan Bossart
2025-09-12
Reject "ALTER DATABASE/USER ... RESET foo" with invalid GUC name.
Tom Lane
2025-09-12
Fix oversights in pg_event_trigger_dropped_objects() fixes.
Tom Lane
2025-09-12
Always commute strategy when preprocessing DESC keys.
Peter Geoghegan
2025-09-12
Avoid unexpected changes of CurrentResourceOwner and CurrentMemoryContext
Álvaro Herrera
2025-09-12
Allow redeclaration of typedef yyscan_t
Peter Eisentraut
2025-09-12
Default to log_lock_waits=on
Peter Eisentraut
2025-09-12
Remove traces of support for Sun Studio compiler
Peter Eisentraut
2025-09-12
Silence compiler warnings on clang 21
Peter Eisentraut
2025-09-12
Fix misuse of Relids for storing attribute numbers
Richard Guo
2025-09-12
Add more information for WAL records of hash index AMs
Michael Paquier
2025-09-11
Move named LWLock tranche requests to shared memory.
Nathan Bossart
2025-09-11
Report the correct is_temporary flag for column defaults.
Tom Lane
2025-09-11
Remove stray semicolon at global scope
Peter Eisentraut
2025-09-10
Avoid faulty alignment of Datums in build_sorted_items().
Tom Lane
2025-09-10
Eliminate duplicative hashtempcxt in nodeSubplan.c.
Tom Lane
2025-09-10
Fix memory leakage in nodeSubplan.c.
Tom Lane
2025-09-10
meson: Build numeric.c with -ftree-vectorize.
Nathan Bossart
2025-09-10
Fix CREATE TABLE LIKE with not-valid check constraint
Peter Eisentraut
2025-09-10
Remove dynahash.h
Michael Paquier
2025-09-10
Replace callers of dynahash.h's my_log() by equivalent in pg_bitutils.h
Michael Paquier
2025-09-09
Fix leak with SMgrRelations in startup process
Michael Paquier
2025-09-09
Fix typo in comment
Peter Eisentraut
2025-09-09
Add date and timestamp variants of random(min, max).
Dean Rasheed
2025-09-09
Fix Coverity issue reported in commit a850be2fe.
Amit Kapila
2025-09-08
Add error codes when vacuum discovers VM corruption
Melanie Plageman
2025-09-08
meson: build checksums with extra optimization flags.
Jeff Davis
2025-09-08
pg_upgrade: Transfer pg_largeobject_metadata's files when possible.
Nathan Bossart
2025-09-08
Don't generate fake "*TLOCRN*" or "*TROCRN*" aliases, either.
Robert Haas
2025-09-08
Don't generate fake "ANY_subquery" aliases, either.
Robert Haas
[next]