Commit Graph

5008 Commits (8c49a484e8ebb0199fba4bd68eaaedaf49b48ed0)

Author SHA1 Message Date
Robert Haas 8c49a484e8 Assign each subquery a unique name prior to planning it. 2 months ago
Álvaro Herrera 1a8b5b11e4
Don't include access/htup_details.h in executor/tuptable.h 2 months ago
Michael Paquier 684a745f55 pgstattuple: Improve reports generated for indexes (hash, gist, btree) 3 months ago
Peter Eisentraut f5aabe6d58 Revert "Make some use of anonymous unions [pgcrypto]" 3 months ago
Peter Eisentraut efcd5199d8 Make some use of anonymous unions [pgcrypto] 3 months ago
Peter Eisentraut 57d46dff9b Make some use of anonymous unions [reorderbuffer xact_time] 3 months ago
Álvaro Herrera 3bf31dd243
Do a tiny bit of header file maintenance 3 months ago
Robert Haas f2bae51dfd Keep track of what RTIs a Result node is scanning. 3 months ago
David Rowley 9fc7f6ab72 Fix various incorrect filename references 3 months ago
Tom Lane 261f89a976 Track the maximum possible frequency of non-MCE array elements. 3 months ago
Amit Kapila 5b148706c5 Add optional pid parameter to pg_replication_origin_session_setup(). 3 months ago
Tom Lane e633fa6351 Add regression expected-files for older OpenSSL in FIPS mode. 3 months ago
Tom Lane 83a5641945 Provide more-specific error details/hints for function lookup failures. 3 months ago
Peter Eisentraut ae0e1be9f2 Allow redeclaration of typedef yyscan_t 3 months ago
Michael Paquier 306dd13079 Remove whitespace in comment of pg_stat_statements.c 3 months ago
Robert Haas 585e31fcb6 Don't generate fake "*SELECT*" or "*SELECT* %d" subquery aliases. 3 months ago
Andres Freund 2c78940527 bufmgr: Remove freelist, always use clock-sweep 3 months ago
Nathan Bossart 38b602b028 Move dynamically-allocated LWLock tranche names to shared memory. 4 months ago
Michael Paquier 36aed19fd9 postgres_fdw: Use psql variables for connection parameters 4 months ago
Peter Eisentraut 710e6c4301 Remove unneeded casts of BufferGetPage() result 4 months ago
Álvaro Herrera 325fc0ab14
Avoid including commands/dbcommands.h in so many places 4 months ago
Tom Lane 327b7324d0 Put "excludeOnly" GIN scan keys at the end of the scankey array. 4 months ago
Michael Paquier 13b935cd52 Change dynahash.c and hsearch.h to use int64 instead of long 4 months ago
Masahiko Sawada eab9e4e27c Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions. 4 months ago
Álvaro Herrera d0e7e04ede
Avoid including tableam.h and xlogreader.h in nbtree.h 4 months ago
Tom Lane ee54046601 Grab the low-hanging fruit from forcing USE_FLOAT8_BYVAL to true. 4 months ago
Michael Paquier 783cbb6d5e postgres_fdw: Fix tests with ANALYZE and remote sampling 4 months ago
Tom Lane 665c3dbba4 Mop-up for Datum conversion cleanups. 4 months ago
Peter Eisentraut ff89e182d4 Add missing Datum conversions 4 months ago
Peter Eisentraut 138750dde4 postgres_fdw and dblink should check if backend has MyProcPort 4 months ago
Peter Eisentraut fd2ab03fea Fix incorrect lack of Datum conversion in _int_matchsel() 4 months ago
Etsuro Fujita 62a1211d33 Disallow collecting transition tuples from child foreign tables. 4 months ago
Peter Eisentraut 73d33be4da Remove INT64_HEX_FORMAT and UINT64_HEX_FORMAT 4 months ago
Peter Eisentraut 0f5ade7a36 Fix varatt versus Datum type confusions 5 months ago
Peter Eisentraut 2ad6e80de9 Fix various hash function uses 5 months ago
Peter Eisentraut 1469e31297 Fix mixups of FooGetDatum() vs. DatumGetFoo() 5 months ago
Nathan Bossart 9eb6068fb6 Allow resetting unknown custom GUCs with reserved prefixes. 5 months ago
Michael Paquier 3357471cf9 pg_stat_statements: Add counters for generic and custom plans 5 months ago
Tom Lane 74e121c8dc Split up pgfdw_report_error so that we can mark it pg_noreturn. 5 months ago
Tom Lane b9ebb92bcb Suppress uninitialized-variable warning. 5 months ago
Tom Lane 0f9d4d7c12 Silence leakage complaint about postgres_fdw's InitPgFdwOptions. 5 months ago
Tom Lane 73873805fb Run pgindent on the changes of the previous patch. 5 months ago
Tom Lane 80aa9848be Reap the benefits of not having to avoid leaking PGresults. 5 months ago
Tom Lane 7d8f595779 Create infrastructure to reliably prevent leakage of PGresults. 5 months ago
Fujii Masao a7ca73af66 Remove translation marker from libpq-be-fe-helpers.h. 5 months ago
Fujii Masao 112faf1378 Log remote NOTICE, WARNING, and similar messages using ereport(). 5 months ago
Richard Guo e2debb6438 Reduce "Var IS [NOT] NULL" quals during constant folding 5 months ago
Alexander Korotkov 4c5159a2d8 Fix a typo in the deparseArrayCoerceExpr() header comment 5 months ago
Alexander Korotkov 62c3b4cd9d Support for deparsing of ArrayCoerceExpr node in contrib/postgres_fdw 5 months ago
Fujii Masao 88a658a42e amcheck: Improve error message for partitioned index target. 5 months ago