Commit Graph

39820 Commits (dc7d70ea05deca9dfc6a25043d406b57cc8f6c30)
 

Author SHA1 Message Date
Joe Conway dc7d70ea05 Expose control file data via SQL accessible functions. 10 years ago
Fujii Masao d34794f7d5 Ignore recovery_min_apply_delay until recovery has reached consistent state 10 years ago
Tom Lane 60690a6fe8 Make stats regression test robust in the face of parallel query. 10 years ago
Robert Haas 708020eb7b Fix typo in comment. 10 years ago
Robert Haas 6fcde8a5c8 Minor improvements to transaction manager README. 10 years ago
Robert Haas 17b124d303 Fix SerializeSnapshot not to overrun the allocated space. 10 years ago
Teodor Sigaev 0e7557dc8d Fix Windows build broken by d78a7d9c7f 10 years ago
Robert Haas df4685fb0c Minor optimizations based on ParallelContext having nworkers_launched. 10 years ago
Robert Haas 546cd0d766 Fix InitializeSessionUserId not to deference NULL rolename pointer. 10 years ago
Teodor Sigaev d78a7d9c7f Improve support of Hunspell in ispell dictionary. 10 years ago
Robert Haas 9445db925e Fix query-based tab completion for multibyte characters. 10 years ago
Robert Haas 33b5eab7ab Fix the way GetExistingLocalJoinPath is documented. 10 years ago
Robert Haas 3bea3f88d5 postgres_fdw: When sending ORDER BY, always include NULLS FIRST/LAST. 10 years ago
Alvaro Herrera 52fe6f4e02 Add 'tap_tests' flag in config_default.pl 10 years ago
Peter Eisentraut 1fa2a6b1d4 Add prerequisite for KOI8-U.TXT 10 years ago
Peter Eisentraut b497abc602 Make some adjustments in variable assignments 10 years ago
Peter Eisentraut 7a4a813c99 Add missing rules related to EUC_JIS_2004 and SHIFT_JIS_2004 encodings 10 years ago
Andres Freund 1986c3c440 Force synchronous_commit=on in test_decoding's concurrent_ddl_dml.spec. 10 years ago
Alvaro Herrera d561f1caec pgbench: accept unambiguous builtin prefixes for -b 10 years ago
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