summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2024-03-04Use MyBackendType in more places to check what process this isHeikki Linnakangas
2024-03-03Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas
2024-03-03Redefine backend ID to be an index into the proc arrayHeikki Linnakangas
2024-02-29Support MERGE into updatable views.Dean Rasheed
2024-02-28Improve performance of subsystems on top of SLRUAlvaro Herrera
2024-02-28Rename SLRU elements in view pg_stat_slruAlvaro Herrera
2024-02-26Group more closely cache updates for backends in sequence.cMichael Paquier
2024-02-26Introduce sequence_*() access functionsMichael Paquier
2024-02-21Remove extra check_stack_depth() from dropconstraint_internal()Alexander Korotkov
2024-02-20Revert "Improve compression and storage support with inheritance"Peter Eisentraut
2024-02-16Add missing check_stack_depth() to some recursive functionsAlexander Korotkov
2024-02-16Improve compression and storage support with inheritancePeter Eisentraut
2024-02-14Fix multiranges to behave more like dependent types.Tom Lane
2024-02-14Revert "Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROM"Michael Paquier
2024-02-12Remove unnecessary smgropen() callsHeikki Linnakangas
2024-02-11Use heap_inplace_update() to unset pg_database.dathasloginevtAlexander Korotkov
2024-02-09Fix indentation of copyto.cMichael Paquier
2024-02-09Improve COPY TO performance when server and client encodings matchMichael Paquier
2024-02-08Fix gcc >= 10 warningAlexander Korotkov
2024-02-07Clean-ups for 776621a5e4 and 7329240437.Amit Kapila
2024-02-07Simplify signature of CopyAttributeOutCSV() in copyto.cMichael Paquier
2024-02-06Revert "Refactor CopyAttributeOut{CSV,Text}() to use a callback in COPY TO"Michael Paquier
2024-02-05Fix assertion if index is dropped during REFRESH CONCURRENTLYHeikki Linnakangas
2024-02-05Run REFRESH MATERIALIZED VIEW CONCURRENTLY in right security contextHeikki Linnakangas
2024-02-05Enhance libpqrcv APIs to support slot synchronization.Amit Kapila
2024-02-05Refactor CopyAttributeOut{CSV,Text}() to use a callback in COPY TOMichael Paquier
2024-02-05Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROMMichael Paquier
2024-02-01Sync PG_VERSION file in CREATE DATABASE.Noah Misch
2024-02-01Handle interleavings between CREATE DATABASE steps and base backup.Noah Misch
2024-01-31Give SMgrRelation pointers a well-defined lifetime.Heikki Linnakangas
2024-01-31Fix various issues with ALTER TEXT SEARCH CONFIGURATIONMichael Paquier
2024-01-30Add a failover option to subscriptions.Amit Kapila
2024-01-29Doc: mention foreign keys can reference unique indexesDavid Rowley
2024-01-29Add EXPLAIN (MEMORY) to report planner memory consumptionAlvaro Herrera
2024-01-29Allow setting failover property in the replication command.Amit Kapila
2024-01-28Fix DROP ROLE when specifying duplicated rolesMichael Paquier
2024-01-26Split some code out from MergeAttributes()Peter Eisentraut
2024-01-26MergeAttributes code deduplicationPeter Eisentraut
2024-01-25MergeAttributes: convert pg_attribute back to ColumnDef before comparingPeter Eisentraut
2024-01-25Add progress reporting of skipped tuples during COPY FROM.Masahiko Sawada
2024-01-24Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-01-24Fix ALTER TABLE .. ADD COLUMN with complex inheritance treesMichael Paquier
2024-01-22Fix some typosMichael Paquier
2024-01-19Rename COPY option from SAVE_ERROR_TO to ON_ERRORAlexander Korotkov
2024-01-19Improve some documentation about the bootstrap superuser.Nathan Bossart
2024-01-18Error message capitalisationPeter Eisentraut
2024-01-17Fix spelling in noticeAlexander Korotkov
2024-01-16Fix format specifier for NOTICE in copyfrom.cAlexander Korotkov
2024-01-16Add new COPY option SAVE_ERROR_TOAlexander Korotkov
2024-01-16Support identity columns in partitioned tablesPeter Eisentraut