Commit Graph

39772 Commits (c110678a47aac87c661785a70061e160cd17713d)
 

Author SHA1 Message Date
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
Andres Freund ea56b06cf7 Fix wrong keysize in PrivateRefCountHash creation. 10 years ago
Tom Lane 64a169d131 Docs: make prose discussion match the ordering of Table 9-58. 10 years ago
Tom Lane c7a1c5a6b6 Cosmetic improvements in new config_info code. 10 years ago
Andrew Dunstan 94c745eb18 Fix two-argument jsonb_object when called with empty arrays 10 years ago
Robert Haas 88aca5662d Fix incorrect decision about which lock to take. 10 years ago
Robert Haas d91a4a6c85 Cosmetic improvements to group locking. 10 years ago
Robert Haas dd077ef832 postgres_fdw: Avoid sharing list substructure. 10 years ago
Tatsuo Ishii 902fd1f4e2 Fix wording in the Tutorial document. 10 years ago
Dean Rasheed 740d71842b Further fixing to make pg_size_bytes() portable. 10 years ago
Dean Rasheed ad7cc1c554 Fix pg_size_bytes() to be more portable. 10 years ago
Dean Rasheed 53874c5228 Add pg_size_bytes() to parse human-readable size strings. 10 years ago
Peter Eisentraut 091b6055e3 doc: Improve CSS style of option element 10 years ago
Noah Misch 5882ca6686 Call xlc __isync() after, not before, associated compare-and-swap. 10 years ago
Simon Riggs 481725c0ba Correct StartupSUBTRANS for page wraparound 10 years ago
Peter Eisentraut a914a04142 pg_dump: Fix inconsistent sscanf() conversions 10 years ago
Tom Lane 19a541143a Add an explicit representation of the output targetlist to Paths. 10 years ago
Bruce Momjian 3386f34cdc pg_upgrade: suppress creation of delete script 10 years ago
Tom Lane 48e6c943e5 Fix multiple bugs in contrib/pgstattuple's pgstatindex() function. 10 years ago
Peter Eisentraut 18777c38e9 Improve error message about active replication slot 10 years ago
Joe Conway fc8a81e3e7 Revert inadvertant change in pg_config behavior 10 years ago
Joe Conway a5c43b8869 Add new system view, pg_config 10 years ago
Robert Haas f1f5ec1efa Reuse abbreviated keys in ordered [set] aggregates. 10 years ago
Tom Lane 66f503868b Make plpython cope with funny characters in function names. 10 years ago
Tom Lane a65313f28b Improve documentation about CREATE INDEX CONCURRENTLY. 10 years ago
Bruce Momjian ab0757c1f1 release notes: fix 9.5 SGML comment about commit 10 years ago
Michael Meskes 868898739a Changed expected result to list IPv6 local interface too. 10 years ago
Michael Meskes fc1ae7d2eb Change ecpg lexer to accept comments with line breaks in CPP lines. 10 years ago
Tatsuo Ishii bdc309c7dc Improve wording in the planner doc 10 years ago
Fujii Masao 597f7e3a6e Correct the formulas for System V IPC parameters SEMMNI and SEMMNS in docs. 10 years ago