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
2025-10-07
Assign each subquery a unique name prior to planning it.
Robert Haas
2025-10-06
Optimize hex_encode() and hex_decode() using SIMD.
Nathan Bossart
2025-10-06
Add stats_reset to pg_stat_all_{tables,indexes} and related views
Michael Paquier
2025-10-06
Fix two comments in numeric.c
Michael Paquier
2025-10-05
Don't include access/htup_details.h in executor/tuptable.h
Álvaro Herrera
2025-10-03
Add IGNORE NULLS/RESPECT NULLS option to Window functions.
Tatsuo Ishii
2025-09-30
Make some use of anonymous unions [pg_locale_t]
Peter Eisentraut
2025-09-30
Do a tiny bit of header file maintenance
Álvaro Herrera
2025-09-29
Add GROUP BY ALL.
Tom Lane
2025-09-26
Fix misleading comment in pg_get_statisticsobjdef_string()
David Rowley
2025-09-25
Try to avoid floating-point roundoff error in pg_sleep().
Tom Lane
2025-09-24
Remove PointerIsValid()
Peter Eisentraut
2025-09-20
Add support for base64url encoding and decoding
Daniel Gustafsson
2025-09-20
Track the maximum possible frequency of non-MCE array elements.
Tom Lane
2025-09-20
Re-allow using statistics for bool-valued functions in WHERE.
Tom Lane
2025-09-16
Provide more-specific error details/hints for function lookup failures.
Tom Lane
2025-09-13
Amend recent fix for SIMILAR TO regex conversion.
Tom Lane
2025-09-12
Allow redeclaration of typedef yyscan_t
Peter Eisentraut
2025-09-10
meson: Build numeric.c with -ftree-vectorize.
Nathan Bossart
2025-09-09
Fix typo in comment
Peter Eisentraut
2025-09-09
Add date and timestamp variants of random(min, max).
Dean Rasheed
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-08-28
Avoid including commands/dbcommands.h in so many places
Álvaro Herrera
2025-08-22
Ignore temporary relations in RelidByRelfilenumber()
Michael Paquier
2025-08-18
Detect buffer underflow in get_th()
Peter Eisentraut
2025-08-18
Move SQL-callable code related to multixacts into its own file
Michael Paquier
2025-08-15
Fix constant when extracting timestamp from UUIDv7.
Masahiko Sawada
2025-08-13
Grab the low-hanging fruit from forcing USE_FLOAT8_BYVAL to true.
Tom Lane
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-08
Mop-up for Datum conversion cleanups.
Tom Lane
2025-08-08
Add missing Datum conversions
Peter Eisentraut
2025-08-08
Remove useless/superfluous Datum conversions
Peter Eisentraut
2025-08-07
Extend int128.h to support more numeric code.
Dean Rasheed
2025-08-07
Fix incorrect Datum conversion in timestamptz_trunc_internal()
Michael Paquier
2025-08-05
Fix varatt versus Datum type confusions
Peter Eisentraut
2025-08-05
Fix various hash function uses
Peter Eisentraut
2025-08-04
Detect and report update_deleted conflicts.
Amit Kapila
2025-07-29
Update comment
Peter Eisentraut
2025-07-29
Remove unnecessary complication around xmlParseBalancedChunkMemory.
Tom Lane
2025-07-28
Avoid regression in the size of XML input that we will accept.
Tom Lane
2025-07-23
Preserve conflict-relevant data during logical replication.
Amit Kapila
2025-07-19
Mostly-cosmetic adjustments to estimate_multivariate_bucketsize().
Tom Lane
2025-07-18
Speed up byteain by not parsing traditional-style input twice.
Tom Lane
2025-07-15
Clarify the ra != rb case in compareJsonbContainers().
Tom Lane
2025-07-15
Silence uninitialized-value warnings in compareJsonbContainers().
Tom Lane
2025-07-12
Replace float8 with int in date2isoweek() and date2isoyear().
Tom Lane
2025-07-11
Fix inconsistent quoting of role names in ACLs.
Tom Lane
2025-07-09
Change wchar2char() and char2wchar() to accept a locale_t.
Jeff Davis
[prev]
[next]