aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Translation updatesPeter Eisentraut2024-09-02
* Fix unfairness in all-cached parallel seq scan.Thomas Munro2024-08-31
* Clarify restrict_nonsystem_relation_kind description.Masahiko Sawada2024-08-30
* Avoid inserting PlaceHolderVars in cases where pre-v16 PG did not.Tom Lane2024-08-30
* Fix mis-deparsing of ORDER BY lists when there is a name conflict.Tom Lane2024-08-29
* Message style improvementsPeter Eisentraut2024-08-29
* Disallow USING clause when altering type of generated columnPeter Eisentraut2024-08-29
* Fix misplaced translator commentsPeter Eisentraut2024-08-27
* Fix identation.Masahiko Sawada2024-08-26
* Fix memory counter update in ReorderBuffer.Masahiko Sawada2024-08-26
* Fix nbtree lookahead overflow bug.Peter Geoghegan2024-08-26
* Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov2024-08-24
* Fix attach of a previously-detached injection point.Noah Misch2024-08-22
* Avoid repeated table name lookups in createPartitionTable()Alexander Korotkov2024-08-22
* Disallow creating binary-coercible casts involving range types.Tom Lane2024-08-21
* Don't advance origin during apply failure.Amit Kapila2024-08-21
* Fix a couple of wait event descriptions.Nathan Bossart2024-08-20
* Avoid failure to open dropped detached partitionAlvaro Herrera2024-08-19
* Explain dropdb can't use syscache because of TOASTTomas Vondra2024-08-19
* Fix regression in TLS session ticket disablingDaniel Gustafsson2024-08-19
* Fix harmless LC_COLLATE[_MASK] confusion.Thomas Munro2024-08-19
* Fix more holes with SLRU code in need of int64 for segment numbersMichael Paquier2024-08-19
* Search for SLRU page only in its own bankAlvaro Herrera2024-08-18
* Fix DROP DATABASE for databases with many ACLsTomas Vondra2024-08-19
* Relax fsyncing at end of a bulk load that was not WAL-loggedHeikki Linnakangas2024-08-16
* Use errmsg_internal for debug messagesPeter Eisentraut2024-08-13
* Fix creation of partition descriptor during concurrent detach+dropAlvaro Herrera2024-08-12
* Suppress Coverity warnings about Asserts in get_name_for_var_field.Tom Lane2024-08-11
* Allow adjusting session_authorization and role in parallel workers.Tom Lane2024-08-10
* Lower minimum maintenance_work_mem to 64kBJohn Naylor2024-08-10
* Fix "failed to find plan for subquery/CTE" errors in EXPLAIN.Tom Lane2024-08-09
* Refuse ATTACH of a table referenced by a foreign keyAlvaro Herrera2024-08-08
* Refactor error messages to reduce duplicationAlvaro Herrera2024-08-08
* Fix edge case in plpgsql's make_callstmt_target().Tom Lane2024-08-07
* Refactor/reword some error messages to avoid duplicatesAlvaro Herrera2024-08-07
* Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada2024-08-05
* Translation updatesPeter Eisentraut2024-08-05
* Revert "Allow parallel workers to cope with a newly-created session user ID."Tom Lane2024-07-31
* Allow parallel workers to cope with a newly-created session user ID.Tom Lane2024-07-31
* Relax check for return value from second call of pg_strnxfrm().Jeff Davis2024-07-30
* Preserve tz when converting to jsonb timestamptzAndrew Dunstan2024-07-30
* SQL/JSON: Fix casting for integer EXISTS columns in JSON_TABLEAmit Langote2024-07-30
* SQL/JSON: Some fixes to JsonBehavior expression castingAmit Langote2024-07-30
* Detach syslogger from shared memoryHeikki Linnakangas2024-07-29
* Fix incorrect return value for pg_size_pretty(bigint)David Rowley2024-07-28
* libpq: Use strerror_r instead of strerrorPeter Eisentraut2024-07-28
* Fix more holes with SLRU code in need of int64 for segment numbersMichael Paquier2024-07-27
* Wait for WAL summarization to catch up before creating .partial file.Robert Haas2024-07-26
* Fix indentation.Robert Haas2024-07-26
* Allow WAL summarization to back up when timeline changes.Robert Haas2024-07-26