Commit Graph

4744 Commits (022564f60ca5cade8fd663906f3ee514573b4b5e)

Author SHA1 Message Date
Amit Kapila 022564f60c Fix fetching default toast value during decoding of in-progress transactions. 1 year ago
Tom Lane 68dfecbef2 Use generateClonedIndexStmt to propagate CREATE INDEX to partitions. 1 year ago
Fujii Masao a1c4c8a9e1 file_fdw: Add on_error and log_verbosity options to file_fdw. 1 year ago
Peter Eisentraut 10b721821d Use macro to define the number of enum values 1 year ago
Michael Paquier dc68515968 Show values of SET statements as constants in pg_stat_statements 1 year ago
Michael Paquier ba90eac7a9 pg_stat_statements: Expand tests for SET statements 1 year ago
Tom Lane cd838e2008 Neaten up our choices of SQLSTATEs for XML-related errors. 1 year ago
Fujii Masao 4f08ab5545 postgres_fdw: Extend postgres_fdw_get_connections to return user name. 1 year ago
Michael Paquier 933848d16d Add missing query ID reporting in extended query protocol 1 year ago
Peter Eisentraut 89f908a6d0 Add temporal FOREIGN KEY contraints 1 year ago
Peter Eisentraut fc0438b4e8 Add temporal PRIMARY KEY and UNIQUE constraints 1 year ago
Peter Eisentraut 7406ab623f Add stratnum GiST support function 1 year 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
Alexander Korotkov cdd6ab9d1f amcheck: Optimize speed of checking for unique constraint violation 1 year ago
David Rowley 17a5871d9d Optimize escaping of JSON strings 1 year ago
Fujii Masao 454aab4b73 postgres_fdw: Fix bug in connection status check. 1 year ago
Fujii Masao 857df3cef7 postgres_fdw: Add connection status check to postgres_fdw_get_connections(). 1 year ago
Fujii Masao c297a47c5f postgres_fdw: Add "used_in_xact" column to postgres_fdw_get_connections(). 1 year ago
Tom Lane 580f8727ca Add argument names to the regexp_XXX functions. 1 year ago
Daniel Gustafsson cc59f9d0ff pgcrypto: Remove unused binary from clean target 1 year ago
Peter Eisentraut ab61c40bfa Add extern declarations for Bison global variables 1 year ago
Fujii Masao 97f2bc5aa5 pg_stat_statements: Add regression test for privilege handling. 1 year ago
Alvaro Herrera 90c1ba52e0
postgres_fdw: Split out the query_cancel test to its own file 1 year ago