Don't retreat slot's confirmed_flush LSN.
[postgresql.git] / src / backend / commands /
9 days ago Michael PaquierAdd support for runtime arguments in injection points
2025-05-02 Álvaro HerreraHandle self-referencing FKs correctly in partitioned...
2025-05-02 Peter EisentrautMake "directory" setting work with extension_control_path
2025-04-25 Andres FreundFix bug allowing io_combine_limit > io_max_combine_comb...
2025-04-23 Tom LaneChange the names generated for child foreign key constr...
2025-04-20 Noah MischAvoid ERROR at ON COMMIT DELETE ROWS after relhassubcla...
2025-04-19 Michael PaquierFix typos and grammar in the code
2025-04-17 Tom LaneSuppress "may be used uninitialized" warnings from...
2025-04-16 Tom LaneSync declarations and definitions of two new tablecmds...
2025-04-16 Álvaro HerreraElide not-null constraint checks on child tables during...
2025-04-12 Peter GeogheganHarmonize function parameter names for Postgres 18.
2025-04-10 David RowleyImprove various new-to-v18 appendStringInfo calls
2025-04-07 Tom LaneFix erroneous construction of functions' dependencies...
2025-04-07 Álvaro HerreraAllow NOT NULL constraints to be added as NOT VALID
2025-04-05 Tom LaneRepair misbehavior with duplicate entries in FK SET...
2025-04-04 Peter GeogheganAdd nbtree skip scan optimization.
2025-04-04 Fujii MasaoAllow "COPY table TO" command to copy rows from materia...
2025-04-02 Tom LaneNeed to do CommandCounterIncrement after StoreAttrMissi...
2025-04-02 Peter EisentrautAdd support for NOT ENFORCED in foreign key constraints
2025-03-30 Andres FreundEnable IO concurrency on all systems
2025-03-30 Andres Freundread_stream: Introduce and use optional batchmode support
2025-03-29 Peter EisentrautUse PRI?64 instead of "ll?" in format strings (continued).
2025-03-28 Peter EisentrautAdd support for not-null constraints on virtual generat...
2025-03-27 Daniel GustafssonFix guc_malloc calls for consistency and OOM checks
2025-03-27 Álvaro HerreraSimplify syntax for ALTER TABLE ALTER CONSTRAINT NO...
2025-03-26 Tom LaneIntroduce PG_MODULE_MAGIC_EXT macro.
2025-03-25 Peter Eisentrautrefactor: Pass relation OID instead of Relation to...
2025-03-25 Peter Eisentrautrefactor: Split ATExecAlterConstraintInternal()
2025-03-25 Peter Eisentrautrefactor: Move some code that updates pg_constraint...
2025-03-25 Peter EisentrautSmall fixes for Add ALTER TABLE ... ALTER CONSTRAINT...
2025-03-21 Álvaro HerreraChange one loop in ATRewriteTable to use 1-based attnums
2025-03-21 David RowleySimplify EXPLAIN code for Memoize
2025-03-20 Robert HaasAdd an additional hook for EXPLAIN option validation.
2025-03-20 Nathan BossartAdd vacuum_truncate configuration parameter.
2025-03-19 Peter Eisentrautextension_control_path
2025-03-19 Amit LangoteEnsure first ModifyTable rel initialized if all are...
2025-03-19 Thomas MunroIntroduce io_max_combine_limit.
2025-03-18 Robert HaasAdd some new hooks so extensions can add details to...
2025-03-18 Robert HaasMake it possible for loadable modules to add EXPLAIN...
2025-03-18 Peter EisentrautAllow non-btree unique indexes for matviews
2025-03-18 Peter EisentrautAllow non-btree unique indexes for partition keys
2025-03-18 Amit KapilaUse correct variable name in publicationcmds.c.
2025-03-14 Álvaro HerreraRemove direct handling of reloptions for toast tables
2025-03-13 Álvaro HerreraATExecSetRelOptions: Reduce scope of 'isnull' variable
2025-03-13 Amit KapilaAvoid invalidating all RelationSyncCache entries on...
2025-03-11 Heikki LinnakangasAssert that a snapshot is active or registered before...
2025-03-11 Tom LaneImprove EXPLAIN's display of window functions.
2025-03-11 Peter GeogheganShow index search count in EXPLAIN ANALYZE, take 2.
2025-03-11 Peter EisentrautMove RemoveInheritedConstraint() call slightly earlier
2025-03-11 Peter Eisentrautrefactor: Split tryAttachPartitionForeignKey()
2025-03-11 Peter Eisentrautrefactor: re-add ATExecAlterChildConstr()
2025-03-10 Peter EisentrautRemove support for temporal RESTRICT foreign keys
2025-03-05 Peter GeogheganRevert "Show index search count in EXPLAIN ANALYZE."
2025-03-05 Peter GeogheganShow index search count in EXPLAIN ANALYZE.
2025-03-05 Álvaro HerreraAdd ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERIT
2025-03-04 Masahiko SawadaRefactor Copy{From|To}GetRoutine() to use pass-by-refer...
2025-03-04 Peter EisentrautFix accidental use of = instead of ==
2025-03-04 Peter EisentrautFix ALTER TABLE ADD VIRTUAL GENERATED COLUMN when table...
2025-03-03 Tom LaneSimplify some logic around setting pg_attribute.atthasdef.
2025-03-03 Tom LaneRemove now-dead code in StoreAttrDefault().
2025-03-03 Tom LaneFix broken handling of domains in atthasmissing logic.
2025-03-03 Melanie PlagemanAdd relallfrozen to pg_class
2025-02-28 Masahiko SawadaRe-export NextCopyFromRawFields() to copy.h.
2025-02-28 Masahiko SawadaRefactor COPY FROM to use format callback functions.
2025-02-28 Robert HaasAvoid including explain.h in explain_format.h and expla...
2025-02-28 Robert HaasFix missing space in EXPLAIN ANALYZE output.
2025-02-27 Masahiko SawadaRefactor COPY TO to use format callback functions.
2025-02-27 Robert HaasCreate explain_dr.c and move DestReceiver-related code...
2025-02-27 Robert HaasCreate explain_format.c and move relevant code there.
2025-02-27 Robert HaasEXPLAIN: Always use two fractional digits for row counts.
2025-02-27 Peter EisentrautGeneralize hash and ordering support in amapi
2025-02-21 Tom LaneAvoid race condition between "GRANT role" and "DROP...
2025-02-21 Robert HaasAllow EXPLAIN to indicate fractional rows.
2025-02-21 Amit KapilaFix a WARNING for data origin discrepancies.
2025-02-21 Peter EisentrautDrop opcintype from index AM strategy translation API
2025-02-20 Amit LangoteDon't lock partitions pruned by initial pruning
2025-02-19 Álvaro HerreraAdd ATAlterConstraint struct for ALTER .. CONSTRAINT
2025-02-17 Michael PaquierAdd information about WAL buffers full to VACUUM/ANALYZ...
2025-02-17 Michael PaquierAdd information about WAL buffers being full to EXPLAIN...
2025-02-14 Nathan BossartAdd delay time to VACUUM/ANALYZE (VERBOSE) and autovacu...
2025-02-13 Nathan BossartRemove unused parameter from execute_extension_script().
2025-02-13 Peter EisentrautRemove unnecessary (char *) casts [xlog]
2025-02-13 Michael PaquierFix MakeTransitionCaptureState() to return a consistent...
2025-02-11 Nathan BossartAdd cost-based vacuum delay time to progress views.
2025-02-11 Nathan BossartAdd is_analyze parameter to vacuum_delay_point().
2025-02-11 Melanie PlagemanEagerly scan all-visible pages to amortize aggressive...
2025-02-07 Peter EisentrautSupport non-btree indexes for foreign keys
2025-02-07 Peter EisentrautVirtual generated columns
2025-02-07 Amit LangoteTrack unpruned relids to avoid processing pruned relations
2025-02-06 Nathan BossartDisallow COPY FREEZE on foreign tables.
2025-02-03 Peter EisentrautIntegrate GistTranslateCompareType() into IndexAmTransl...
2025-02-01 Peter EisentrautAdd get_opfamily_name() function
2025-02-01 Peter EisentrautRename GistTranslateStratnum() to GistTranslateCompareT...
2025-01-31 Tom LaneDoc: add commentary about cowboy assignment of maintena...
2025-01-31 Tom LaneGet rid of our dependency on type "long" for memory...
2025-01-28 Amit KapilaRename pubgencols_type to pubgencols in pg_publication.
2025-01-28 Michael PaquierTrack per-relation cumulative time spent in [auto]vacuu...
2025-01-27 Michael PaquierPrint out error position for some ALTER TABLE ALTER...
2025-01-26 Álvaro HerreraAdd missing CommandCounterIncrement
2025-01-23 Tom LaneEnsure that AFTER triggers run as the instigating user.
next