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
14 hours
Split out innards of pg_tablespace_location()
Álvaro Herrera
17 hours
Fix range for commit_siblings in sample conf
Daniel Gustafsson
19 hours
Fix comments of output routines for pg_ndistinct and pg_dependencies
Michael Paquier
22 hours
Move code specific to pg_dependencies to new file
Michael Paquier
22 hours
Move code specific to pg_ndistinct to new file
Michael Paquier
28 hours
Prefer spelling "cacheable" over "cachable".
Thomas Munro
29 hours
Report better object limits in error messages for injection points
Michael Paquier
47 hours
Clean up qsort comparison function for GUC entries
Peter Eisentraut
6 days
Fix "inconsistent DLL linkage" warning on Windows MSVC
Peter Eisentraut
6 days
Add seq_sync_error_count to subscription statistics.
Amit Kapila
7 days
Update code comment
Peter Eisentraut
7 days
Use stack allocated StringInfoDatas, where possible
David Rowley
8 days
Add infrastructure for efficient LSN waiting
Alexander Korotkov
8 days
Add sequence synchronization for logical replication.
Amit Kapila
8 days
Special case C_COLLATION_OID in pg_newlocale_from_collation().
Jeff Davis
9 days
Allow "SET list_guc TO NULL" to specify setting the GUC to empty.
Tom Lane
10 days
Sort guc_parameters.dat alphabetically by name
Peter Eisentraut
13 days
Mark function arguments of type "Datum *" as "const Datum *" where possible
Peter Eisentraut
13 days
formatting.c cleanup: Change fill_str() return type to void
Peter Eisentraut
13 days
formatting.c cleanup: Rename DCH_S_* to DCH_SUFFIX_*
Peter Eisentraut
13 days
formatting.c cleanup: Change several int fields to enums
Peter Eisentraut
13 days
formatting.c cleanup: Change TmFromChar.clock field to bool
Peter Eisentraut
14 days
Mark ItemPointer arguments as const throughout
Peter Eisentraut
14 days
Fix some confusing uses of const
Peter Eisentraut
14 days
formatting.c cleanup: Improve formatting of some struct declarations
Peter Eisentraut
14 days
formatting.c cleanup: Remove unnecessary zeroize macros
Peter Eisentraut
14 days
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
2025-10-17
Change config_generic.vartype to be initialized at compile time
Peter Eisentraut
2025-10-17
Use designated initializers for guc_tables
Peter Eisentraut
[next]