summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2024-01-26Fix comment in index.cMichael Paquier
2024-01-26Improve NestLoopParam generation for lateral subqueriesDavid Rowley
2024-01-26Revert "Add support for parsing of large XML data (>= 10MB)"Michael Paquier
2024-01-25Update comment, generation mem contexts have a "keeper" blockHeikki Linnakangas
2024-01-25Support TZ and OF format codes in to_timestamp().Tom Lane
2024-01-25Clean up a bug in sql/json items commit 66ea94e8e6Andrew Dunstan
2024-01-25Implement various jsonpath methodsAndrew Dunstan
2024-01-25Add a const decorationPeter Eisentraut
2024-01-25Remove dummy_spinlockAlvaro Herrera
2024-01-25MergeAttributes: convert pg_attribute back to ColumnDef before comparingPeter Eisentraut
2024-01-25Fix s_lock_test compileAlvaro Herrera
2024-01-25Silence compiler warning introduced in 1edb3b491bAmit Langote
2024-01-25Add more LOG messages when starting and ending recovery from a backupMichael Paquier
2024-01-25Allow to enable failover property for replication slots via SQL API.Amit Kapila
2024-01-25Remove redundant HandleWalWriterInterrupts().Fujii Masao
2024-01-25jit: Require at least LLVM 10.Thomas Munro
2024-01-25Add progress reporting of skipped tuples during COPY FROM.Masahiko Sawada
2024-01-25Track LLVM 18 changes.Thomas Munro
2024-01-24Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-01-24Improve notation of BuiltinTrancheNamesAlvaro Herrera
2024-01-24Refactor code used by jsonpath executor to fetch variablesAmit Langote
2024-01-24Adjust populate_record_field() to handle errors softlyAmit Langote
2024-01-24Add soft error handling to some expression nodesAmit Langote
2024-01-24Fix ALTER TABLE .. ADD COLUMN with complex inheritance treesMichael Paquier
2024-01-23Revert "libpqwalreceiver: Convert to libpq-be-fe-helpers.h"Heikki Linnakangas
2024-01-23Generate syscache info from catalog filesPeter Eisentraut
2024-01-23Add better handling of redundant IS [NOT] NULL qualsDavid Rowley
2024-01-23Fix possible NULL pointer dereference in GetNamedDSMSegment().Nathan Bossart
2024-01-23Fix ERROR message in injection_point.cMichael Paquier
2024-01-22Fix two memcpy() bugs in the new injection point codeHeikki Linnakangas
2024-01-22Re-disallow Memoize for parameterized nested loops with join filtersDavid Rowley
2024-01-22Fix some typosMichael Paquier
2024-01-22Add backend support for injection pointsMichael Paquier
2024-01-21Explore alternative orderings of group-by pathkeys during optimization.Alexander Korotkov
2024-01-21Generalize the common code of adding sort before processing of groupingAlexander Korotkov
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