summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2024-11-21pgindent runPeter Eisentraut
2024-11-21Fix ALTER TABLE / REPLICA IDENTITY for temporal tablesPeter Eisentraut
2024-11-21Unify repetitive error messagesÁlvaro Herrera
2024-11-20file_fdw: Add REJECT_LIMIT option to file_fdw.Fujii Masao
2024-11-15Remove unnecessary backslash from CopyFrom() code.Fujii Masao
2024-11-15Fix collation handling for foreign keysPeter Eisentraut
2024-11-15Add an assertion in get_object_address()Peter Eisentraut
2024-11-11Fix arrays comparison in CompareOpclassOptions()Alexander Korotkov
2024-11-11Fix improper interactions between session_authorization and role.Tom Lane
2024-11-08Add pg_constraint rows for not-null constraintsÁlvaro Herrera
2024-11-07Clarify a foreign key error messagePeter Eisentraut
2024-11-07Replicate generated columns when 'publish_generated_columns' is set.Amit Kapila
2024-11-06doc: Remove event trigger firing matrixPeter Eisentraut
2024-10-31Add a parse location field to struct FunctionParameter.Tom Lane
2024-10-30Fix some more bugs in foreign keys connecting partitioned tablesÁlvaro Herrera
2024-10-29Reduce variable scope and possibly useless pallocDavid Rowley
2024-10-28Strip Windows newlines from extension script files manually.Tom Lane
2024-10-28Change the default value of the streaming option to 'parallel'.Amit Kapila
2024-10-28Set query ID for inner queries of CREATE TABLE AS and DECLAREMichael Paquier
2024-10-27Remove unused #include's from backend .c filesPeter Eisentraut
2024-10-25Read extension script files in text not binary mode.Tom Lane
2024-10-25For inplace update, send nontransactional invalidations.Noah Misch
2024-10-25Refactor code converting a publication name List to a StringInfoMichael Paquier
2024-10-24Move LSN waiting declarations and definitions to better placeAlexander Korotkov
2024-10-22Improve reporting of errors in extension script files.Tom Lane
2024-10-22Restructure foreign key handling code for ATTACH/DETACHÁlvaro Herrera
2024-10-21Fix wrong assertion and poor error messages in "COPY (query) TO".Tom Lane
2024-10-17Fix unnecessary casts of copyObject() resultPeter Eisentraut
2024-10-17Improve node type forward referencePeter Eisentraut
2024-10-16Fix validation of COPY FORCE_NOT_NULL/FORCE_NULL for the all-column casesMichael Paquier
2024-10-11Adjust EXPLAIN's output for disabled nodesDavid Rowley
2024-10-10Unbreak overflow test for attinhcount/coninhcountÁlvaro Herrera
2024-10-08Move check for binary mode and on_error option to the appropriate location.Fujii Masao
2024-10-08Add REJECT_LIMIT option to the COPY command.Fujii Masao
2024-10-07Use camel case for "DateStyle" in some error messagesMichael Paquier
2024-10-05Use generateClonedIndexStmt to propagate CREATE INDEX to partitions.Tom Lane
2024-10-03Replace Unicode apostrophe with ASCII apostropheAmit Langote
2024-10-03Refactor CopyFrom() in copyfrom.c.Fujii Masao
2024-10-03Add log_verbosity = 'silent' support to COPY command.Fujii Masao
2024-10-03Fix expression list handling in ATExecAttachPartition()Amit Langote
2024-10-03Remove support for unlogged on partitioned tablesMichael Paquier
2024-10-01Reject a copy EOF marker that has data ahead of it on the same line.Tom Lane
2024-09-30Do not treat \. as an EOF marker in CSV mode for COPY IN.Tom Lane
2024-09-30Don't disallow DROP of constraints ONLY on partitioned tablesAlvaro Herrera
2024-09-29Set query ID in parallel workers for vacuum, BRIN and btreeMichael Paquier
2024-09-29Remove NULL dereference from RenameRelationInternal().Noah Misch
2024-09-26Ensure we have a snapshot when updating pg_index entries.Nathan Bossart
2024-09-25Turn 'if' condition around to avoid Svace complaintAlvaro Herrera
2024-09-24For inplace update durability, make heap_update() callers wait.Noah Misch
2024-09-24Fix data loss at inplace update after heap_update().Noah Misch