aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands
Commit message (Expand)AuthorAge
* doc: Add better description for rewrite functions in event triggersMichael Paquier2024-10-29
* Set query ID for inner queries of CREATE TABLE AS and DECLAREMichael Paquier2024-10-28
* Move LSN waiting declarations and definitions to better placeAlexander Korotkov2024-10-24
* Add REJECT_LIMIT option to the COPY command.Fujii Masao2024-10-08
* Add log_verbosity = 'silent' support to COPY command.Fujii Masao2024-10-03
* Move pg_wal_replay_wait() to xlogfuncs.cAlexander Korotkov2024-09-19
* Add temporal FOREIGN KEY contraintsPeter Eisentraut2024-09-17
* Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut2024-09-17
* Introduce an RTE for the grouping stepRichard Guo2024-09-10
* Implement pg_wal_replay_wait() stored procedureAlexander Korotkov2024-08-02
* Add is_create parameter to RefreshMatviewByOid().Jeff Davis2024-07-31
* Remove unused ParamListInfo argument from ExecRefreshMatView.Jeff Davis2024-07-31
* Move all extern declarations for GUC variables to header filesPeter Eisentraut2024-07-24
* When creating materialized views, use REFRESH to load data.Jeff Davis2024-07-16
* Reintroduce dead tuple counter in pg_stat_progress_vacuum.Masahiko Sawada2024-06-14
* Revert temporal primary keys and foreign keysPeter Eisentraut2024-05-16
* Repair ALTER EXTENSION ... SET SCHEMA.Tom Lane2024-05-09
* revert: Generalize relation analyze in table AM interfaceAlexander Korotkov2024-04-16
* Revert: Implement pg_wal_replay_wait() stored procedureAlexander Korotkov2024-04-11
* Revert: Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov2024-04-11
* Provide a way block-level table AMs could re-use acquire_sample_rows()Alexander Korotkov2024-04-08
* Clarify what is protected by WaitLSNLockAlexander Korotkov2024-04-07
* Use an LWLock instead of a spinlock in waitlsn.cAlexander Korotkov2024-04-07
* Invent SERIALIZE option for EXPLAIN.Tom Lane2024-04-03
* Use the pairing heap instead of a flat array for LSN replay waitersAlexander Korotkov2024-04-03
* Implement pg_wal_replay_wait() stored procedureAlexander Korotkov2024-04-02
* Use TidStore for dead tuple TIDs storage during lazy vacuum.Masahiko Sawada2024-04-02
* Add new COPY option LOG_VERBOSITY.Masahiko Sawada2024-04-01
* Generalize relation analyze in table AM interfaceAlexander Korotkov2024-03-30
* Remove ObjectClass typePeter Eisentraut2024-03-26
* Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov2024-03-26
* Add temporal FOREIGN KEY contraintsPeter Eisentraut2024-03-24
* Reintroduce MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart2024-03-13
* Improve support for ExplainOneQuery() hookMichael Paquier2024-03-11
* Improve performance of subsystems on top of SLRUAlvaro Herrera2024-02-28
* Revert "Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROM"Michael Paquier2024-02-14
* Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROMMichael Paquier2024-02-05
* Add EXPLAIN (MEMORY) to report planner memory consumptionAlvaro Herrera2024-01-29
* Add progress reporting of skipped tuples during COPY FROM.Masahiko Sawada2024-01-25
* Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut2024-01-24
* Rename COPY option from SAVE_ERROR_TO to ON_ERRORAlexander Korotkov2024-01-19
* Add new COPY option SAVE_ERROR_TOAlexander Korotkov2024-01-16
* Make attstattarget nullablePeter Eisentraut2024-01-13
* Update copyright for 2024Bruce Momjian2024-01-03
* Fix bugs in manipulation of large objects.Tom Lane2023-12-15
* Use larger segment file names for pg_notifyAlexander Korotkov2023-11-29
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Add support event triggers on authenticated loginAlexander Korotkov2023-10-16
* Move BuildDescForRelation() from tupdesc.c to tablecmds.cPeter Eisentraut2023-10-05
* Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROMAndrew Dunstan2023-09-30