Commit Graph

59434 Commits (9db3018cf83b4be1dbcdca8274e97ea8645df49c)
 

Author SHA1 Message Date
Michael Paquier b2b023aa37 injection_points: Add initialization of shmem state when loading module 1 year ago
Amit Kapila edcb712585 Doc: explain the log format of logical replication conflicts. 1 year ago
Michael Paquier d55322b0da psql: Add more meta-commands able to use the extended protocol 1 year ago
Noah Misch a36aa223ec Fix attach of a previously-detached injection point. 1 year ago
Alexander Korotkov 04158e7fa3 Avoid repeated table name lookups in createPartitionTable() 1 year ago
Richard Guo 9bb842f95e Small code simplification 1 year ago
Michael Paquier 490f869d92 Create syscache entries for pg_extension 1 year ago
Jeff Davis a839567784 Fix obsolete comments in varstr_cmp(). 1 year ago
Tom Lane 86488cdf12 Disallow creating binary-coercible casts involving range types. 1 year ago
Robert Haas c01743aa48 Show number of disabled nodes in EXPLAIN ANALYZE output. 1 year ago
Robert Haas e222534679 Treat number of disabled nodes in a path as a separate cost metric. 1 year ago
Robert Haas 2b03cfeea4 Fix pgindent damage 1 year ago
Peter Eisentraut 4baff50132 doc: remove llvm-config search from configure documentation 1 year ago
Amit Kapila d43b8bb6b8 Fix typos in 9758174e2e. 1 year ago
Peter Eisentraut 7ff9afbbd1 Small code simplification 1 year ago
Amit Kapila 3f28b2fcac Don't advance origin during apply failure. 1 year ago
Jeff Davis a95ff1fe2e Slightly refactor varstr_sortsupport() to improve readability. 1 year ago
Michael Paquier 15c1abd977 Remove _PG_fini() 1 year ago
Alvaro Herrera 678a8358d1
Minor wording change in table "JSON Creation Functions" 1 year ago
Jeff Davis 0fb0f68933 Improve configure error for ICU libraries if pkg-config is absent. 1 year ago
Nathan Bossart 5ff9b6b4d9 Fix a couple of wait event descriptions. 1 year ago
Alvaro Herrera 768a9fd553
Add injection-point test for new multixact CV usage 1 year ago
John Naylor 4d93bbd4e0 Document limit on the number of out-of-line values per table 1 year ago
Amit Kapila 9758174e2e Log the conflicts while applying changes in logical replication. 1 year ago
David Rowley adf97c1562 Speed up Hash Join by making ExprStates support hashing 1 year ago
Bruce Momjian 9380e5f129 doc: improve create/alter sequence CYCLE syntax 1 year ago
Bruce Momjian e28a2719be doc: mention of postpostgres_fdw INSERT ON CONFLICT limitation 1 year ago
Bruce Momjian cf3bb26204 doc: clarify create database in start docs uses command line 1 year ago
Bruce Momjian 6467993fb5 doc: Improve vague pg_createsubscriber description 1 year ago
Alvaro Herrera 52f3de874b
Avoid failure to open dropped detached partition 1 year ago
Tomas Vondra 0d06a7eac4 Document that search_path is reported by the server 1 year ago
Tomas Vondra 28a1121fd9 Mark search_path as GUC_REPORT 1 year ago
Tomas Vondra 5cb902e9d5 Explain dropdb can't use syscache because of TOAST 1 year ago
Daniel Gustafsson 4fdb6558c2 Fix regression in TLS session ticket disabling 1 year ago
Thomas Munro 2724ff381a Fix harmless LC_COLLATE[_MASK] confusion. 1 year ago
Heikki Linnakangas 56d23855c8 Fix garbled process name on backend crash 1 year ago
Michael Paquier bd06cc338d Fix more holes with SLRU code in need of int64 for segment numbers 1 year ago
Alvaro Herrera 7b063ff26a
Search for SLRU page only in its own bank 1 year ago
Michael Paquier 2793acecee injection_points: Add stats for point caching and loading 1 year ago
Thomas Munro b10528e6cc ci: Upgrade MacPorts version to 2.10.1. 1 year ago
Michael Paquier a5f4ff6c80 doc: Fix typo in section for custom pgstats 1 year ago
Tomas Vondra 0f92b230f8 Fix DROP DATABASE for databases with many ACLs 1 year ago
Thomas Munro d426718d8d Fix cpluspluscheck for pg_verifybackup.h. 1 year ago
Noah Misch 64740853f0 Fix comments on wal_level=minimal, CREATE TABLESPACE and CREATE DATABASE. 1 year ago
Bruce Momjian 03e9b958ee docs: fix incorrect plpgsql error message 1 year ago
Bruce Momjian 151da217a3 C comment: fix for commit b5a9b18cd0 1 year ago
David Rowley bd8fe12ef3 Relocate a badly placed Assert in COPY FROM code 1 year ago
Nathan Bossart 1d80d6b50e Further reduce dependence on -fwrapv semantics in jsonb. 1 year ago
Robert Haas aa2d6b15d6 pg_verifybackup: Move some declarations to new pg_verifybackup.h 1 year ago
Robert Haas af99d44a88 pg_verifybackup: Move skip_checksums into verifier_context. 1 year ago