aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Raise fixed token-length limit in hba.c.Tom Lane2023-07-27
* Fix indentation in twophase.cMichael Paquier2023-07-18
* Fix recovery of 2PC transaction during crash recoveryMichael Paquier2023-07-18
* Add indisreplident to fields refreshed by RelationReloadIndexInfo()Michael Paquier2023-07-14
* Fix updates of indisvalid for partitioned indexesMichael Paquier2023-07-14
* Handle DROP DATABASE getting interruptedAndres Freund2023-07-13
* Release lock after encountering bogs row in vac_truncate_clog()Andres Freund2023-07-13
* Be more rigorous about local variables in PostgresMain().Tom Lane2023-07-10
* Fix ALTER EXTENSION SET SCHEMA with objects outside an extension's schemaMichael Paquier2023-07-10
* WAL-log the creation of the init fork of unlogged indexes.Heikki Linnakangas2023-07-06
* Fix leak of LLVM "fatal-on-oom" section counter.Heikki Linnakangas2023-07-05
* Ensure that creation of an empty relfile is fsync'd at checkpoint.Heikki Linnakangas2023-07-04
* Re-bin segment when memory pages are freed.Thomas Munro2023-07-04
* Fix race in SSI interaction with gin fast path.Thomas Munro2023-07-04
* Fix race in SSI interaction with bitmap heap scan.Thomas Munro2023-07-04
* Fix race in SSI interaction with empty btrees.Thomas Munro2023-07-04
* Fix marking of indisvalid for partitioned indexes at creationMichael Paquier2023-06-30
* Fix order of operations in ExecEvalFieldStoreDeForm().Tom Lane2023-06-29
* Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTI...Michael Paquier2023-06-28
* Check for interrupts and stack overflow in TParserGet().Tom Lane2023-06-24
* nbtree VACUUM: cope with topparent inconsistencies.Peter Geoghegan2023-06-21
* Avoid Assert failure when processing empty statement in aborted xact.Tom Lane2023-06-21
* Fix the errhint message and docs for drop subscription failure.Amit Kapila2023-06-21
* Fix hash join when inner hashkey expressions contain Params.Tom Lane2023-06-20
* Don't use partial unique indexes for unique proofs in the plannerDavid Rowley2023-06-19
* Fix typo in comment.Amit Langote2023-06-16
* Correctly update hasSubLinks while mutating a rule action.Tom Lane2023-06-13
* Fix missing initializations of MyProc.delayChkptEndMichael Paquier2023-06-11
* Use per-tuple context in ExecGetAllUpdatedColsTomas Vondra2023-06-07
* Initialize 'recordXtime' to silence compiler warning.Heikki Linnakangas2023-06-06
* 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
* 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
* Fix vacuum_cost_delay check for balance calculation.Daniel Gustafsson2023-04-25
* 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
* 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