summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2023-01-19Remove some dead code in selfuncs.cAlvaro Herrera
2023-01-19Add missing assign hook for GUC checkpoint_completion_targetMichael Paquier
2023-01-18Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2023-01-18Display the leader apply worker's PID for parallel apply workers.Amit Kapila
2023-01-17Remove dead code in formatting.cJohn Naylor
2023-01-16Add BufFileRead variants with short read and EOF detectionPeter Eisentraut
2023-01-16Store IdentLine->pg_user as an AuthTokenMichael Paquier
2023-01-15Remove arbitrary FUNC_MAX_ARGS limit in int2vectorin and oidvectorin.Tom Lane
2023-01-13Manual cleanup and pgindent of pgstat and bufmgr related codeAndres Freund
2023-01-12Fix jsonpath existense checking of missing variablesAlexander Korotkov
2023-01-12Rename some variables related to ident files in hba.{c,h}Michael Paquier
2023-01-12Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane
2023-01-12Use WaitEventSet API for postmaster's event loop.Thomas Munro
2023-01-12Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2023-01-11Fix typos in code and commentsMichael Paquier
2023-01-10Add new GUC createrole_self_grant.Robert Haas
2023-01-10New header varatt.h split off from postgres.hPeter Eisentraut
2023-01-10Fix the display of lock information for specktoken.Amit Kapila
2023-01-09Invent random_normal() to provide normally-distributed random numbers.Tom Lane
2023-01-09Remove redundant setting of tuplesort statusJohn Naylor
2023-01-09Allow left join removals and unique joins on partitioned tablesDavid Rowley
2023-01-09Perform apply of large transactions by parallel workers.Amit Kapila
2023-01-08Improve GIN cost estimationAlexander Korotkov
2023-01-08Extract the multiplier for CPU process cost of index page into a macroAlexander Korotkov
2023-01-04Fix some compiler warnings in aset.c and generation.cDavid Rowley
2023-01-03Fix typos in comments, code and documentationMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2023-01-01Accept "+infinity" in date and timestamp[tz] input.Tom Lane
2022-12-30Fix precision handling for some COERCE_SQL_SYNTAX functionsMichael Paquier
2022-12-30Change argument of appendBinaryStringInfo from char * to void *Peter Eisentraut
2022-12-30Use appendStringInfoString instead of appendBinaryStringInfo where possiblePeter Eisentraut
2022-12-30Add const to BufFileWritePeter Eisentraut
2022-12-30Remove unnecessary castsPeter Eisentraut
2022-12-27Remove new locale dependency in regproc regression test.Tom Lane
2022-12-27Simplify the implementations of the to_reg* functions.Tom Lane
2022-12-27Convert the reg* input functions to report (most) errors softly.Tom Lane
2022-12-27Convert tsqueryin and tsvectorin to report errors softly.Tom Lane
2022-12-27Detect bad input for types xid, xid8, and cid.Tom Lane
2022-12-26Add 'logical_decoding_mode' GUC.Amit Kapila
2022-12-25Convert enum_in() to report errors softly.Tom Lane
2022-12-24Convert jsonpath's input function to report errors softlyAndrew Dunstan
2022-12-24Make the numeric-OID cases of regprocin and friends be non-throwing.Tom Lane
2022-12-22Allow window functions to adjust their frameOptionsDavid Rowley
2022-12-22Improve notation of cacheinfo table in syscache.c.Thomas Munro
2022-12-22Add palloc_aligned() to allow aligned memory allocationsDavid Rowley
2022-12-21Introduce float4in_internalAndrew Dunstan
2022-12-21Fix newly introduced bug in slab.cDavid Rowley
2022-12-21Switch some system functions to use get_call_result_type()Michael Paquier
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-20Add enable_presorted_aggregate GUCDavid Rowley