aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Rework new SLRU test with injection pointsMichael Paquier2024-08-23
* injection_point: Add injection_points.statsMichael Paquier2024-08-23
* injection_points: Add initialization of shmem state when loading moduleMichael Paquier2024-08-23
* Doc: explain the log format of logical replication conflicts.Amit Kapila2024-08-22
* psql: Add more meta-commands able to use the extended protocolMichael Paquier2024-08-22
* Fix attach of a previously-detached injection point.Noah Misch2024-08-22
* Avoid repeated table name lookups in createPartitionTable()Alexander Korotkov2024-08-22
* Small code simplificationRichard Guo2024-08-22
* Create syscache entries for pg_extensionMichael Paquier2024-08-22
* Fix obsolete comments in varstr_cmp().Jeff Davis2024-08-21
* Disallow creating binary-coercible casts involving range types.Tom Lane2024-08-21
* Show number of disabled nodes in EXPLAIN ANALYZE output.Robert Haas2024-08-21
* Treat number of disabled nodes in a path as a separate cost metric.Robert Haas2024-08-21
* Fix pgindent damageRobert Haas2024-08-21
* doc: remove llvm-config search from configure documentationPeter Eisentraut2024-08-21
* Fix typos in 9758174e2e.Amit Kapila2024-08-21
* Small code simplificationPeter Eisentraut2024-08-21
* Don't advance origin during apply failure.Amit Kapila2024-08-21
* Slightly refactor varstr_sortsupport() to improve readability.Jeff Davis2024-08-20
* Remove _PG_fini()Michael Paquier2024-08-21
* Minor wording change in table "JSON Creation Functions"Alvaro Herrera2024-08-20
* Improve configure error for ICU libraries if pkg-config is absent.Jeff Davis2024-08-20
* Fix a couple of wait event descriptions.Nathan Bossart2024-08-20
* Add injection-point test for new multixact CV usageAlvaro Herrera2024-08-20
* Document limit on the number of out-of-line values per tableJohn Naylor2024-08-20
* Log the conflicts while applying changes in logical replication.Amit Kapila2024-08-20
* Speed up Hash Join by making ExprStates support hashingDavid Rowley2024-08-20
* doc: improve create/alter sequence CYCLE syntaxBruce Momjian2024-08-19
* doc: mention of postpostgres_fdw INSERT ON CONFLICT limitationBruce Momjian2024-08-19
* doc: clarify create database in start docs uses command lineBruce Momjian2024-08-19
* doc: Improve vague pg_createsubscriber descriptionBruce Momjian2024-08-19
* Avoid failure to open dropped detached partitionAlvaro Herrera2024-08-19
* Document that search_path is reported by the serverTomas Vondra2024-08-19
* Mark search_path as GUC_REPORTTomas Vondra2024-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 garbled process name on backend crashHeikki Linnakangas2024-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
* injection_points: Add stats for point caching and loadingMichael Paquier2024-08-19
* ci: Upgrade MacPorts version to 2.10.1.Thomas Munro2024-08-19
* doc: Fix typo in section for custom pgstatsMichael Paquier2024-08-19
* Fix DROP DATABASE for databases with many ACLsTomas Vondra2024-08-19
* Fix cpluspluscheck for pg_verifybackup.h.Thomas Munro2024-08-19
* Fix comments on wal_level=minimal, CREATE TABLESPACE and CREATE DATABASE.Noah Misch2024-08-18
* docs: fix incorrect plpgsql error messageBruce Momjian2024-08-16
* C comment: fix for commit b5a9b18cd0bBruce Momjian2024-08-16
* Relocate a badly placed Assert in COPY FROM codeDavid Rowley2024-08-17
* Further reduce dependence on -fwrapv semantics in jsonb.Nathan Bossart2024-08-16