aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands
Commit message (Expand)AuthorAge
...
* Don't lose partitioned table reltuples=0 after relhassubclass=f.Noah Misch2024-07-13
* Fix ALTER TABLE DETACH for inconsistent indexesAlvaro Herrera2024-07-12
* Improve logical replication connection-failure messages.Tom Lane2024-07-11
* Show Parallel Bitmap Heap Scan worker stats in EXPLAIN ANALYZEDavid Rowley2024-07-09
* Use CREATE DATABASE ... STRATEGY = FILE_COPY in pg_upgrade.Nathan Bossart2024-07-08
* Widen lossy and exact page counters for Bitmap Heap ScanDavid Rowley2024-07-08
* Fix newly introduced issue in EXPLAIN for Materialize nodesDavid Rowley2024-07-05
* Add memory/disk usage for Material nodes in EXPLAINDavid Rowley2024-07-05
* Support "Right Semi Join" plan shapesRichard Guo2024-07-05
* Assign error codes where missing for user-facing failuresMichael Paquier2024-07-04
* Convert some extern variables to staticPeter Eisentraut2024-07-02
* Use TupleDescAttr macro consistentlyDavid Rowley2024-07-02
* Remove redundant privilege check from pg_sequences system view.Nathan Bossart2024-07-01
* Remove useless codePeter Eisentraut2024-07-01
* Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.Noah Misch2024-06-27
* Lock owned sequences during ALTER TABLE SET { LOGGED | UNLOGGED }.Noah Misch2024-06-27
* Don't throw an error if a queued AFTER trigger no longer exists.Tom Lane2024-06-20
* Harmonize function parameter names for Postgres 17.Peter Geoghegan2024-06-12
* Reject modifying a temp table of another session with ALTER TABLE.Tom Lane2024-06-07
* Don't copy extended statistics during MERGE/SPLIT partition operationsAlexander Korotkov2024-05-23
* Fix the name collision detection in MERGE/SPLIT partition operationsAlexander Korotkov2024-05-23
* Revise GUC names quoting in messages againPeter Eisentraut2024-05-17
* Remove unused typedefsPeter Eisentraut2024-05-17
* Revert temporal primary keys and foreign keysPeter Eisentraut2024-05-16
* Fix some inconsistencies in EXPLAIN outputDavid Rowley2024-05-16
* Fix handling of polymorphic output arguments for procedures.Tom Lane2024-05-14
* Fix pg_sequence_last_value() for unlogged sequences on standbys.Nathan Bossart2024-05-13
* Revert structural changes to not-null constraintsAlvaro Herrera2024-05-13
* Repair ALTER EXTENSION ... SET SCHEMA.Tom Lane2024-05-09
* Fix inconsistencies in error messagesAlvaro Herrera2024-05-09
* Fix assorted bugs related to identity column in partitioned tablesPeter Eisentraut2024-05-07
* Fix segmentation fault in MergeInheritedAttribute()Peter Eisentraut2024-05-03
* Throw a more on-point error for publications depending on columns.Tom Lane2024-05-02
* Disallow direct change of NO INHERIT of not-null constraintsAlvaro Herrera2024-05-02
* Fix locale options checking in CREATE DATABASE.Jeff Davis2024-04-30
* Inherit parent's AM for partition MERGE/SPLIT operationsAlexander Korotkov2024-04-30
* Make new partitions with parent's persistence during MERGE/SPLITAlexander Korotkov2024-04-30
* Change the way ATExecMergePartitions() handles the name collisionAlexander Korotkov2024-04-30
* Avoid repeating loads of frozen ID values.Noah Misch2024-04-29
* Close race condition between datfrozen and relfrozen updates.Noah Misch2024-04-29
* Throw a more on-point error for functions depending on columns.Tom Lane2024-04-28
* Fix the handling of the failover option in subscription commands.Amit Kapila2024-04-23
* createdb: compare strategy case-insensitiveTomas Vondra2024-04-21
* Add missing index_insert_cleanup callsTomas Vondra2024-04-19
* Better handle indirect constraint dropsAlvaro Herrera2024-04-19
* Fix typos and duplicate wordsDaniel Gustafsson2024-04-18
* Fix restore of not-null constraints with inheritanceAlvaro Herrera2024-04-18
* Fix typos with function name in event_trigger.cMichael Paquier2024-04-17
* Disallow specifying ON_ERROR option without value.Masahiko Sawada2024-04-17
* revert: Generalize relation analyze in table AM interfaceAlexander Korotkov2024-04-16