summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2011-07-03Fix bugs in relpersistence handling during table creation.Robert Haas
2011-06-30Enable CHECK constraints to be declared NOT VALIDAlvaro Herrera
2011-06-29Restore correct btree preprocessing of "indexedcol IS NULL" conditions.Tom Lane
2011-06-29Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut
2011-06-22Update alternative expected file for recent sequence test changes.Tom Lane
2011-06-22Revert "Don't select log_cnt in sequence regression tests."Tom Lane
2011-06-22Don't select log_cnt in sequence regression tests.Robert Haas
2011-06-22Add some regression tests for serial pseudotypes.Robert Haas
2011-06-21Message style and spelling improvementsPeter Eisentraut
2011-06-21Adjust the alternative expected output file for prepared_xacts test case,Heikki Linnakangas
2011-06-21Fix bug in PreCommit_CheckForSerializationFailure. A transaction that hasHeikki Linnakangas
2011-06-20Fix thinko in previous patch for optimizing EXISTS-within-EXISTS.Tom Lane
2011-06-18Capitalization fixesPeter Eisentraut
2011-06-16Use single quotes in preference to double quotes for protecting pathnames.Tom Lane
2011-06-14Fix assorted issues with build and install paths containing spaces.Tom Lane
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-06-08Allow domains over arrays to match ANYARRAY parameters again.Tom Lane
2011-06-07Fix rewriter to cope (more or less) with CTEs in the query being rewritten.Tom Lane
2011-06-06Reset reindex-in-progress state before reverifying an exclusion constraint.Tom Lane
2011-06-03Fix failure to check whether a rowtype's component types are sortable.Tom Lane
2011-06-02Handle domains when checking for recursive inclusion of composite types.Tom Lane
2011-05-30The row-version chaining in Serializable Snapshot Isolation was still wrong.Heikki Linnakangas
2011-05-27Check the return code of pthread_create(). Otherwise we go into an infiniteHeikki Linnakangas
2011-05-24Grammar cleanup for src/test/isolation/READMETom Lane
2011-05-22Use the right pgsql for isolation tests.Andrew Dunstan
2011-05-21In binary-upgrade mode, dump dropped attributes of composite types.Heikki Linnakangas
2011-05-20Message style improvementsPeter Eisentraut
2011-05-18Spell checking and markup refinementPeter Eisentraut
2011-05-16Quote isolationtester command name so Windows will not think dot is the command.Andrew Dunstan
2011-05-15Fix bad macro call noticed by MSVC compiler.Andrew Dunstan
2011-05-09Remove "make check" target in src/test/isolation/Makefile.Tom Lane
2011-05-08Fix some portability issues in isolation regression test driver.Tom Lane
2011-05-05Unbreak the regression tests from my previous commitMagnus Hagander
2011-04-28Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan
2011-04-25Support "make check" in contribPeter Eisentraut
2011-04-25Use terse mode to avoid variable order dependency output in foreign data regr...Andrew Dunstan
2011-04-25Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan
2011-04-25Regression tests for TOAST.Robert Haas
2011-04-23Improve findoidjoins to cover more cases.Tom Lane
2011-04-23Update oidjoins regression test for 9.1 catalog schema additions.Tom Lane
2011-04-23Adjust comments about collate.linux.utf8 regression test.Tom Lane
2011-04-21Allow ALTER TYPE .. ADD ATTRIBUTE .. CASCADE to recurse to descendants.Robert Haas
2011-04-21Allow ALTER TABLE name {OF type | NOT OF}.Robert Haas
2011-04-19Silence compiler warning about casting HANDLE to long on WIN64.Andrew Dunstan
2011-04-18Fix handling of collations in multi-row VALUES constructs.Tom Lane
2011-04-18Only allow typed tables to hang off composite types, not e.g. tables.Robert Haas
2011-04-17Fix assorted infelicities in collation handling in psql's describe.c.Tom Lane
2011-04-17Support a COLLATE clause in plpgsql variable declarations.Tom Lane
2011-04-15Rename pg_regress option --multibyte to --encodingPeter Eisentraut
2011-04-14Fix toast table creation.Robert Haas