aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Use appendStringInfoString instead of appendBinaryStringInfo where possiblePeter Eisentraut2022-12-30
* Add const to BufFileWritePeter Eisentraut2022-12-30
* Remove unnecessary castsPeter Eisentraut2022-12-30
* Add page-level freezing to VACUUM.Peter Geoghegan2022-12-28
* Suppress uninitialized-variable warning from a61b1f748.Tom Lane2022-12-27
* Remove new locale dependency in regproc regression test.Tom Lane2022-12-27
* Simplify the implementations of the to_reg* functions.Tom Lane2022-12-27
* Convert the reg* input functions to report (most) errors softly.Tom Lane2022-12-27
* Convert tsqueryin and tsvectorin to report errors softly.Tom Lane2022-12-27
* Detect bad input for types xid, xid8, and cid.Tom Lane2022-12-27
* Remove overzealous MultiXact freeze assertion.Peter Geoghegan2022-12-26
* Add 'logical_decoding_mode' GUC.Amit Kapila2022-12-26
* Convert enum_in() to report errors softly.Tom Lane2022-12-25
* Convert jsonpath's input function to report errors softlyAndrew Dunstan2022-12-24
* Make the numeric-OID cases of regprocin and friends be non-throwing.Tom Lane2022-12-24
* Fix bug in translate_col_privs_multilevelDavid Rowley2022-12-24
* Allow parent's WaitEventSets to be freed after fork().Thomas Munro2022-12-23
* Don't leak a signalfd when using latches in the postmaster.Thomas Munro2022-12-23
* Add WL_SOCKET_ACCEPT event to WaitEventSet API.Thomas Munro2022-12-23
* Fix come incorrect elog() messages in aclchk.cMichael Paquier2022-12-23
* Rename pg_dissect_walfile_name() to pg_split_walfile_name()Michael Paquier2022-12-23
* Allow window functions to adjust their frameOptionsDavid Rowley2022-12-23
* Improve notation of cacheinfo table in syscache.c.Thomas Munro2022-12-23
* Use scanned_pages to decide when to failsafe check.Peter Geoghegan2022-12-22
* Refactor how VACUUM passes around its XID cutoffs.Peter Geoghegan2022-12-22
* Avoid O(N^2) cost when pulling up lots of UNION ALL subqueries.Tom Lane2022-12-22
* Add some recursion and looping defenses in prepjointree.c.Tom Lane2022-12-22
* Remove dead codePeter Eisentraut2022-12-22
* Fix operator typo in tablecmds.cMichael Paquier2022-12-22
* Add palloc_aligned() to allow aligned memory allocationsDavid Rowley2022-12-22
* Introduce float4in_internalAndrew Dunstan2022-12-21
* Fix newly introduced bug in slab.cDavid Rowley2022-12-22
* Switch some system functions to use get_call_result_type()Michael Paquier2022-12-21
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* Allow batching of inserts during cross-partition updates.Etsuro Fujita2022-12-20
* Add enable_presorted_aggregate GUCDavid Rowley2022-12-20
* Improve the performance of the slab memory allocatorDavid Rowley2022-12-20
* Move variable increment to the end of the loopJohn Naylor2022-12-20
* Add pg_dissect_walfile_name()Michael Paquier2022-12-20
* Remove hardcoded dependency to cryptohash type in the internals of SCRAMMichael Paquier2022-12-20
* Expose some information about backend subxact status.Robert Haas2022-12-19
* Fix inability to reference CYCLE column from inside its CTE.Tom Lane2022-12-16
* Clean up dubious error handling in wellformed_xml().Tom Lane2022-12-16
* Convert xml_in to report errors softly.Tom Lane2022-12-16
* Remove pessimistic cost penalization from Incremental SortDavid Rowley2022-12-16
* Speed up creation of command completion tagsDavid Rowley2022-12-16
* Convert range_in and multirange_in to report errors softly.Tom Lane2022-12-15
* Static assertions cleanupPeter Eisentraut2022-12-15
* Convert a few more datatype input functions to report errors softly.Tom Lane2022-12-14
* Convert a few more datatype input functions to report errors softly.Tom Lane2022-12-14