summaryrefslogtreecommitdiff
path: root/src/include/commands
AgeCommit message (Expand)Author
4 daysSupport multi-line headers in COPY FROM command.Fujii Masao
7 daysRationalize handling of VacuumParamsMichael Paquier
2025-05-22Revert "Don't lock partitions pruned by initial pruning"Amit Langote
2025-04-12Harmonize function parameter names for Postgres 18.Peter Geoghegan
2025-03-20Add an additional hook for EXPLAIN option validation.Robert Haas
2025-03-20Add vacuum_truncate configuration parameter.Nathan Bossart
2025-03-19extension_control_pathPeter Eisentraut
2025-03-18Add some new hooks so extensions can add details to EXPLAIN.Robert Haas
2025-03-18Fix indentation again.Robert Haas
2025-03-18Make it possible for loadable modules to add EXPLAIN options.Robert Haas
2025-03-18Use correct variable name in publicationcmds.c.Amit Kapila
2025-03-13pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut
2025-03-13Avoid invalidating all RelationSyncCache entries on publication rename.Amit Kapila
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-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-20Don't lock partitions pruned by initial pruningAmit Langote
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-01-23Change publication's publish_generated_columns option type to enum.Amit Kapila
2025-01-15Change gist stratnum function to use CompareTypePeter Eisentraut
2025-01-10Adjust signature of cluster_rel() and its subroutinesÁlvaro Herrera
2025-01-01Fix an assortment of spelling mistakes and typosDavid Rowley
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-16Print out error position for CREATE DOMAINMichael Paquier
2024-12-04Ensure stored generated columns must be published when required.Amit Kapila
2024-10-29doc: Add better description for rewrite functions in event triggersMichael Paquier
2024-10-28Set query ID for inner queries of CREATE TABLE AS and DECLAREMichael Paquier
2024-10-24Move LSN waiting declarations and definitions to better placeAlexander Korotkov
2024-10-08Add REJECT_LIMIT option to the COPY command.Fujii Masao
2024-10-03Add log_verbosity = 'silent' support to COPY command.Fujii Masao
2024-09-19Move pg_wal_replay_wait() to xlogfuncs.cAlexander Korotkov
2024-09-17Add temporal FOREIGN KEY contraintsPeter Eisentraut
2024-09-17Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-09-10Introduce an RTE for the grouping stepRichard Guo
2024-08-02Implement pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-07-31Add is_create parameter to RefreshMatviewByOid().Jeff Davis
2024-07-31Remove unused ParamListInfo argument from ExecRefreshMatView.Jeff Davis
2024-07-24Move all extern declarations for GUC variables to header filesPeter Eisentraut
2024-07-16When creating materialized views, use REFRESH to load data.Jeff Davis
2024-06-14Reintroduce dead tuple counter in pg_stat_progress_vacuum.Masahiko Sawada
2024-05-16Revert temporal primary keys and foreign keysPeter Eisentraut
2024-05-09Repair ALTER EXTENSION ... SET SCHEMA.Tom Lane
2024-04-16revert: Generalize relation analyze in table AM interfaceAlexander Korotkov
2024-04-11Revert: Implement pg_wal_replay_wait() stored procedureAlexander Korotkov