aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Allow to enable failover property for replication slots via SQL API.Amit Kapila2024-01-25
* Remove redundant HandleWalWriterInterrupts().Fujii Masao2024-01-25
* jit: Require at least LLVM 10.Thomas Munro2024-01-25
* Add progress reporting of skipped tuples during COPY FROM.Masahiko Sawada2024-01-25
* Track LLVM 18 changes.Thomas Munro2024-01-25
* Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut2024-01-24
* Improve notation of BuiltinTrancheNamesAlvaro Herrera2024-01-24
* Refactor code used by jsonpath executor to fetch variablesAmit Langote2024-01-24
* Adjust populate_record_field() to handle errors softlyAmit Langote2024-01-24
* Add soft error handling to some expression nodesAmit Langote2024-01-24
* 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