summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-02883-890/+890
* Adjust VACUUM hastup LP_REDIRECT comments.Peter Geoghegan2023-01-021-1/+2
* Avoid special XID snapshotConflictHorizon values.Peter Geoghegan2023-01-022-3/+6
* Push lpp variable closer to usage in heapgetpage()Peter Eisentraut2023-01-021-21/+19
* Accept "+infinity" in date and timestamp[tz] input.Tom Lane2023-01-011-0/+1
* Fix assert in BRIN build_distancesTomas Vondra2022-12-301-1/+5
* Fix precision handling for some COERCE_SQL_SYNTAX functionsMichael Paquier2022-12-302-16/+4
* Change argument of appendBinaryStringInfo from char * to void *Peter Eisentraut2022-12-302-11/+11
* Use appendStringInfoString instead of appendBinaryStringInfo where possiblePeter Eisentraut2022-12-301-21/+21
* Add const to BufFileWritePeter Eisentraut2022-12-304-10/+10
* Remove unnecessary castsPeter Eisentraut2022-12-305-23/+23
* Add page-level freezing to VACUUM.Peter Geoghegan2022-12-282-283/+375
* Suppress uninitialized-variable warning from a61b1f748.Tom Lane2022-12-271-0/+1
* Remove new locale dependency in regproc regression test.Tom Lane2022-12-271-1/+1
* Simplify the implementations of the to_reg* functions.Tom Lane2022-12-271-141/+54
* Convert the reg* input functions to report (most) errors softly.Tom Lane2022-12-278-112/+253
* Convert tsqueryin and tsvectorin to report errors softly.Tom Lane2022-12-275-49/+134
* Detect bad input for types xid, xid8, and cid.Tom Lane2022-12-273-99/+164
* Remove overzealous MultiXact freeze assertion.Peter Geoghegan2022-12-261-1/+0
* Add 'logical_decoding_mode' GUC.Amit Kapila2022-12-262-10/+40
* Convert enum_in() to report errors softly.Tom Lane2022-12-251-3/+9
* Convert jsonpath's input function to report errors softlyAndrew Dunstan2022-12-245-123/+288
* Make the numeric-OID cases of regprocin and friends be non-throwing.Tom Lane2022-12-241-139/+77
* Fix bug in translate_col_privs_multilevelDavid Rowley2022-12-241-13/+9
* Allow parent's WaitEventSets to be freed after fork().Thomas Munro2022-12-231-0/+17
* Don't leak a signalfd when using latches in the postmaster.Thomas Munro2022-12-231-0/+16
* Add WL_SOCKET_ACCEPT event to WaitEventSet API.Thomas Munro2022-12-231-1/+12
* Fix come incorrect elog() messages in aclchk.cMichael Paquier2022-12-231-3/+3
* Rename pg_dissect_walfile_name() to pg_split_walfile_name()Michael Paquier2022-12-231-5/+5
* Allow window functions to adjust their frameOptionsDavid Rowley2022-12-233-0/+308
* Improve notation of cacheinfo table in syscache.c.Thomas Munro2022-12-231-648/+292
* Use scanned_pages to decide when to failsafe check.Peter Geoghegan2022-12-221-6/+3
* Refactor how VACUUM passes around its XID cutoffs.Peter Geoghegan2022-12-225-445/+383
* Avoid O(N^2) cost when pulling up lots of UNION ALL subqueries.Tom Lane2022-12-221-20/+35
* Add some recursion and looping defenses in prepjointree.c.Tom Lane2022-12-221-0/+12
* Remove dead codePeter Eisentraut2022-12-221-1/+0
* Fix operator typo in tablecmds.cMichael Paquier2022-12-221-1/+1
* Add palloc_aligned() to allow aligned memory allocationsDavid Rowley2022-12-225-10/+284
* Introduce float4in_internalAndrew Dunstan2022-12-211-15/+42
* Fix newly introduced bug in slab.cDavid Rowley2022-12-221-7/+11
* Switch some system functions to use get_call_result_type()Michael Paquier2022-12-2110-260/+56
* Add copyright notices to meson filesAndrew Dunstan2022-12-2074-0/+148
* Allow batching of inserts during cross-partition updates.Etsuro Fujita2022-12-201-2/+1
* Add enable_presorted_aggregate GUCDavid Rowley2022-12-204-1/+19
* Improve the performance of the slab memory allocatorDavid Rowley2022-12-201-276/+524
* Move variable increment to the end of the loopJohn Naylor2022-12-201-1/+2
* Add pg_dissect_walfile_name()Michael Paquier2022-12-201-0/+53
* Remove hardcoded dependency to cryptohash type in the internals of SCRAMMichael Paquier2022-12-202-58/+93
* Expose some information about backend subxact status.Robert Haas2022-12-193-5/+50
* Fix inability to reference CYCLE column from inside its CTE.Tom Lane2022-12-161-73/+97