Commit Graph

4993 Commits (585e31fcb6dfcb1d88cfee2371f565574db24869)

Author SHA1 Message Date
Robert Haas 585e31fcb6 Don't generate fake "*SELECT*" or "*SELECT* %d" subquery aliases. 3 days ago
Andres Freund 2c78940527 bufmgr: Remove freelist, always use clock-sweep 6 days ago
Nathan Bossart 38b602b028 Move dynamically-allocated LWLock tranche names to shared memory. 1 week ago
Michael Paquier 36aed19fd9 postgres_fdw: Use psql variables for connection parameters 2 weeks ago
Peter Eisentraut 710e6c4301 Remove unneeded casts of BufferGetPage() result 2 weeks ago
Álvaro Herrera 325fc0ab14
Avoid including commands/dbcommands.h in so many places 2 weeks ago
Tom Lane 327b7324d0 Put "excludeOnly" GIN scan keys at the end of the scankey array. 2 weeks ago
Michael Paquier 13b935cd52 Change dynahash.c and hsearch.h to use int64 instead of long 3 weeks ago
Masahiko Sawada eab9e4e27c Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions. 3 weeks ago
Álvaro Herrera d0e7e04ede
Avoid including tableam.h and xlogreader.h in nbtree.h 4 weeks ago
Tom Lane ee54046601 Grab the low-hanging fruit from forcing USE_FLOAT8_BYVAL to true. 4 weeks ago
Michael Paquier 783cbb6d5e postgres_fdw: Fix tests with ANALYZE and remote sampling 4 weeks ago
Tom Lane 665c3dbba4 Mop-up for Datum conversion cleanups. 1 month ago
Peter Eisentraut ff89e182d4 Add missing Datum conversions 1 month ago
Peter Eisentraut 138750dde4 postgres_fdw and dblink should check if backend has MyProcPort 1 month ago
Peter Eisentraut fd2ab03fea Fix incorrect lack of Datum conversion in _int_matchsel() 1 month ago
Etsuro Fujita 62a1211d33 Disallow collecting transition tuples from child foreign tables. 1 month ago
Peter Eisentraut 73d33be4da Remove INT64_HEX_FORMAT and UINT64_HEX_FORMAT 1 month ago
Peter Eisentraut 0f5ade7a36 Fix varatt versus Datum type confusions 1 month ago
Peter Eisentraut 2ad6e80de9 Fix various hash function uses 1 month ago
Peter Eisentraut 1469e31297 Fix mixups of FooGetDatum() vs. DatumGetFoo() 1 month ago
Nathan Bossart 9eb6068fb6 Allow resetting unknown custom GUCs with reserved prefixes. 1 month ago
Michael Paquier 3357471cf9 pg_stat_statements: Add counters for generic and custom plans 1 month ago
Tom Lane 74e121c8dc Split up pgfdw_report_error so that we can mark it pg_noreturn. 1 month ago
Tom Lane b9ebb92bcb Suppress uninitialized-variable warning. 1 month ago
Tom Lane 0f9d4d7c12 Silence leakage complaint about postgres_fdw's InitPgFdwOptions. 2 months ago
Tom Lane 73873805fb Run pgindent on the changes of the previous patch. 2 months ago
Tom Lane 80aa9848be Reap the benefits of not having to avoid leaking PGresults. 2 months ago
Tom Lane 7d8f595779 Create infrastructure to reliably prevent leakage of PGresults. 2 months ago
Fujii Masao a7ca73af66 Remove translation marker from libpq-be-fe-helpers.h. 2 months ago
Fujii Masao 112faf1378 Log remote NOTICE, WARNING, and similar messages using ereport(). 2 months ago
Richard Guo e2debb6438 Reduce "Var IS [NOT] NULL" quals during constant folding 2 months ago
Alexander Korotkov 4c5159a2d8 Fix a typo in the deparseArrayCoerceExpr() header comment 2 months ago
Alexander Korotkov 62c3b4cd9d Support for deparsing of ArrayCoerceExpr node in contrib/postgres_fdw 2 months ago
Fujii Masao 88a658a42e amcheck: Improve error message for partitioned index target. 2 months ago
Michael Paquier b41c430846 btree_gist: Merge the last two versions into version 1.8 2 months ago
Tom Lane 93001888d8 Fix up misuse of "volatile" in contrib/xml2. 2 months ago
Álvaro Herrera 2633dae2e4
Standardize LSN formatting by zero padding 2 months ago
Michael Paquier 8aa54aa7ee Fix incompatibility with libxml2 >= 2.14 2 months ago
Etsuro Fujita 21c9756db6 postgres_fdw: Add Assert to estimate_path_cost_size(). 2 months ago
Fujii Masao d64d68fddf amcheck: Remove unused IndexCheckableCallback typedef. 2 months ago
Tom Lane fc896821c4 Add more cross-type comparisons to contrib/btree_gin. 2 months ago
Tom Lane e2b64fcef3 Add cross-type comparisons to contrib/btree_gin. 2 months ago
Peter Eisentraut f039c22441 meson: Increase minimum version to 0.57.2 2 months ago
Michael Paquier bee23ea4dd Show sizes of FETCH queries as constants in pg_stat_statements 2 months ago
Jeff Davis d81dcc8d62 Use pg_ascii_tolower()/pg_ascii_toupper() where appropriate. 2 months ago
Tomas Vondra 81f287dc92 Silence valgrind about pg_numa_touch_mem_if_required 2 months ago
Peter Eisentraut 953050236a amcheck: Improve confusing message 2 months ago
Michael Paquier 732061150b xml2: Improve error handling of libxml2 calls 2 months ago
Nathan Bossart bd09f024a1 Add new OID alias type regdatabase. 2 months ago