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
/
backend
/
utils
/
adt
Age
Commit message (
Expand
)
Author
20 hours
Ensure sanity of hash-join costing when there are no MCV statistics.
HEAD
origin/master
origin/HEAD
master
Tom Lane
35 hours
Ignore PlaceHolderVars when looking up statistics
Richard Guo
2 days
Change some Datum to void * for opaque pass-through pointer
Peter Eisentraut
3 days
Fix pg_stat_get_backend_activity() to use multi-byte truncated result
Michael Paquier
6 days
Improve comment in pgstatfuncs.c
Michael Paquier
14 days
Avoid global LC_CTYPE dependency in pg_locale_icu.c.
Jeff Davis
14 days
downcase_identifier(): use method table from locale provider.
Jeff Davis
2025-12-16
Separate out bytea sort support from varlena.c
John Naylor
2025-12-15
Remove unused single-byte char_is_cased() API.
Jeff Davis
2025-12-15
Use multibyte-aware extraction of pattern prefixes.
Jeff Davis
2025-12-14
Update typedefs.list to match what the buildfarm currently reports.
Tom Lane
2025-12-13
Fix jsonb_object_agg crash after eliminating null-valued pairs.
Tom Lane
2025-12-13
Clarify comment about temporal foreign keys
Peter Eisentraut
2025-12-12
Replace most StaticAssertStmt() with StaticAssertDecl()
Peter Eisentraut
2025-12-11
Fix some comments.
Nathan Bossart
2025-12-10
Add pg_iswcased().
Jeff Davis
2025-12-10
Remove char_tolower() API.
Jeff Davis
2025-12-10
Use palloc_object() and palloc_array() in backend code
Michael Paquier
2025-12-09
Remove useless casts in format arguments
Peter Eisentraut
2025-12-09
Remove unnecessary casts in printf format arguments (%zu/%zd)
Peter Eisentraut
2025-12-08
Improve error messages of input functions for pg_dependencies and pg_ndistinct
Michael Paquier
2025-12-07
Micro-optimize datatype conversions in datum_to_jsonb_internal.
Tom Lane
2025-12-07
Remove fundamentally-redundant processing in jsonb_agg() et al.
Tom Lane
2025-12-07
Revise APIs for pushJsonbValue() and associated routines.
Tom Lane
2025-12-06
Handle constant inputs to corr() and related aggregates more precisely.
Tom Lane
2025-12-05
Fix text substring search for non-deterministic collations.
Tom Lane
2025-12-05
Fix some cases of indirectly casting away const.
Tom Lane
2025-12-05
Rename column slotsync_skip_at to slotsync_last_skip.
Amit Kapila
2025-12-05
Fix some compiler warnings
Michael Paquier
2025-12-04
Remove no longer needed casts from Pointer
Peter Eisentraut
2025-12-04
Remove no longer needed casts to Pointer
Peter Eisentraut
2025-12-03
Use "foo(void)" for definitions of functions with no parameters.
Nathan Bossart
2025-12-03
Fix stray references to SubscriptRef
Peter Eisentraut
2025-12-03
Don't rely on pointer arithmetic with Pointer type
Peter Eisentraut
2025-12-03
Remove useless casts to Pointer
Peter Eisentraut
2025-12-02
Remove useless casting to same type
Peter Eisentraut
2025-12-02
Replace pointer comparisons and assignments to literal zero with NULL
Peter Eisentraut
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
Change some callers to use pg_ascii_toupper().
Jeff Davis
2025-12-01
Switch some date/timestamp functions to use the soft error reporting
Michael Paquier
2025-11-27
Have the planner replace COUNT(ANY) with COUNT(*), when possible
David Rowley
2025-11-26
Allow pg_locale_t APIs to work when ctype_is_c.
Jeff Davis
2025-11-26
Replace internal C function pg_hypot() by standard hypot()
Peter Eisentraut
2025-11-26
Add input function for data type pg_dependencies
Michael Paquier
2025-11-26
Add input function for data type pg_ndistinct
Michael Paquier
2025-11-25
Remove a useless length check.
Jeff Davis
2025-11-25
Add slotsync skip statistics.
Amit Kapila
2025-11-25
Remove obsolete comment
Peter Eisentraut
2025-11-24
Avoid global LC_CTYPE dependency in pg_locale_libc.c.
Jeff Davis
[next]