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