Commit Graph

4972 Commits (9eb6068fb64c36889102a09c030d1d9f4d832821)

Author SHA1 Message Date
Nathan Bossart 9eb6068fb6 Allow resetting unknown custom GUCs with reserved prefixes. 9 months ago
Michael Paquier 3357471cf9 pg_stat_statements: Add counters for generic and custom plans 9 months ago
Tom Lane 74e121c8dc Split up pgfdw_report_error so that we can mark it pg_noreturn. 9 months ago
Tom Lane b9ebb92bcb Suppress uninitialized-variable warning. 9 months ago
Tom Lane 0f9d4d7c12 Silence leakage complaint about postgres_fdw's InitPgFdwOptions. 9 months ago
Tom Lane 73873805fb Run pgindent on the changes of the previous patch. 9 months ago
Tom Lane 80aa9848be Reap the benefits of not having to avoid leaking PGresults. 9 months ago
Tom Lane 7d8f595779 Create infrastructure to reliably prevent leakage of PGresults. 9 months ago
Fujii Masao a7ca73af66 Remove translation marker from libpq-be-fe-helpers.h. 10 months ago
Fujii Masao 112faf1378 Log remote NOTICE, WARNING, and similar messages using ereport(). 10 months ago
Richard Guo e2debb6438 Reduce "Var IS [NOT] NULL" quals during constant folding 10 months ago
Alexander Korotkov 4c5159a2d8 Fix a typo in the deparseArrayCoerceExpr() header comment 10 months ago
Alexander Korotkov 62c3b4cd9d Support for deparsing of ArrayCoerceExpr node in contrib/postgres_fdw 10 months ago
Fujii Masao 88a658a42e amcheck: Improve error message for partitioned index target. 10 months ago
Michael Paquier b41c430846 btree_gist: Merge the last two versions into version 1.8 10 months ago
Tom Lane 93001888d8 Fix up misuse of "volatile" in contrib/xml2. 10 months ago
Álvaro Herrera 2633dae2e4
Standardize LSN formatting by zero padding 10 months ago
Michael Paquier 8aa54aa7ee Fix incompatibility with libxml2 >= 2.14 10 months ago
Etsuro Fujita 21c9756db6 postgres_fdw: Add Assert to estimate_path_cost_size(). 10 months ago
Fujii Masao d64d68fddf amcheck: Remove unused IndexCheckableCallback typedef. 10 months ago
Tom Lane fc896821c4 Add more cross-type comparisons to contrib/btree_gin. 10 months ago
Tom Lane e2b64fcef3 Add cross-type comparisons to contrib/btree_gin. 10 months ago
Peter Eisentraut f039c22441 meson: Increase minimum version to 0.57.2 10 months ago
Michael Paquier bee23ea4dd Show sizes of FETCH queries as constants in pg_stat_statements 10 months ago
Jeff Davis d81dcc8d62 Use pg_ascii_tolower()/pg_ascii_toupper() where appropriate. 10 months ago
Tomas Vondra 81f287dc92 Silence valgrind about pg_numa_touch_mem_if_required 10 months ago
Peter Eisentraut 953050236a amcheck: Improve confusing message 10 months ago
Michael Paquier 732061150b xml2: Improve error handling of libxml2 calls 10 months ago
Nathan Bossart bd09f024a1 Add new OID alias type regdatabase. 10 months ago
Joe Conway 0ebd242555 Run pgperltidy 10 months ago
Álvaro Herrera a3994ec6ac
Fix typo in comment 10 months ago
Álvaro Herrera c2da1a5d63
Make query jumbling also squash PARAM_EXTERN params 10 months ago
Álvaro Herrera debad29d22
Improve jumble squashing through CoerceViaIO and RelabelType 10 months ago
Tomas Vondra 0cf205e122 amcheck: Fix posting tree checks in gin_index_check() 11 months ago
Tomas Vondra cdd1a431f2 amcheck: Fix parent key check in gin_index_check() 11 months ago
Tomas Vondra 0b54b39233 amcheck: Fix checks of entry order for GIN indexes 11 months ago
Tomas Vondra 8dd41c0bff amcheck: Remove unused GinScanItem->parentlsn field 11 months ago
Tomas Vondra c89d6b889c amcheck: Test gin_index_check on a multicolumn index 11 months ago
Masahiko Sawada d87d07b7ad Fix re-distributing previously distributed invalidation messages during logical decoding. 11 months ago
Álvaro Herrera 0f65f3eec4
Fix squashing algorithm for query texts 11 months ago
Michael Paquier f85f6ab051 Revert support for improved tracking of nested queries 11 months ago
Jeff Davis e1458f2f1b Revert a few small patches that were intended for version 19. 11 months ago
Jeff Davis 7a6880fadc isn.c: use pg_ascii_toupper() instead of toupper(). 11 months ago
Jeff Davis 78bd364ee3 contrib/spi/refint.c: use pg_ascii_tolower() instead. 11 months ago
Etsuro Fujita 7d4667c620 Revert "postgres_fdw: Inherit the local transaction's access/deferrable modes." 11 months ago
Robert Haas 016e407f4b pg_prewarm: Allow autoprewarm to use more than 1GB to dump blocks. 11 months ago
Tom Lane aa87f69c00 Disallow "=" in names of reloptions and foreign-data options. 11 months ago
Peter Eisentraut 32edf732e8 Rename gist stratnum support function 11 months ago
Etsuro Fujita e5a3c9d9b5 postgres_fdw: Inherit the local transaction's access/deferrable modes. 11 months ago
Tom Lane 232d8caeaa Fix memory leakage in postgres_fdw's DirectModify code path. 11 months ago