summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2024-01-20Add hint about not qualifying UPDATE...SET target with relation name.Tom Lane
2024-01-20Add planner support functions for range operators <@ and @>.Tom Lane
2024-01-19Introduce the dynamic shared memory registry.Nathan Bossart
2024-01-19Fix name collision in c64086b79dbaAlexander Korotkov
2024-01-19Reorder actions in ProcArrayApplyRecoveryInfo()Alexander Korotkov
2024-01-19Add stratnum GiST support functionPeter Eisentraut
2024-01-19Rename COPY option from SAVE_ERROR_TO to ON_ERRORAlexander Korotkov
2024-01-19Add optimized C string hashingJohn Naylor
2024-01-19Fix incorrect placeholder in walreceiver.cMichael Paquier
2024-01-19Improve some documentation about the bootstrap superuser.Nathan Bossart
2024-01-18Fix broken Bitmapset optimization in DiscreteKnapsack()David Rowley
2024-01-18Remove LVPagePruneState.Robert Haas
2024-01-18Move VM update code from lazy_scan_heap() to lazy_scan_prune().Robert Haas
2024-01-18Optimize vacuuming of relations with no indexes.Robert Haas
2024-01-18Error message capitalisationPeter Eisentraut
2024-01-18Improve handling of dropped partitioned indexes for REINDEX INDEXMichael Paquier
2024-01-18Add try_index_open(), conditional variant of index_open()Michael Paquier
2024-01-17Fix spelling in noticeAlexander Korotkov
2024-01-17Fix incorrect comment on how BackendStatusArray is indexedHeikki Linnakangas
2024-01-17Close socket in case of errors in setting non-blockingDaniel Gustafsson
2024-01-17Fix description of DecodeInsert() in decode.cMichael Paquier
2024-01-17Add support for parsing of large XML data (>= 10MB)Michael Paquier
2024-01-16Fix format specifier for NOTICE in copyfrom.cAlexander Korotkov
2024-01-16Add new COPY option SAVE_ERROR_TOAlexander Korotkov
2024-01-16Fix REALLOCATE_BITMAPSETS codeDavid Rowley
2024-01-16Be more consistent about whether to update the FSM while vacuuming.Robert Haas
2024-01-16Support identity columns in partitioned tablesPeter Eisentraut
2024-01-16struct XmlTableRoutine: use C99 designated initializersAlvaro Herrera
2024-01-16Assert that partition inherits from only one parent in MergeAttributes()Peter Eisentraut
2024-01-15Fix 'negative bitmapset member' errorAlexander Korotkov
2024-01-15Avoid useless ReplicationOriginExitCleanup lockingAlvaro Herrera
2024-01-14Prevent access to an unpinned buffer in BEFORE ROW UPDATE triggers.Tom Lane
2024-01-14Remove useless AssertPeter Eisentraut
2024-01-13Re-pgindent catcache.c after previous commit.Tom Lane
2024-01-13Cope with catcache entries becoming stale during detoasting.Tom Lane
2024-01-13Make attstattarget nullablePeter Eisentraut
2024-01-13Fix memory leak in connection string validation.Jeff Davis
2024-01-12Re-validate connection string in libpqrcv_connect().Jeff Davis
2024-01-12Refactor ATExecAddColumn() to use BuildDescForRelation()Peter Eisentraut
2024-01-12Refactor code checking for file existenceMichael Paquier
2024-01-11Rework how logirep launchers are stopped during pg_upgradeMichael Paquier
2024-01-11Allow subquery pullup to wrap a PlaceHolderVar in another one.Tom Lane
2024-01-11Remove hastup from LVPagePruneState.Robert Haas
2024-01-11Reindent after commit d9ef650fca7bc574586f4171cd929cfd5240326e.Robert Haas
2024-01-11Add new function pg_get_wal_summarizer_state().Robert Haas
2024-01-10Restore initdb's old behavior of always setting the lc_xxx GUCs.Tom Lane
2024-01-10Fix Asserts in calc_non_nestloop_required_outer().Tom Lane
2024-01-10Handle WindowClause.runCondition in tree walker/mutator functions.Tom Lane
2024-01-09Cross-check lists of predefined LWLocks.Nathan Bossart
2024-01-09An addition to 8c441c08279Alexander Korotkov