Commit Graph

4954 Commits (ab4a35b4ea9d2290b1ee5ec25f65df4c739077cb)

Author SHA1 Message Date
Peter Eisentraut 9be4e5d293 Remove unused #include's from contrib, pl, test .c files 11 months ago
Michael Paquier 6b652e6ce8 Set query ID for inner queries of CREATE TABLE AS and DECLARE 11 months ago
Michael Paquier 499edb0974 Track more precisely query locations for nested statements 11 months ago
Tom Lane 14e5680eee Improve parser's reporting of statement start locations. 11 months ago
Michael Paquier 45e0ba30fc pg_stat_statements: Add tests for nested queries with level tracking 11 months ago
Masahiko Sawada 7cdfeee320 Add contrib/pg_logicalinspect. 11 months ago
Peter Eisentraut e7d0cf42b1 Allow TAP tests to force checksums off when calling init() 11 months ago
Michael Paquier cf54a2c002 pg_stat_statements: Add columns to track parallel worker activity 11 months ago
Amit Kapila d759c1a0b8 Stabilize the test added by commit 022564f60c. 11 months ago
Nathan Bossart 5d6187d2a2 Fix Y2038 issues with MyStartTime. 11 months ago
Amit Kapila 022564f60c Fix fetching default toast value during decoding of in-progress transactions. 11 months ago
Tom Lane 68dfecbef2 Use generateClonedIndexStmt to propagate CREATE INDEX to partitions. 11 months ago
Fujii Masao a1c4c8a9e1 file_fdw: Add on_error and log_verbosity options to file_fdw. 11 months ago
Peter Eisentraut 10b721821d Use macro to define the number of enum values 12 months ago
Michael Paquier dc68515968 Show values of SET statements as constants in pg_stat_statements 12 months ago
Michael Paquier ba90eac7a9 pg_stat_statements: Expand tests for SET statements 12 months ago
Tom Lane cd838e2008 Neaten up our choices of SQLSTATEs for XML-related errors. 12 months ago
Fujii Masao 4f08ab5545 postgres_fdw: Extend postgres_fdw_get_connections to return user name. 12 months ago
Michael Paquier 933848d16d Add missing query ID reporting in extended query protocol 12 months ago
Peter Eisentraut 89f908a6d0 Add temporal FOREIGN KEY contraints 12 months ago
Peter Eisentraut fc0438b4e8 Add temporal PRIMARY KEY and UNIQUE constraints 12 months ago
Peter Eisentraut 7406ab623f Add stratnum GiST support function 12 months ago
Tom Lane d5622acb32 Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile(). 1 year ago
Tom Lane 94537982ec Remove obsolete comment in pg_stat_statements. 1 year ago
Nathan Bossart 70d1c664f4 Fix contrib/pageinspect's test for sequences. 1 year ago
Michael Paquier 7b1ddbae36 pg_stat_statements: Add tests with extended query protocol 1 year ago
Nathan Bossart 05036a3155 Reintroduce support for sequences in pgstattuple and pageinspect. 1 year ago
Peter Eisentraut 8b5c6a54c4 Replace gratuitous memmove() with memcpy() 1 year ago
Noah Misch 65c310b310 Optimize pg_visibility with read streams. 1 year ago
Peter Eisentraut 56fead44dc Add amgettreeheight index AM API routine 1 year ago
Tom Lane de239d01e7 Consistently use PageGetExactFreeSpace() in pgstattuple. 1 year ago
Tom Lane 218527d014 Don't bother checking the result of SPI_connect[_ext] anymore. 1 year ago
Noah Misch ddfc556a64 Revert "Optimize pg_visibility with read streams." 1 year ago
Michael Paquier b4db64270e Apply more quoting to GUC names in messages 1 year ago
Noah Misch 1c61fd8b52 Fix stack variable scope from previous commit. 1 year ago
Noah Misch ed1b1ee59f Optimize pg_visibility with read streams. 1 year ago
Noah Misch c582b75851 Add block_range_read_stream_cb(), to deduplicate code. 1 year ago
Michael Paquier 4236825197 Fix typos and grammar in code comments and docs 1 year ago
Daniel Gustafsson a70e01d430 Remove support for OpenSSL older than 1.1.0 1 year ago
Tom Lane 0e5c823806 Make postgres_fdw's query_cancel test less flaky. 1 year ago
Masahiko Sawada 52f1d6730b Fix memory counter update in ReorderBuffer. 1 year ago
Robert Haas e222534679 Treat number of disabled nodes in a path as a separate cost metric. 1 year ago
Peter Eisentraut 95b856de23 Remove incidental md5() function use from test 1 year ago
Alexander Korotkov e3ec9dc1bf Add missing wait_for_catchup() to pg_visibility tap test 1 year ago
Alexander Korotkov e2ed7e3227 Fix GetStrictOldestNonRemovableTransactionId() on standby 1 year ago
Heikki Linnakangas fe8dd65bf2 Mark misc static global variables as const 1 year ago
Nathan Bossart 8928817769 Remove volatile qualifiers from pg_stat_statements.c. 1 year ago
Masahiko Sawada 66e94448ab Restrict accesses to non-system views and foreign tables during pg_dump. 1 year ago
Peter Eisentraut 9fb855fe1a Include bison header files into implementation files 1 year ago
Heikki Linnakangas 01e51ed780 Replace static buf with a stack-allocated one in 'seg' extension 1 year ago