summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2025-03-18Use correct variable name in publicationcmds.c.Amit Kapila
2025-03-14Remove direct handling of reloptions for toast tablesÁlvaro Herrera
2025-03-13ATExecSetRelOptions: Reduce scope of 'isnull' variableÁlvaro Herrera
2025-03-13Avoid invalidating all RelationSyncCache entries on publication rename.Amit Kapila
2025-03-11Assert that a snapshot is active or registered before it's usedHeikki Linnakangas
2025-03-11Improve EXPLAIN's display of window functions.Tom Lane
2025-03-11Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan
2025-03-11Move RemoveInheritedConstraint() call slightly earlierPeter Eisentraut
2025-03-11refactor: Split tryAttachPartitionForeignKey()Peter Eisentraut
2025-03-11refactor: re-add ATExecAlterChildConstr()Peter Eisentraut
2025-03-10Remove support for temporal RESTRICT foreign keysPeter Eisentraut
2025-03-05Revert "Show index search count in EXPLAIN ANALYZE."Peter Geoghegan
2025-03-05Show index search count in EXPLAIN ANALYZE.Peter Geoghegan
2025-03-05Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERITÁlvaro Herrera
2025-03-04Refactor Copy{From|To}GetRoutine() to use pass-by-reference argument.Masahiko Sawada
2025-03-04Fix accidental use of = instead of ==Peter Eisentraut
2025-03-04Fix ALTER TABLE ADD VIRTUAL GENERATED COLUMN when table rewritePeter Eisentraut
2025-03-03Simplify some logic around setting pg_attribute.atthasdef.Tom Lane
2025-03-03Remove now-dead code in StoreAttrDefault().Tom Lane
2025-03-03Fix broken handling of domains in atthasmissing logic.Tom Lane
2025-03-03Add relallfrozen to pg_classMelanie Plageman
2025-02-28Re-export NextCopyFromRawFields() to copy.h.Masahiko Sawada
2025-02-28Refactor COPY FROM to use format callback functions.Masahiko Sawada
2025-02-28Avoid including explain.h in explain_format.h and explain_dr.hRobert Haas
2025-02-28Fix missing space in EXPLAIN ANALYZE output.Robert Haas
2025-02-27Refactor COPY TO to use format callback functions.Masahiko Sawada
2025-02-27Create explain_dr.c and move DestReceiver-related code there.Robert Haas
2025-02-27Create explain_format.c and move relevant code there.Robert Haas
2025-02-27EXPLAIN: Always use two fractional digits for row counts.Robert Haas
2025-02-27Generalize hash and ordering support in amapiPeter Eisentraut
2025-02-21Avoid race condition between "GRANT role" and "DROP ROLE".Tom Lane
2025-02-21Allow EXPLAIN to indicate fractional rows.Robert Haas
2025-02-21Fix a WARNING for data origin discrepancies.Amit Kapila
2025-02-21Drop opcintype from index AM strategy translation APIPeter Eisentraut
2025-02-20Don't lock partitions pruned by initial pruningAmit Langote
2025-02-19Add ATAlterConstraint struct for ALTER .. CONSTRAINTÁlvaro Herrera
2025-02-17Add information about WAL buffers full to VACUUM/ANALYZE (VERBOSE)Michael Paquier
2025-02-17Add information about WAL buffers being full to EXPLAIN (WAL)Michael Paquier
2025-02-14Add delay time to VACUUM/ANALYZE (VERBOSE) and autovacuum logs.Nathan Bossart
2025-02-13Remove unused parameter from execute_extension_script().Nathan Bossart
2025-02-13Remove unnecessary (char *) casts [xlog]Peter Eisentraut
2025-02-13Fix MakeTransitionCaptureState() to return a consistent resultMichael Paquier
2025-02-11Add cost-based vacuum delay time to progress views.Nathan Bossart
2025-02-11Add is_analyze parameter to vacuum_delay_point().Nathan Bossart
2025-02-11Eagerly scan all-visible pages to amortize aggressive vacuumMelanie Plageman
2025-02-07Support non-btree indexes for foreign keysPeter Eisentraut
2025-02-07Virtual generated columnsPeter Eisentraut
2025-02-07Track unpruned relids to avoid processing pruned relationsAmit Langote
2025-02-06Disallow COPY FREEZE on foreign tables.Nathan Bossart
2025-02-03Integrate GistTranslateCompareType() into IndexAmTranslateCompareType()Peter Eisentraut