Commit Graph

39801 Commits (2c83f435a3deca745c666e9778229d64cb2dfc79)
 

Author SHA1 Message Date
Alvaro Herrera 2c83f435a3 Rework PostgresNode's psql method 10 years ago
Alvaro Herrera 7d9a4301c0 perltidy PostgresNode and SimpleTee 10 years ago
Alvaro Herrera 5bec1ad464 Fix mistakes in recovery tests 10 years ago
Simon Riggs c7111d11b1 Revert buggy optimization of index scans 10 years ago
Magnus Hagander 6c90996a4c Add prefix to pl/pgsql global variables and functions 10 years ago
Andres Freund 7c17aac69d logical decoding: fix decoding of a commit's commit time. 10 years ago
Tom Lane a9d199f6d3 Fix json_to_record() bug with nested objects. 10 years ago
Tom Lane eb43e851d6 Create stub functions to support pg_upgrade of old contrib/tsearch2. 10 years ago
Alvaro Herrera cc6077d4d5 Prefix temp data dirs with the node name 10 years ago
Tom Lane c8c7c93de8 Fix PL/Tcl's encoding conversion logic. 10 years ago
Tom Lane e2609323eb Make PL/Tcl require Tcl 8.4 or later. 10 years ago
Tom Lane 2878220682 Convert PL/Tcl to use Tcl's "object" interfaces. 10 years ago
Tom Lane 3b8d721553 Fix TAP tests for older Perls. 10 years ago
Robert Haas a892234f83 Change the format of the VM fork to add a second bit per page. 10 years ago
Tom Lane 68c521eb92 Improve coverage of pltcl regression tests. 10 years ago
Alvaro Herrera 9def031bd2 Add more tests for commit_timestamp feature 10 years ago
Alvaro Herrera 88802e0680 TAP tests: retain temp dirs on test failure 10 years ago
Robert Haas 212bba93ce Fix incorrect comment. 10 years ago
Robert Haas aec64e8f45 Fix mistake in extensible node code. 10 years ago
Robert Haas 7e137f846d Extend pgbench's expression syntax to support a few built-in functions. 10 years ago
Peter Eisentraut bd6cf3f237 Add Unicode map generation scripts as rule prerequisites 10 years ago
Peter Eisentraut cc074bf6c1 Fix comments 10 years ago
Peter Eisentraut 9a3e06baa2 UCS_to_most.pl: Make executable, for consistency with other scripts 10 years ago
Tom Lane 3d523564c5 Suppress scary-looking log messages from async-notify isolation test. 10 years ago
Tom Lane 8d8ff5f7db Improve error message for rejecting RETURNING clauses with dropped columns. 10 years ago
Alvaro Herrera 5847397dec Minor tweaks for new src/test/recovery 10 years ago
Alvaro Herrera 10b4852215 Fix typos 10 years ago
Alvaro Herrera 1c7c189fc1 doc: document MANPATH as /usr/local/pgsql/share/man 10 years ago
Alvaro Herrera 54638f5708 Make new isolationtester test more stable 10 years ago
Tom Lane c110678a47 Remove useless unary plus. 10 years ago
Tom Lane 05893712cc Fix build under OPTIMIZER_DEBUG. 10 years ago
Dean Rasheed 41fedc2462 Fix incorrect varlevelsup in security_barrier_replace_vars(). 10 years ago
Tom Lane 907e4dd2b1 Avoid multiple free_struct_lconv() calls on same data. 10 years ago
Andrew Dunstan 26fdff1b8f Allow multiple --temp-config arguments to pg_regress 10 years ago
Andrew Dunstan 87cc6b57a9 Respect TEMP_CONFIG when pg_regress_check and friends are called 10 years ago
Alvaro Herrera c9578135f7 Add isolationtester spec for old heapam.c bug 10 years ago
Alvaro Herrera 74d58425c7 Apply last revision of recovery patch 10 years ago
Alvaro Herrera 49148645f7 Add a test framework for recovery 10 years ago
Alvaro Herrera 89ac7004da Move some code from RewindTest into PostgresNode 10 years ago
Robert Haas 7bea19d0a9 On second thought, disable parallelism for prepared statements. 10 years ago
Robert Haas 35746bc348 Add new FDW API to test for parallel-safety. 10 years ago
Robert Haas 9117985b6b Respect TEMP_CONFIG when running contrib regression tests. 10 years ago
Alvaro Herrera e64009303d Add POD docs to PostgresNode 10 years ago
Alvaro Herrera bda0b08198 Add README in src/test and src/test/modules 10 years ago
Alvaro Herrera 343f709c06 Fix typos 10 years ago
Robert Haas 57a6a72b6b Enable parallelism for prepared statements and extended query protocol. 10 years ago
Noah Misch 25924ac47a Clean the last few TAP suite tmp_check directories. 10 years ago
Noah Misch 4163588783 MSVC: Clean tmp_check directory of pg_controldata test suite. 10 years ago
Tom Lane 52f5d578d6 Create a function to reliably identify which sessions block which others. 10 years ago
Tom Lane 73bf8715aa Remove redundant PGPROC.lockGroupLeaderIdentifier field. 10 years ago