summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2023-12-04Add support for REINDEX in event triggersMichael Paquier
2023-12-01pgindent fixPeter Eisentraut
2023-12-01Check collation when creating partitioned indexPeter Eisentraut
2023-11-30Remove redundant setting of hashkey after insertionJohn Naylor
2023-11-30Apply quotes more consistently to GUC names in logsMichael Paquier
2023-11-28Use larger segment file names for pg_notifyAlexander Korotkov
2023-11-28Index SLRUs by 64-bit integers rather than by 32-bit integersAlexander Korotkov
2023-11-23C comment: fix typos with unnecessary apostrophesBruce Momjian
2023-11-19Lock table in DROP STATISTICSTomas Vondra
2023-11-16Ensure we preprocess expressions before checking their volatility.Tom Lane
2023-11-15Retire MemoryContextResetAndDeleteChildren() macro.Nathan Bossart
2023-11-13Add error about the use of FREEZE in COPY TOBruce Momjian
2023-11-08Check stack depth in new recursive functionsAlvaro Herrera
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-20Make some error strings more genericAlvaro Herrera
2023-10-20Extend ALTER OPERATOR to allow setting more optimization attributes.Tom Lane
2023-10-19Add local_blk_{read|write}_time I/O timing statistics for local blocksMichael Paquier
2023-10-19Rename I/O timing statistics columns to shared_blk_{read|write}_timeMichael Paquier
2023-10-17Restart the apply worker if the privileges have been revoked.Amit Kapila
2023-10-16Ensure we have a snapshot while dropping ON COMMIT DROP temp tables.Tom Lane
2023-10-16Fix code indentation violations in e83d1b0c40ccMichael Paquier
2023-10-16Add support event triggers on authenticated loginAlexander Korotkov
2023-10-05Push attcompression and attstorage handling into BuildDescForRelation()Peter Eisentraut
2023-10-05Move BuildDescForRelation() from tupdesc.c to tablecmds.cPeter Eisentraut
2023-10-05Push attidentity and attgenerated handling into BuildDescForRelation()Peter Eisentraut
2023-10-03Remove RelationGetIndexRawAttOptions()Peter Eisentraut
2023-10-03Remove IndexInfo.ii_OpclassOptions fieldPeter Eisentraut
2023-10-01In COPY FROM, fail cleanly when unsupported encoding conversion is needed.Tom Lane
2023-10-01Only evaluate default values as required when doing COPY FROMAndrew Dunstan
2023-09-30Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROMAndrew Dunstan
2023-09-30Fix briefly showing old progress stats for ANALYZE on inherited tables.Heikki Linnakangas
2023-09-27Add TupleDescGetDefault()Peter Eisentraut
2023-09-26MergeAttributes() and related variable renamingPeter Eisentraut
2023-09-26Clean up MergeCheckConstraint()Peter Eisentraut
2023-09-26Clean up MergeAttributesIntoExisting()Peter Eisentraut
2023-09-25Add GUC for temporarily disabling event triggersDaniel Gustafsson
2023-09-13Fix the ALTER SUBSCRIPTION to reflect the change in run_as_owner option.Amit Kapila
2023-09-09Remove redundant assignments in copyfrom.cMichael Paquier
2023-09-08Add JIT deform_counterDaniel Gustafsson
2023-09-07Move privilege check to the right placeAlvaro Herrera
2023-09-05Remove the "snapshot too old" feature.Thomas Munro
2023-09-01Fix not-null constraint testAlvaro Herrera
2023-09-01ATPrepAddPrimaryKey: ignore non-PK constraintsAlvaro Herrera
2023-08-30Fix possible compiler warningPeter Eisentraut
2023-08-29Remove useless if conditionPeter Eisentraut
2023-08-29Remove useless if conditionPeter Eisentraut
2023-08-29Make more use of makeColumnDef()Peter Eisentraut
2023-08-29Add some const decorationsPeter Eisentraut
2023-08-25Catalog not-null constraintsAlvaro Herrera
2023-08-23Some vertical reformattingPeter Eisentraut