aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix assorted issues with build and install paths containing spaces.Tom Lane2011-06-14
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Allow domains over arrays to match ANYARRAY parameters again.Tom Lane2011-06-08
* Fix rewriter to cope (more or less) with CTEs in the query being rewritten.Tom Lane2011-06-07
* Reset reindex-in-progress state before reverifying an exclusion constraint.Tom Lane2011-06-05
* Fix failure to check whether a rowtype's component types are sortable.Tom Lane2011-06-03
* Handle domains when checking for recursive inclusion of composite types.Tom Lane2011-06-02
* The row-version chaining in Serializable Snapshot Isolation was still wrong.Heikki Linnakangas2011-05-30
* Check the return code of pthread_create(). Otherwise we go into an infiniteHeikki Linnakangas2011-05-27
* Grammar cleanup for src/test/isolation/READMETom Lane2011-05-24
* Use the right pgsql for isolation tests.Andrew Dunstan2011-05-22
* In binary-upgrade mode, dump dropped attributes of composite types.Heikki Linnakangas2011-05-21
* Message style improvementsPeter Eisentraut2011-05-21
* Spell checking and markup refinementPeter Eisentraut2011-05-19
* Quote isolationtester command name so Windows will not think dot is the command.Andrew Dunstan2011-05-15
* Fix bad macro call noticed by MSVC compiler.Andrew Dunstan2011-05-15
* Remove "make check" target in src/test/isolation/Makefile.Tom Lane2011-05-09
* Fix some portability issues in isolation regression test driver.Tom Lane2011-05-08
* Unbreak the regression tests from my previous commitMagnus Hagander2011-05-05
* Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan2011-04-28
* Support "make check" in contribPeter Eisentraut2011-04-25
* Use terse mode to avoid variable order dependency output in foreign data regr...Andrew Dunstan2011-04-25
* Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan2011-04-25
* Regression tests for TOAST.Robert Haas2011-04-25
* Improve findoidjoins to cover more cases.Tom Lane2011-04-23
* Update oidjoins regression test for 9.1 catalog schema additions.Tom Lane2011-04-23
* Adjust comments about collate.linux.utf8 regression test.Tom Lane2011-04-23
* Allow ALTER TYPE .. ADD ATTRIBUTE .. CASCADE to recurse to descendants.Robert Haas2011-04-20
* Allow ALTER TABLE name {OF type | NOT OF}.Robert Haas2011-04-20
* Silence compiler warning about casting HANDLE to long on WIN64.Andrew Dunstan2011-04-19
* Fix handling of collations in multi-row VALUES constructs.Tom Lane2011-04-18
* Only allow typed tables to hang off composite types, not e.g. tables.Robert Haas2011-04-18
* Fix assorted infelicities in collation handling in psql's describe.c.Tom Lane2011-04-17
* Support a COLLATE clause in plpgsql variable declarations.Tom Lane2011-04-17
* Rename pg_regress option --multibyte to --encodingPeter Eisentraut2011-04-15
* Fix toast table creation.Robert Haas2011-04-13
* Fix RI_Initial_Check to use a COLLATE clause when needed in its query.Tom Lane2011-04-11
* Teach regular expression operators to honor collations.Tom Lane2011-04-10
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Remove collate.linux.utf8.sql's assumptions about ".utf8" in locale names.Tom Lane2011-04-09
* Adjust collation determination rules as per discussion.Tom Lane2011-04-09
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-07
* Add casts from int4 and int8 to numeric.Robert Haas2011-04-05
* Rearrange "add column" logic to merge columns at exec time.Robert Haas2011-04-03
* Support comments on FOREIGN DATA WRAPPER and SERVER objects.Robert Haas2011-04-01
* Prevent a rowtype from being included in itself.Tom Lane2011-03-28
* Fix collation handling in plpgsql functions.Tom Lane2011-03-25
* Fix handling of collation in SQL-language functions.Tom Lane2011-03-24
* Clean up handling of COLLATE clauses in index column definitions.Tom Lane2011-03-24
* Improve reporting of run-time-detected indeterminate-collation errors.Tom Lane2011-03-22