aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Translation updatesPeter Eisentraut2022-09-26
* Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot.Tom Lane2022-09-25
* Message style improvementsPeter Eisentraut2022-09-24
* pgstat: Fix transactional stats dropping for indexesAndres Freund2022-09-23
* Allow publications with schema and table of the same schema.Amit Kapila2022-09-23
* Fix race condition where heap_delete() fails to pin VM page.Jeff Davis2022-09-22
* Remove ALL keyword from TABLES IN SCHEMA for publicationAlvaro Herrera2022-09-22
* Fix thinko in comment.Etsuro Fujita2022-09-22
* Clear ps display of startup process at the end of recoveryMichael Paquier2022-09-22
* Improve ICU option handling in CREATE DATABASEPeter Eisentraut2022-09-21
* Tighten pg_get_object_address argument checkingPeter Eisentraut2022-09-21
* Improve some GUC description stringsAlvaro Herrera2022-09-21
* Suppress variable-set-but-not-used warnings from clang 15.Tom Lane2022-09-20
* Fix incorrect variable types for origin IDs in decode.cMichael Paquier2022-09-20
* Fix misleading comment for get_cheapest_group_keys_orderDavid Rowley2022-09-20
* Fix out-dated comment in preprocess_groupclause()David Rowley2022-09-20
* Future-proof the recursion inside ExecShutdownNode().Tom Lane2022-09-19
* Improve GUC description punctuationPeter Eisentraut2022-09-19
* pgstat: Create memory contexts below TopMemoryContextAndres Freund2022-09-17
* Message style improvementsPeter Eisentraut2022-09-17
* Message wording improvementsPeter Eisentraut2022-09-16
* Don't allow creation of database with ICU locale with unsupported encodingPeter Eisentraut2022-09-16
* Reset InstallXLogFileSegmentActive after walreceiver self-initiated exit.Noah Misch2022-09-15
* Fix grammar in error messageJohn Naylor2022-09-15
* Fix outdated convert_saop_to_hashed_saop commentDavid Rowley2022-09-15
* Small wording improvementsPeter Eisentraut2022-09-14
* Remove duplicate initializationAlvaro Herrera2022-09-14
* Simplify handling of compression level with compression specificationsMichael Paquier2022-09-14
* Improve wal_decode_buffer_size description some moreAlvaro Herrera2022-09-13
* Don't reference out-of-bounds array elements in brin_minmax_multi.cDavid Rowley2022-09-13
* Fix NaN comparison in circle_same testDaniel Gustafsson2022-09-12
* Fix GetForeignKey*Triggers for self-referential FKsAlvaro Herrera2022-09-09
* Add more error context to RestoreBlockImage() and consume itMichael Paquier2022-09-09
* Choose FK name correctly during partition attachmentAlvaro Herrera2022-09-08
* Fix recovery_prefetch with low maintenance_io_concurrency.Thomas Munro2022-09-08
* Message style fixesAlvaro Herrera2022-09-07
* Fix new pg_publication_tables query.Tom Lane2022-09-06
* Translation updatesPeter Eisentraut2022-09-05
* Fix cache invalidation bug in recovery_prefetch.Thomas Munro2022-09-03
* Revert SQL/JSON featuresAndrew Dunstan2022-09-01
* Fix some possibly latent bugs in slab.cDavid Rowley2022-09-01
* Prevent long-term memory leakage in autovacuum launcher.Tom Lane2022-08-31
* In the Snowball dictionary, don't try to stem excessively-long words.Tom Lane2022-08-31
* Prevent WAL corruption after a standby promotion.Robert Haas2022-08-29
* Switch format specifier for replication origins to %dJohn Naylor2022-08-28
* Remove obsolete commentPeter Eisentraut2022-08-26
* Fix typo in comment.Etsuro Fujita2022-08-26
* Fix code comments still referring to pg_start/stop_backup()Michael Paquier2022-08-24
* Defend against stack overrun in a few more places.Tom Lane2022-08-24
* Fix ICU locale option handling in CREATE DATABASEPeter Eisentraut2022-08-24