summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-01-29Remove make function vpathsearchPeter Eisentraut
2024-01-29Fix comments in ReplicationSlotAcquire().Amit Kapila
2024-01-29Allow setting failover property in the replication command.Amit Kapila
2024-01-29Remove ReorderBufferTupleBuf structure.Masahiko Sawada
2024-01-28Fix DROP ROLE when specifying duplicated rolesMichael Paquier
2024-01-26Attempt to fix newly added Memoize regression testDavid Rowley
2024-01-26Compare varnullingrels too in assign_param_for_var().Tom Lane
2024-01-26Detect Julian-date overflow in timestamp[tz]_pl_interval.Tom Lane
2024-01-26Temporary patch to help debug pg_walsummary test failures.Robert Haas
2024-01-26Combine FSM updates for prune and no-prune cases.Robert Haas
2024-01-26Split some code out from MergeAttributes()Peter Eisentraut
2024-01-26Make spelling of cancelled/cancellation consistentAlvaro Herrera
2024-01-26MergeAttributes code deduplicationPeter Eisentraut
2024-01-26Reindex toast before its main relation in reindex_relation()Michael Paquier
2024-01-26De-dupicate Memoize cache keysDavid Rowley
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-24Rename index "abc" in aggregates.sqlAlexander Korotkov
2024-01-24Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-01-24Improve notation of BuiltinTrancheNamesAlvaro Herrera
2024-01-24pgbench: Add \syncpipelineMichael Paquier
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-23Support shared libraries on Android (using make)Peter Eisentraut
2024-01-23Fix makefiles for newly added filesPeter Eisentraut
2024-01-23Revert "libpqwalreceiver: Convert to libpq-be-fe-helpers.h"Heikki Linnakangas
2024-01-23Generate syscache info from catalog filesPeter Eisentraut
2024-01-23Improve stability of recovery test 035_standby_logical_decodingMichael Paquier
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