summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2023-01-01Accept "+infinity" in date and timestamp[tz] input.Tom Lane
2022-12-30Fix assert in BRIN build_distancesTomas Vondra
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-28Add page-level freezing to VACUUM.Peter Geoghegan
2022-12-27Suppress uninitialized-variable warning from a61b1f748.Tom Lane
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-27Remove overzealous MultiXact freeze assertion.Peter Geoghegan
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-23Fix bug in translate_col_privs_multilevelDavid Rowley
2022-12-23Allow parent's WaitEventSets to be freed after fork().Thomas Munro
2022-12-23Don't leak a signalfd when using latches in the postmaster.Thomas Munro
2022-12-23Add WL_SOCKET_ACCEPT event to WaitEventSet API.Thomas Munro
2022-12-23Fix come incorrect elog() messages in aclchk.cMichael Paquier
2022-12-23Rename pg_dissect_walfile_name() to pg_split_walfile_name()Michael Paquier
2022-12-22Allow window functions to adjust their frameOptionsDavid Rowley
2022-12-22Improve notation of cacheinfo table in syscache.c.Thomas Munro
2022-12-22Use scanned_pages to decide when to failsafe check.Peter Geoghegan
2022-12-22Refactor how VACUUM passes around its XID cutoffs.Peter Geoghegan
2022-12-22Avoid O(N^2) cost when pulling up lots of UNION ALL subqueries.Tom Lane
2022-12-22Add some recursion and looping defenses in prepjointree.c.Tom Lane
2022-12-22Remove dead codePeter Eisentraut
2022-12-22Fix operator typo in tablecmds.cMichael Paquier
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-20Allow batching of inserts during cross-partition updates.Etsuro Fujita
2022-12-20Add enable_presorted_aggregate GUCDavid Rowley
2022-12-20Improve the performance of the slab memory allocatorDavid Rowley
2022-12-20Move variable increment to the end of the loopJohn Naylor
2022-12-20Add pg_dissect_walfile_name()Michael Paquier
2022-12-19Remove hardcoded dependency to cryptohash type in the internals of SCRAMMichael Paquier
2022-12-19Expose some information about backend subxact status.Robert Haas
2022-12-16Fix inability to reference CYCLE column from inside its CTE.Tom Lane
2022-12-16Clean up dubious error handling in wellformed_xml().Tom Lane
2022-12-16Convert xml_in to report errors softly.Tom Lane
2022-12-16Remove pessimistic cost penalization from Incremental SortDavid Rowley
2022-12-15Speed up creation of command completion tagsDavid Rowley