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
22 hours
Comment out autovacuum_worker_slots in postgresql.conf.sample.
Nathan Bossart
27 hours
doc: double-quote use of %f, %p, and %r in literal commands.
Bruce Momjian
3 days
Split out innards of pg_tablespace_location()
Álvaro Herrera
3 days
Fix range for commit_siblings in sample conf
Daniel Gustafsson
3 days
Fix comments of output routines for pg_ndistinct and pg_dependencies
Michael Paquier
3 days
Move code specific to pg_dependencies to new file
Michael Paquier
3 days
Move code specific to pg_ndistinct to new file
Michael Paquier
4 days
Prefer spelling "cacheable" over "cachable".
Thomas Munro
4 days
Report better object limits in error messages for injection points
Michael Paquier
4 days
Clean up qsort comparison function for GUC entries
Peter Eisentraut
8 days
Fix "inconsistent DLL linkage" warning on Windows MSVC
Peter Eisentraut
8 days
Add seq_sync_error_count to subscription statistics.
Amit Kapila
9 days
Update code comment
Peter Eisentraut
10 days
Use stack allocated StringInfoDatas, where possible
David Rowley
10 days
Add infrastructure for efficient LSN waiting
Alexander Korotkov
10 days
Add sequence synchronization for logical replication.
Amit Kapila
11 days
Special case C_COLLATION_OID in pg_newlocale_from_collation().
Jeff Davis
11 days
Allow "SET list_guc TO NULL" to specify setting the GUC to empty.
Tom Lane
12 days
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]