index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
Age
Commit message (
Expand
)
Author
2025-11-22
Add range_minus_multi and multirange_minus_multi functions
Peter Eisentraut
2025-11-17
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-08
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-29
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
2025-09-19
Document and check that PgStat_HashKey has no padding
Michael Paquier
2025-09-15
Change fmgr.h typedefs to use original names
Peter Eisentraut
2025-09-15
Update various forward declarations to use typedef
Peter Eisentraut
2025-09-11
Fix incorrect file reference in guc.h
Michael Paquier
2025-09-10
Remove dynahash.h
Michael Paquier
2025-09-06
Allow to log raw parse tree.
Tatsuo Ishii
2025-09-05
Switch some numeric-related functions to use soft error reporting
Michael Paquier
2025-09-05
Change pg_lsn_in_internal() to use soft error reporting
Michael Paquier
2025-09-03
Generate GUC tables from .dat file
Peter Eisentraut
2025-08-28
Avoid including commands/dbcommands.h in so many places
Álvaro Herrera
2025-08-22
Revert GetTransactionSnapshot() to return historic snapshot during LR
Heikki Linnakangas
2025-08-22
Change dynahash.c and hsearch.h to use int64 instead of long
Michael Paquier
2025-08-19
Fix misspelling of "tranche" in dsa.h.
Nathan Bossart
2025-08-19
Use elog(DEBUG4) for dynahash.c statistics output
David Rowley
2025-08-13
Grab the low-hanging fruit from forcing sizeof(Datum) to 8.
Tom Lane
2025-08-11
Fix security checks in selectivity estimation functions.
Dean Rasheed
2025-08-07
Update ICU C++ API symbols
John Naylor
2025-08-02
Silence Valgrind leakage complaints in more-or-less-hackish ways.
Tom Lane
2025-08-02
Improve our support for Valgrind's leak tracking.
Tom Lane
2025-07-28
Fix performance regression with flush of pending fixed-numbered stats
Michael Paquier
2025-07-25
Create infrastructure to reliably prevent leakage of PGresults.
Tom Lane
2025-07-25
Lower bounds related to pgstats kinds
Michael Paquier
2025-07-11
Fix the handling of two GUCs during upgrade.
Amit Kapila
[next]