aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix netmask handling in inet_minmax_multi_opsTomas Vondra2023-03-20
* Have the planner account for the Memoize cache key memoryDavid Rowley2023-03-20
* Fix memory leak in Memoize cache key evaluationDavid Rowley2023-03-20
* Avoid copying undefined data in _readA_Const().Tom Lane2023-03-19
* Add functions to do timestamptz arithmetic in a non-default timezone.Tom Lane2023-03-18
* Refactor datetime functions' timezone lookup code to reduce duplication.Tom Lane2023-03-17
* Fix typoPeter Eisentraut2023-03-17
* Fix t_isspace(), etc., when datlocprovider=i and datctype=C.Jeff Davis2023-03-17
* Improve several permission-related error messages.Peter Eisentraut2023-03-17
* Add macros for ReorderBufferTXN toptxn.Amit Kapila2023-03-17
* Fix incorrect logic for determining safe WindowAgg run conditionsDavid Rowley2023-03-17
* Small tidyup for commit d41a178b, part II.Thomas Munro2023-03-17
* Enable use of Memoize atop an Append that came from UNION ALL.Tom Lane2023-03-16
* Work around spurious compiler warning in inet operatorsAndres Freund2023-03-16
* Small tidyup for commit d41a178b.Thomas Munro2023-03-17
* Tighten error checks in datetime input, and remove bogus "ISO" format.Tom Lane2023-03-16
* Use "data directory" not "current directory" in error messages.Tom Lane2023-03-16
* Integrate superuser check into has_rolreplication()Peter Eisentraut2023-03-16
* Small code simplificationPeter Eisentraut2023-03-16
* Remove PgStat_BackendFunctionEntryMichael Paquier2023-03-16
* Don't try to read default for a non-existent attributeAndrew Dunstan2023-03-15
* Support [NO] INDENT option in XMLSERIALIZE().Tom Lane2023-03-15
* Add a hook for modifying the ldapbind passwordAndrew Dunstan2023-03-15
* Support PlaceHolderVars in MERGE actions.Tom Lane2023-03-15
* Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.Amit Kapila2023-03-15
* Fix fractional vacuum_cost_delay.Thomas Munro2023-03-15
* Fix waitpid() emulation on Windows.Thomas Munro2023-03-15
* Fix corner case bug in numeric to_char() some more.Tom Lane2023-03-14
* Remove unnecessary code in dependency_is_compatible_expression().Tom Lane2023-03-14
* Add support for the error functions erf() and erfc().Dean Rasheed2023-03-14
* Fix JSON error reporting for many cases of erroneous string values.Tom Lane2023-03-13
* Fix failure to detect some cases of improperly-nested aggregates.Tom Lane2023-03-13
* Add a DEFAULT option to COPY FROMAndrew Dunstan2023-03-13
* Fix MERGE command tag for actions blocked by BEFORE ROW triggers.Dean Rasheed2023-03-13
* Fix concurrent update issues with MERGE.Dean Rasheed2023-03-13
* Work around implementation restriction in adjust_appendrel_attrs.Tom Lane2023-03-12
* Ensure COPY TO on an RLS-enabled table copies no more than it should.Tom Lane2023-03-10
* Fix incorrect format placeholdersPeter Eisentraut2023-03-10
* Reject combining "epoch" and "infinity" with other datetime fields.Tom Lane2023-03-09
* Disallow specifying ICU rules unless locale provider is ICUPeter Eisentraut2023-03-09
* Fix race in SERIALIZABLE READ ONLY.Thomas Munro2023-03-09
* Allow tailoring of ICU locales with custom rulesPeter Eisentraut2023-03-08
* Clean up commentsPeter Eisentraut2023-03-08
* Fix corruption due to vacuum_defer_cleanup_age underflowing 64bit xidsAndres Freund2023-03-07
* Improve readability of code PROCESS_MAIN in vacuum_rel()Michael Paquier2023-03-08
* Fix more bugs caused by adding columns to the end of a view.Tom Lane2023-03-07
* Add support for unit "B" to pg_size_bytes()Peter Eisentraut2023-03-07
* Make get_extension_schema() availableMichael Paquier2023-03-07
* Fix incorrect comment in pg_get_partkeydef()David Rowley2023-03-07
* Fix some more cases of missed GENERATED-column updates.Tom Lane2023-03-06