aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Fix ALTER TABLE .. ADD COLUMN with complex inheritance treesMichael Paquier2024-01-24
* Revert "libpqwalreceiver: Convert to libpq-be-fe-helpers.h"Heikki Linnakangas2024-01-23
* Generate syscache info from catalog filesPeter Eisentraut2024-01-23
* Add better handling of redundant IS [NOT] NULL qualsDavid Rowley2024-01-23
* Fix possible NULL pointer dereference in GetNamedDSMSegment().Nathan Bossart2024-01-22
* Fix ERROR message in injection_point.cMichael Paquier2024-01-23
* Fix two memcpy() bugs in the new injection point codeHeikki Linnakangas2024-01-22
* Re-disallow Memoize for parameterized nested loops with join filtersDavid Rowley2024-01-22
* Fix some typosMichael Paquier2024-01-22
* Add backend support for injection pointsMichael Paquier2024-01-22
* Explore alternative orderings of group-by pathkeys during optimization.Alexander Korotkov2024-01-21
* Generalize the common code of adding sort before processing of groupingAlexander Korotkov2024-01-21
* Add hint about not qualifying UPDATE...SET target with relation name.Tom Lane2024-01-20
* Add planner support functions for range operators <@ and @>.Tom Lane2024-01-20
* Introduce the dynamic shared memory registry.Nathan Bossart2024-01-19
* Fix name collision in c64086b79dbaAlexander Korotkov2024-01-19
* Reorder actions in ProcArrayApplyRecoveryInfo()Alexander Korotkov2024-01-19
* Add stratnum GiST support functionPeter Eisentraut2024-01-19
* Rename COPY option from SAVE_ERROR_TO to ON_ERRORAlexander Korotkov2024-01-19
* Add optimized C string hashingJohn Naylor2024-01-19
* Fix incorrect placeholder in walreceiver.cMichael Paquier2024-01-19
* Improve some documentation about the bootstrap superuser.Nathan Bossart2024-01-18
* Fix broken Bitmapset optimization in DiscreteKnapsack()David Rowley2024-01-19
* Remove LVPagePruneState.Robert Haas2024-01-18
* Move VM update code from lazy_scan_heap() to lazy_scan_prune().Robert Haas2024-01-18
* Optimize vacuuming of relations with no indexes.Robert Haas2024-01-18
* Error message capitalisationPeter Eisentraut2024-01-18
* Improve handling of dropped partitioned indexes for REINDEX INDEXMichael Paquier2024-01-18
* Add try_index_open(), conditional variant of index_open()Michael Paquier2024-01-18
* Fix spelling in noticeAlexander Korotkov2024-01-17
* Fix incorrect comment on how BackendStatusArray is indexedHeikki Linnakangas2024-01-17
* Close socket in case of errors in setting non-blockingDaniel Gustafsson2024-01-17
* Fix description of DecodeInsert() in decode.cMichael Paquier2024-01-17
* Add support for parsing of large XML data (>= 10MB)Michael Paquier2024-01-17
* Fix format specifier for NOTICE in copyfrom.cAlexander Korotkov2024-01-17
* Add new COPY option SAVE_ERROR_TOAlexander Korotkov2024-01-16
* Fix REALLOCATE_BITMAPSETS codeDavid Rowley2024-01-17
* Be more consistent about whether to update the FSM while vacuuming.Robert Haas2024-01-16
* Support identity columns in partitioned tablesPeter Eisentraut2024-01-16
* struct XmlTableRoutine: use C99 designated initializersAlvaro Herrera2024-01-16
* Assert that partition inherits from only one parent in MergeAttributes()Peter Eisentraut2024-01-16
* Fix 'negative bitmapset member' errorAlexander Korotkov2024-01-15
* Avoid useless ReplicationOriginExitCleanup lockingAlvaro Herrera2024-01-15
* Prevent access to an unpinned buffer in BEFORE ROW UPDATE triggers.Tom Lane2024-01-14
* Remove useless AssertPeter Eisentraut2024-01-14
* Re-pgindent catcache.c after previous commit.Tom Lane2024-01-13
* Cope with catcache entries becoming stale during detoasting.Tom Lane2024-01-13
* Make attstattarget nullablePeter Eisentraut2024-01-13
* Fix memory leak in connection string validation.Jeff Davis2024-01-12
* Re-validate connection string in libpqrcv_connect().Jeff Davis2024-01-12