summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2011-04-12Fix RI_Initial_Check to use a COLLATE clause when needed in its query.Tom Lane
2011-04-10Teach regular expression operators to honor collations.Tom Lane
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-04-09Remove collate.linux.utf8.sql's assumptions about ".utf8" in locale names.Tom Lane
2011-04-09Adjust collation determination rules as per discussion.Tom Lane
2011-04-07Revise the API for GUC variable assign hooks.Tom Lane
2011-04-05Add casts from int4 and int8 to numeric.Robert Haas
2011-04-04Rearrange "add column" logic to merge columns at exec time.Robert Haas
2011-04-01Support comments on FOREIGN DATA WRAPPER and SERVER objects.Robert Haas
2011-03-28Prevent a rowtype from being included in itself.Tom Lane
2011-03-25Fix collation handling in plpgsql functions.Tom Lane
2011-03-25Fix handling of collation in SQL-language functions.Tom Lane
2011-03-24Clean up handling of COLLATE clauses in index column definitions.Tom Lane
2011-03-22Improve reporting of run-time-detected indeterminate-collation errors.Tom Lane
2011-03-22Throw error for indeterminate collation of an ORDER/GROUP/DISTINCT target.Tom Lane
2011-03-22Reimplement planner's handling of MIN/MAX aggregate optimization (again).Tom Lane
2011-03-20Add some platform-independent tests for the collation feature.Tom Lane
2011-03-20Revise collation derivation method and expression-tree representation.Tom Lane
2011-03-17Use correct PATH separator for Cygwin in pg_regress.c.Andrew Dunstan
2011-03-14Adjust regression test to avoid platform-dependent failure.Tom Lane
2011-03-12Use "backend process" rather than "backend server", where appropriate.Bruce Momjian
2011-03-12Add test case for collation mismatch in recursive queryPeter Eisentraut
2011-03-11Split CollateClause into separate raw and analyzed node types.Tom Lane
2011-03-11Create an explicit concept of collations that work for any encoding.Tom Lane
2011-03-10Fix bugs in the isolation tester flex rules.Heikki Linnakangas
2011-03-10Cleanup copyright years and file names in the header comments of some files.Itagaki Takahiro
2011-03-10Fix some oversights in distprep and maintainer-clean targets.Tom Lane