Commit Graph

50974 Commits (1d581ce7129d7a33cd4ad27f8f246abfa1fd2db9)
 

Author SHA1 Message Date
Tom Lane 1d581ce712 Fix misuse of foreach_delete_current(). 5 years ago
Tomas Vondra be45be9c33 Implement GROUP BY DISTINCT 5 years ago
Tomas Vondra cd91de0d17 Remove temporary files after backend crash 5 years ago
Magnus Hagander da18d829c2 Fix function name in error hint 5 years ago
Amit Kapila ed62d3737c Doc: Update description for parallel insert reloption. 5 years ago
Amit Kapila c8f78b6161 Add a new GUC and a reloption to enable inserts in parallel-mode. 5 years ago
Andres Freund 5f79580ad6 Fix memory lifetime issues of replication slot stats. 5 years ago
Tom Lane 70945649d7 Doc: remove duplicated step in RLS example. 5 years ago
Tom Lane 8620a7f6db Code review for server's handling of "tablespace map" files. 5 years ago
Tom Lane a50e4fd028 Prevent buffer overrun in read_tablespace_map(). 5 years ago
Tom Lane 081876d75e Add end-to-end testing of pg_basebackup's tar-format output. 5 years ago
Tom Lane c783e656d4 Doc: improve discussion of variable substitution in PL/pgSQL. 5 years ago
Thomas Munro 7f7f25f15e Revert "Fix race in Parallel Hash Join batch cleanup." 5 years ago
Michael Paquier 9fd2952cf4 Fix comment in indexing.c 5 years ago
Peter Eisentraut e1ae40f381 Small error message improvement 5 years ago
Thomas Munro 378802e371 Update the names of Parallel Hash Join phases. 5 years ago
Thomas Munro 3b8981b6e1 Fix race in Parallel Hash Join batch cleanup. 5 years ago
Thomas Munro 3792959949 Fix transaction.sql tests in higher isolation levels. 5 years ago
Amit Kapila 6b67d72b60 Fix race condition in drop subscription's handling of tablesync slots. 5 years ago
Amit Kapila 7efeb214ad Doc: Add a description of substream in pg_subscription. 5 years ago
Thomas Munro 9e7ccd9ef6 Enable parallelism in REFRESH MATERIALIZED VIEW. 5 years ago
Peter Geoghegan fbe4cb3bd4 Fix comment about promising tuples. 5 years ago
Peter Geoghegan 65445469d6 amcheck: Reduce debug message verbosity. 5 years ago
Tom Lane 4b12ab18c9 Avoid corner-case memory leak in SSL parameter processing. 5 years ago
Robert Haas 4078ce65a0 Fix a confusing amcheck corruption message. 5 years ago
Stephen Frost c6fc50cb40 Use pre-fetching for ANALYZE 5 years ago
Stephen Frost 94d13d474d Improve logging of auto-vacuum and auto-analyze 5 years ago
Tom Lane 1ea396362b Improve logging of bad parameter values in BIND messages. 5 years ago
Alvaro Herrera 015061690c
(Blind) fix Perl splitting of strings at newlines 5 years ago
Michael Paquier 15639d5e8f Add some basic tests for progress reporting of COPY 5 years ago
Alvaro Herrera 9aa491abbf
Add libpq pipeline mode support to pgbench 5 years ago
Alvaro Herrera acb7e4eb6b
Implement pipeline mode in libpq 5 years ago
Tom Lane 146cb3889c Work around issues in MinGW-64's setjmp/longjmp support. 5 years ago
Thomas Munro eeb60e45d8 Drop SERIALIZABLE workaround from parallel query tests. 5 years ago
Fujii Masao d75288fb27 Make archiver process an auxiliary process. 5 years ago
Peter Geoghegan 0ea71c93a0 Notice that heap page has dead items during VACUUM. 5 years ago
Tom Lane 58f57490fa Doc: add note about how to run the pg_amcheck regression tests. 5 years ago
Robert Haas 945d2cb7d0 In pg_amcheck tests, don't depend on perl's Q/q pack code. 5 years ago
Tom Lane 9e294d0f34 pg_amcheck: Keep trying to fix the tests. 5 years ago
Thomas Munro de91c3b976 Fix new pthread code to respect --disable-thread-safety. 5 years ago
Amit Kapila c5be48f092 Improve FK trigger parallel-safety check added by 05c8482f7f. 5 years ago
Robert Haas b9164eab20 pg_amcheck: Keep trying to fix the tests. 5 years ago
Robert Haas 24189277f6 pg_amcheck: Try to fix still more test failures. 5 years ago
Robert Haas f371a4cdba Try to avoid apparent platform-dependency in IPC::Run 5 years ago
Robert Haas 6611256127 Fix portability issues in pg_amcheck's 004_verify_heapam.pl. 5 years ago
Peter Geoghegan 02b5940dbe Consolidate nbtree VACUUM metapage routines. 5 years ago
Robert Haas ac44595585 Move PG_USED_FOR_ASSERTS_ONLY before initializer. 5 years ago
Robert Haas 7a1527c02c Adjust perl style. 5 years ago
Robert Haas d60e61de4f Try to fix compiler warnings. 5 years ago
Robert Haas 9706092839 Add pg_amcheck, a CLI for contrib/amcheck. 5 years ago