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
/
utils
Age
Commit message (
Expand
)
Author
2025-11-14
Comment out autovacuum_worker_slots in postgresql.conf.sample.
Nathan Bossart
2025-11-14
doc: double-quote use of %f, %p, and %r in literal commands.
Bruce Momjian
2025-11-12
Split out innards of pg_tablespace_location()
Álvaro Herrera
2025-11-12
Fix range for commit_siblings in sample conf
Daniel Gustafsson
2025-11-12
Fix comments of output routines for pg_ndistinct and pg_dependencies
Michael Paquier
2025-11-12
Move code specific to pg_dependencies to new file
Michael Paquier
2025-11-12
Move code specific to pg_ndistinct to new file
Michael Paquier
2025-11-12
Prefer spelling "cacheable" over "cachable".
Thomas Munro
2025-11-12
Report better object limits in error messages for injection points
Michael Paquier
2025-11-11
Clean up qsort comparison function for GUC entries
Peter Eisentraut
2025-11-07
Fix "inconsistent DLL linkage" warning on Windows MSVC
Peter Eisentraut
2025-11-07
Add seq_sync_error_count to subscription statistics.
Amit Kapila
2025-11-06
Update code comment
Peter Eisentraut
2025-11-06
Use stack allocated StringInfoDatas, where possible
David Rowley
2025-11-05
Add infrastructure for efficient LSN waiting
Alexander Korotkov
2025-11-05
Add sequence synchronization for logical replication.
Amit Kapila
2025-11-05
Special case C_COLLATION_OID in pg_newlocale_from_collation().
Jeff Davis
2025-11-04
Allow "SET list_guc TO NULL" to specify setting the GUC to empty.
Tom Lane
2025-11-03
Sort guc_parameters.dat alphabetically by name
Peter Eisentraut
2025-10-31
Mark function arguments of type "Datum *" as "const Datum *" where possible
Peter Eisentraut
2025-10-31
formatting.c cleanup: Change fill_str() return type to void
Peter Eisentraut
2025-10-31
formatting.c cleanup: Rename DCH_S_* to DCH_SUFFIX_*
Peter Eisentraut
2025-10-31
formatting.c cleanup: Change several int fields to enums
Peter Eisentraut
2025-10-31
formatting.c cleanup: Change TmFromChar.clock field to bool
Peter Eisentraut
2025-10-30
Mark ItemPointer arguments as const throughout
Peter Eisentraut
2025-10-30
Fix some confusing uses of const
Peter Eisentraut
2025-10-30
formatting.c cleanup: Improve formatting of some struct declarations
Peter Eisentraut
2025-10-30
formatting.c cleanup: Remove unnecessary zeroize macros
Peter Eisentraut
2025-10-30
formatting.c cleanup: Remove unnecessary extra line breaks in error message l...
Peter Eisentraut
2025-10-30
Fix bogus use of "long" in AllocSetCheck()
David Rowley
2025-10-29
Use C11 char16_t and char32_t for Unicode code points.
Jeff Davis
2025-10-29
CheckNNConstraintFetch: Fill all of ConstrCheck in a single pass
Álvaro Herrera
2025-10-29
Reorganize GUC structs
Peter Eisentraut
2025-10-29
formatting.c cleanup: Remove unnecessary extra parentheses
Peter Eisentraut
2025-10-29
formatting.c cleanup: Use array syntax instead of pointer arithmetic
Peter Eisentraut
2025-10-29
formatting.c cleanup: Add some const pointer qualifiers
Peter Eisentraut
2025-10-29
formatting.c cleanup: Use size_t for string length variables and arguments
Peter Eisentraut
2025-10-28
formatting.c cleanup: Move loop variables definitions into for statement
Peter Eisentraut
2025-10-28
formatting.c cleanup: Remove dashes in comments
Peter Eisentraut
2025-10-28
Move comment about casts from pg_wchar.
Jeff Davis
2025-10-28
Check that index can return in get_actual_variable_range()
Peter Eisentraut
2025-10-28
Add wal_fpi_bytes to pg_stat_wal and pg_stat_get_backend_wal()
Michael Paquier
2025-10-26
Comment typo fixes: pg_wchar_t should be pg_wchar.
Jeff Davis
2025-10-23
Fix off-by-one Asserts in FreePageBtreeInsertInternal/Leaf.
Tom Lane
2025-10-22
Add error_on_null(), checking if the input is the null value
Michael Paquier
2025-10-21
Use CompactAttribute more often, when possible
David Rowley
2025-10-21
Make char2wchar() static.
Jeff Davis
2025-10-21
Remove obsolete global database_ctype_is_c.
Jeff Davis
2025-10-18
Add pg_database_locale() to retrieve database default locale.
Jeff Davis
2025-10-18
Add pg_iswxdigit(), useful for tsearch.
Jeff Davis
[next]