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
Age
Commit message (
Expand
)
Author
2025-09-16
Provide more-specific error details/hints for function lookup failures.
Tom Lane
2025-09-16
Add regression expected-files for older OpenSSL in FIPS mode.
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
Move pg_int64 back to postgres_ext.h
Peter Eisentraut
2025-09-16
pg_dump: Fix dumping of security labels on subscriptions and event triggers.
Fujii Masao
2025-09-16
Fix intermittent BF failures in 035_conflicts.
Amit Kapila
2025-09-16
Fix incorrect const qualifier
Peter Eisentraut
2025-09-16
pg_restore: Fix comment handling with --no-policies.
Fujii Masao
2025-09-16
pg_restore: Fix comment handling with --no-publications / --no-subscriptions.
Fujii Masao
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
Update various forward declarations to use typedef
Peter Eisentraut
2025-09-15
Improve ExplainState type handling in header files
Peter Eisentraut
2025-09-15
Remove workarounds against repeat typedefs
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-13
Specify locale provider for pg_regress --no-locale
Alexander Korotkov
2025-09-12
Avoid context dependency in test case added by 9a71989a8.
Tom Lane
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
Replace tests of ALTER DATABASE RESET TABLESPACE.
Noah Misch
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
ci: openbsd: Increase RAM disk's size
Andres Freund
2025-09-12
Allow redeclaration of typedef yyscan_t
Peter Eisentraut
2025-09-12
Improve pgbench definition of 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
Improve comment about snapshot macros
Álvaro Herrera
2025-09-11
Add test for temporal referential integrity
Álvaro Herrera
2025-09-11
Fill testing gap for possible referential integrity violation
Álvaro Herrera
2025-09-11
Remove checks for no longer supported GCC versions
Peter Eisentraut
2025-09-11
Remove stray semicolon at global scope
Peter Eisentraut
2025-09-11
Fix intermittent test failure introduced in 6456c6e2c4.
Amit Kapila
2025-09-11
Fix description of WAL record blocks in hash_xlog.h
Michael Paquier
2025-09-11
Fix incorrect file reference in guc.h
Michael Paquier
[next]