summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Allow domains over arrays to match ANYARRAY parameters again.Tom Lane2011-06-082-0/+43
* Fix rewriter to cope (more or less) with CTEs in the query being rewritten.Tom Lane2011-06-072-0/+63
* Reset reindex-in-progress state before reverifying an exclusion constraint.Tom Lane2011-06-052-0/+5
* Fix failure to check whether a rowtype's component types are sortable.Tom Lane2011-06-032-0/+17
* Handle domains when checking for recursive inclusion of composite types.Tom Lane2011-06-022-0/+5
* The row-version chaining in Serializable Snapshot Isolation was still wrong.Heikki Linnakangas2011-05-302-4/+3
* Check the return code of pthread_create(). Otherwise we go into an infiniteHeikki Linnakangas2011-05-271-2/+18
* Grammar cleanup for src/test/isolation/READMETom Lane2011-05-241-4/+4
* Use the right pgsql for isolation tests.Andrew Dunstan2011-05-221-1/+4
* In binary-upgrade mode, dump dropped attributes of composite types.Heikki Linnakangas2011-05-212-0/+13
* Message style improvementsPeter Eisentraut2011-05-211-2/+2
* Spell checking and markup refinementPeter Eisentraut2011-05-192-6/+6
* Quote isolationtester command name so Windows will not think dot is the command.Andrew Dunstan2011-05-151-1/+1
* Fix bad macro call noticed by MSVC compiler.Andrew Dunstan2011-05-151-1/+1
* Remove "make check" target in src/test/isolation/Makefile.Tom Lane2011-05-091-2/+7
* Fix some portability issues in isolation regression test driver.Tom Lane2011-05-084-11/+6
* Unbreak the regression tests from my previous commitMagnus Hagander2011-05-051-1/+1
* Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan2011-04-281-3/+3
* Support "make check" in contribPeter Eisentraut2011-04-251-0/+25
* Use terse mode to avoid variable order dependency output in foreign data regr...Andrew Dunstan2011-04-252-5/+8
* Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan2011-04-251-1/+3
* Regression tests for TOAST.Robert Haas2011-04-256-10/+62
* Improve findoidjoins to cover more cases.Tom Lane2011-04-232-0/+204
* Update oidjoins regression test for 9.1 catalog schema additions.Tom Lane2011-04-232-0/+108
* Adjust comments about collate.linux.utf8 regression test.Tom Lane2011-04-232-2/+4
* Allow ALTER TYPE .. ADD ATTRIBUTE .. CASCADE to recurse to descendants.Robert Haas2011-04-202-0/+19
* Allow ALTER TABLE name {OF type | NOT OF}.Robert Haas2011-04-202-0/+68
* Silence compiler warning about casting HANDLE to long on WIN64.Andrew Dunstan2011-04-191-1/+7
* Fix handling of collations in multi-row VALUES constructs.Tom Lane2011-04-182-0/+11
* Only allow typed tables to hang off composite types, not e.g. tables.Robert Haas2011-04-182-0/+4
* Fix assorted infelicities in collation handling in psql's describe.c.Tom Lane2011-04-172-51/+51
* Support a COLLATE clause in plpgsql variable declarations.Tom Lane2011-04-172-0/+68
* Rename pg_regress option --multibyte to --encodingPeter Eisentraut2011-04-152-10/+4
* Fix toast table creation.Robert Haas2011-04-134-0/+40
* Fix RI_Initial_Check to use a COLLATE clause when needed in its query.Tom Lane2011-04-112-1/+52
* Teach regular expression operators to honor collations.Tom Lane2011-04-102-0/+92
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-104-66/+70
* Remove collate.linux.utf8.sql's assumptions about ".utf8" in locale names.Tom Lane2011-04-092-67/+99
* Adjust collation determination rules as per discussion.Tom Lane2011-04-094-52/+52
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-071-1/+2
* Add casts from int4 and int8 to numeric.Robert Haas2011-04-052-0/+78
* Rearrange "add column" logic to merge columns at exec time.Robert Haas2011-04-032-0/+29
* Support comments on FOREIGN DATA WRAPPER and SERVER objects.Robert Haas2011-04-012-0/+4
* Prevent a rowtype from being included in itself.Tom Lane2011-03-282-0/+21
* Fix collation handling in plpgsql functions.Tom Lane2011-03-252-42/+51
* Fix handling of collation in SQL-language functions.Tom Lane2011-03-242-0/+72
* Clean up handling of COLLATE clauses in index column definitions.Tom Lane2011-03-244-27/+33
* Improve reporting of run-time-detected indeterminate-collation errors.Tom Lane2011-03-222-4/+8
* Throw error for indeterminate collation of an ORDER/GROUP/DISTINCT target.Tom Lane2011-03-224-0/+12
* Reimplement planner's handling of MIN/MAX aggregate optimization (again).Tom Lane2011-03-222-23/+14