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
/
include
/
utils
Age
Commit message (
Expand
)
Author
2 days
Toggle logical decoding dynamically based on logical slot presence.
Masahiko Sawada
6 days
Use proper type for RestoreTransactionSnapshot's PGPROC arg
Heikki Linnakangas
8 days
Fix const correctness in pgstat data serialization callbacks
Michael Paquier
9 days
Avoid global LC_CTYPE dependency in pg_locale_icu.c.
Jeff Davis
9 days
downcase_identifier(): use method table from locale provider.
Jeff Davis
9 days
Clarify a #define introduced in 8d299052fe.
Jeff Davis
10 days
Revisit cosmetics of "For inplace update, send nontransactional invalidations."
Noah Misch
10 days
Remove unused single-byte char_is_cased() API.
Jeff Davis
11 days
Allow cumulative statistics to read/write auxiliary data from/to disk
Michael Paquier
11 days
Update typedefs.list to match what the buildfarm currently reports.
Tom Lane
12 days
Use correct preprocessor conditional in relptr.h
Peter Eisentraut
2025-12-10
Add pg_iswcased().
Jeff Davis
2025-12-10
Remove char_tolower() API.
Jeff Davis
2025-12-07
Revise APIs for pushJsonbValue() and associated routines.
Tom Lane
2025-12-07
Add a macro for the declared typlen of type timetz.
Tom Lane
2025-12-03
Rename BUFFERPIN wait event class to BUFFER
Andres Freund
2025-12-02
Show size of DSAs and dshashes in pg_dsm_registry_allocations.
Nathan Bossart
2025-12-02
Update some timestamp[tz] functions to use soft-error reporting
Michael Paquier
2025-12-01
Make regex "max_chr" depend on encoding, not provider.
Jeff Davis
2025-12-01
Switch some date/timestamp functions to use the soft error reporting
Michael Paquier
2025-11-26
Add #define for UNICODE_CASEMAP_BUFSZ.
Jeff Davis
2025-11-26
Replace internal C function pg_hypot() by standard hypot()
Peter Eisentraut
2025-11-25
Rename routines for write/read of pgstats file
Michael Paquier
2025-11-22
Add range_minus_multi and multirange_minus_multi functions
Peter Eisentraut
2025-11-16
Get rid of long datatype in CATCACHE_STATS enabled builds
David Rowley
2025-11-11
Clean up qsort comparison function for GUC entries
Peter Eisentraut
2025-10-31
Mark function arguments of type "Datum *" as "const Datum *" where possible
Peter Eisentraut
2025-10-30
Mark ItemPointer arguments as const throughout
Peter Eisentraut
2025-10-29
Reorganize GUC structs
Peter Eisentraut
2025-10-26
Comment typo fixes: pg_wchar_t should be pg_wchar.
Jeff Davis
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-15
Add pg_iswalpha() and related functions.
Jeff Davis
2025-10-15
Change reset_extra into a config_generic common field
Peter Eisentraut
2025-10-15
Add log_autoanalyze_min_duration
Peter Eisentraut
2025-10-15
Add some const qualifiers
Peter Eisentraut
2025-10-13
Fix incorrect message-printing in win32security.c.
Tom Lane
2025-10-08
Cleanup NAN code in float.h, too.
Tom Lane
2025-10-08
Add stats_reset to pg_stat_user_functions
Michael Paquier
2025-10-07
Cleanup INFINITY code in float.h
David Rowley
2025-10-06
Add stats_reset to pg_stat_all_{tables,indexes} and related views
Michael Paquier
2025-09-30
Rename pg_builtin_integer_constant_p to pg_integer_constant_p
Peter Eisentraut
2025-09-30
Make some use of anonymous unions [pg_locale_t]
Peter Eisentraut
2025-09-28
Add support for tracking of entry count in pgstats
Michael Paquier
2025-09-27
Teach MSVC that elog/ereport ERROR doesn't return
David Rowley
2025-09-24
Remove PointerIsValid()
Peter Eisentraut
2025-09-19
Fix obsolete references to postgres.h in comments.
Nathan Bossart
[next]