aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* nbtree VACUUM: cope with right sibling link corruption.Peter Geoghegan2023-05-25
* Fix handling of empty ranges and NULLs in BRINTomas Vondra2023-05-19
* Fix handling of NULLs when merging BRIN summariesTomas Vondra2023-05-18
* Handle RLS dependencies in inlined set-returning functions properly.Tom Lane2023-05-08
* Replace last PushOverrideSearchPath() call with set_config_option().Noah Misch2023-05-08
* Translation updatesPeter Eisentraut2023-05-08
* Fix typo with wait event for SLRU buffer of commit timestampsMichael Paquier2023-05-05
* In array_position()/array_positions(), beware of empty input array.Tom Lane2023-05-04
* Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier2023-04-28
* Prevent underflow in KeepLogSeg().Nathan Bossart2023-04-27
* Fix vacuum_cost_delay check for balance calculation.Daniel Gustafsson2023-04-25
* Fix custom validators call in build_local_reloptions()Alexander Korotkov2023-04-23
* Avoid character classification in regex escape parsing.Jeff Davis2023-04-21
* Avoid trying to write an empty WAL record in log_newpage_range().Tom Lane2023-04-17
* Fix assignment to array of domain over composite, redux.Tom Lane2023-04-15
* Fix incorrect partition pruning logic for boolean partitioned tablesDavid Rowley2023-04-14
* Fix parallel-safety marking when moving initplans to another node.Tom Lane2023-04-12
* Fix ts_headline() edge cases for empty query and empty search text.Tom Lane2023-04-06
* Fix another issue with ENABLE/DISABLE TRIGGER on partitioned tables.Tom Lane2023-04-05
* Reject system columns as elements of foreign keys.Tom Lane2023-03-31
* Ensure acquire_inherited_sample_rows sets its output parameters.Tom Lane2023-03-31
* Fix List memory issue in transformColumnDefinitionDavid Rowley2023-03-31
* Fix dereference of dangling pointer in GiST index buffering build.Tom Lane2023-03-29
* Reject attempts to alter composite types used in indexes.Tom Lane2023-03-27
* Fix oversights in array manipulation.Tom Lane2023-03-26
* Ignore generated columns during apply of update/delete.Amit Kapila2023-03-23
* Ignore dropped columns during apply of update/delete.Amit Kapila2023-03-21
* Fix race in parallel hash join batch cleanup, take II.Thomas Munro2023-03-21
* Small tidyup for commit d41a178b, part II.Thomas Munro2023-03-17
* Work around spurious compiler warning in inet operatorsAndres Freund2023-03-16
* Small tidyup for commit d41a178b.Thomas Munro2023-03-17
* Fix waitpid() emulation on Windows.Thomas Munro2023-03-15
* Fix corner case bug in numeric to_char() some more.Tom Lane2023-03-14
* Fix failure to detect some cases of improperly-nested aggregates.Tom Lane2023-03-13
* Ensure COPY TO on an RLS-enabled table copies no more than it should.Tom Lane2023-03-10
* Fix race in SERIALIZABLE READ ONLY.Thomas Munro2023-03-09
* Fix corruption due to vacuum_defer_cleanup_age underflowing 64bit xidsAndres Freund2023-03-07
* Fix more bugs caused by adding columns to the end of a view.Tom Lane2023-03-07
* Fix some more cases of missed GENERATED-column updates.Tom Lane2023-03-06
* Fix assert failures in parallel SERIALIZABLE READ ONLY.Thomas Munro2023-03-06
* Avoid fetching one past the end of translate()'s "to" parameter.Tom Lane2023-03-01
* Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.Tom Lane2023-02-25
* Fix mishandling of OLD/NEW references in subqueries in rule actions.Dean Rasheed2023-02-25
* Don't repeatedly register cache callbacks in pgoutput plugin.Tom Lane2023-02-23
* Fix multi-row DEFAULT handling for INSERT ... SELECT rules.Dean Rasheed2023-02-23
* Fix snapshot handling in logicalmsg_decodeTomas Vondra2023-02-22
* Add missing support for the latest SPI status codes.Dean Rasheed2023-02-22
* Fix erroneous Valgrind markings in AllocSetRealloc.Tom Lane2023-02-21
* Print the correct aliases for DML target tables in ruleutils.Tom Lane2023-02-17
* Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier2023-02-15