summaryrefslogtreecommitdiff
path: root/src/include/commands
AgeCommit message (Expand)Author
12 daysFix VACUUM's handling of TOAST storage parameters.Nathan Bossart
2026-08-22Track RI fast-path FK-check batches per subtransactionAmit Langote
2026-08-20Track RI fast-path FK-check batches per firing cycleAmit Langote
2026-08-10Check for USAGE privilege on types used by stored expressions.Nathan Bossart
2026-08-10Preserve the owner of extended statistics rebuilt by ALTER TABLE.Masahiko Sawada
2026-08-04Validate publisher for retain_dead_tuples in the apply worker.Amit Kapila
2026-08-03Handle concurrently-dropped relations in database-wide VACUUM.Nathan Bossart
2026-06-29Hardwire RI fast-path end-of-xact cleanup into xact.cAmit Langote
2026-06-09Disallow direct use of the pgrepack logical decoding pluginÁlvaro Herrera
2026-04-22Harmonize function parameter names for Postgres 19.Peter Geoghegan
2026-04-16Add missing initializationÁlvaro Herrera
2026-04-13Explicitly forbid non-top-level WAIT FOR executionAlexander Korotkov
2026-04-08Add support for importing statistics from remote servers.Etsuro Fujita
2026-04-07Add EXPLAIN (IO) infrastructure with BitmapHeapScan supportTomas Vondra
2026-04-06Add CONCURRENTLY option to REPACKÁlvaro Herrera
2026-04-06Don't try to re-order the subcommands of CREATE SCHEMA.Tom Lane
2026-04-06Allow autovacuum to use parallel vacuum workers.Masahiko Sawada
2026-04-06Rename cluster.c to repack.c (and corresponding .h)Álvaro Herrera
2026-04-06Add a guc_check_handler to the EXPLAIN extension mechanism.Robert Haas
2026-04-05Convert SLRUs to use the new shmem allocation functionsHeikki Linnakangas
2026-04-03Online enabling and disabling of data checksumsDaniel Gustafsson
2026-04-03Optimize fast-path FK checks with batched index probesAmit Langote
2026-03-31Avoid including vacuum.h in tableam.h and heapam.h.Nathan Bossart
2026-03-30Remove bits* typedefs.Nathan Bossart
2026-03-24Don't include storage/lock.h in so many headersÁlvaro Herrera
2026-03-20Add option force_array for COPY JSON FORMATAndrew Dunstan
2026-03-20json format for COPY TOAndrew Dunstan
2026-03-20introduce CopyFormat, refactor CopyFormatOptionsAndrew Dunstan
2026-03-19Add parallel vacuum worker usage to VACUUM (VERBOSE) and autovacuum logs.Masahiko Sawada
2026-03-19Add some const qualifiers enabled by typeof_unqual change on copyObjectPeter Eisentraut
2026-03-16Reduce header inclusions via execnodes.hÁlvaro Herrera
2026-03-16SQL Property Graph Queries (SQL/PGQ)Peter Eisentraut
2026-03-13Optimize COPY FROM (FORMAT {text,csv}) using SIMD.Nathan Bossart
2026-03-10Introduce the REPACK commandÁlvaro Herrera
2026-03-03Add COPY (on_error set_null) optionPeter Eisentraut
2026-02-09Harden _int_matchsel() against being attached to the wrong operator.Tom Lane
2026-01-24Fix trigger transition table capture for MERGE in CTE queries.Dean Rasheed
2026-01-05Fix typos and inconsistencies in code and commentsMichael Paquier
2026-01-04Include error location in errors from ComputeIndexAttrs().Tom Lane
2026-01-01Update copyright for 2026Bruce Momjian
2025-12-09Add started_by column to pg_stat_progress_analyze view.Masahiko Sawada
2025-12-09Add mode and started_by columns to pg_stat_progress_vacuum view.Masahiko Sawada
2025-12-01Move WAL sequence code into its own fileMichael Paquier
2025-11-12Fix bug where we truncated CLOG that was still needed by LISTEN/NOTIFYHeikki Linnakangas
2025-11-10Check for CREATE privilege on the schema in CREATE STATISTICS.Nathan Bossart
2025-11-05Implement WAIT FOR commandAlexander Korotkov
2025-11-05Add sequence synchronization for logical replication.Amit Kapila
2025-10-15Add log_autoanalyze_min_durationPeter Eisentraut
2025-09-15Update various forward declarations to use typedefPeter Eisentraut
2025-09-15Improve ExplainState type handling in header filesPeter Eisentraut