aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Fix calculation of which GENERATED columns need to be updated.Tom Lane2023-01-05
* Fix some compiler warnings in aset.c and generation.cDavid Rowley2023-01-05
* Check that xmax didn't commit in freeze check.Peter Geoghegan2023-01-03
* Update obsolete multixact.c comments.Peter Geoghegan2023-01-03
* vacuumlazy.c: Save get_database_name() in vacrel.Peter Geoghegan2023-01-03
* Delay commit status checks until freezing executes.Peter Geoghegan2023-01-03
* Refine the definition of page-level freezing.Peter Geoghegan2023-01-03
* Windows support in pg_import_system_collationsPeter Eisentraut2023-01-03
* Fix typos in comments, code and documentationMichael Paquier2023-01-03
* Avoid reference to nonexistent array element in ExecInitAgg().Tom Lane2023-01-02
* Update copyright for 2023Bruce Momjian2023-01-02
* Adjust VACUUM hastup LP_REDIRECT comments.Peter Geoghegan2023-01-02
* Avoid special XID snapshotConflictHorizon values.Peter Geoghegan2023-01-02
* Push lpp variable closer to usage in heapgetpage()Peter Eisentraut2023-01-02
* Accept "+infinity" in date and timestamp[tz] input.Tom Lane2023-01-01
* Fix assert in BRIN build_distancesTomas Vondra2022-12-30
* Fix precision handling for some COERCE_SQL_SYNTAX functionsMichael Paquier2022-12-30
* Change argument of appendBinaryStringInfo from char * to void *Peter Eisentraut2022-12-30
* 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