Commit Graph

4721 Commits (82b07eba9e8b863cc05adb7e53a86ff02b51d888)

Author SHA1 Message Date
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
Etsuro Fujita 5c571a34d0 postgres_fdw: Avoid "cursor can only scan forward" error. 1 year ago
Michael Paquier c145f321b6 Propagate query IDs of utility statements in functions 1 year ago
Richard Guo 069d0ff022 Check lateral references within PHVs for memoize cache keys 1 year ago
Masahiko Sawada bb19b70081 Fix possibility of logical decoding partial transaction changes. 1 year ago
Thomas Munro 18501841bc Add simple codepoint redirections to unaccent.rules. 1 year ago
Richard Guo aa86129e19 Support "Right Semi Join" plan shapes 1 year ago
Michael Paquier b81a71aa05 Assign error codes where missing for user-facing failures 1 year ago
Peter Eisentraut 720b0eaae9 Convert some extern variables to static 1 year ago
David Rowley 65b71dec2d Use TupleDescAttr macro consistently 1 year ago
Michael Paquier 0c1aca4614 Cleanup perl code from unused variables and routines 1 year ago
Tom Lane edadeb0710 Remove support for HPPA (a/k/a PA-RISC) architecture. 1 year ago
Peter Eisentraut 95b44bb025 Unify some error messages 2 years ago
Etsuro Fujita 8cfbac1492 postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers. 2 years ago
Heikki Linnakangas e6cd857726 Make RelationFlushRelation() work without ResourceOwner during abort 2 years ago
Alexander Korotkov 945ec4c4bc amcheck: Fixes for right page check during unique constraint check 2 years ago
Alexander Korotkov 97e5b0026f amcheck: Report an error when the next page to a leaf is not a leaf 2 years ago
Alexander Korotkov 0b5c161248 amcheck: Don't load the right sibling page into BtreeCheckState 2 years ago
Alexander Korotkov 532d94fec3 amcheck: Refactoring the storage of the last visible entry 2 years ago
Robert Haas 12933dc604 Re-allow planner to use Merge Append to efficiently implement UNION. 2 years ago
Tom Lane 7204f35919 Revert commit 66c0185a3 and follow-on patches. 2 years ago
Peter Eisentraut 17974ec259 Revise GUC names quoting in messages again 2 years ago
Michael Paquier 110eb4aefb Remove enum WaitEventExtension 2 years ago
Peter Eisentraut 8aee330af5 Revert temporal primary keys and foreign keys 2 years ago