aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* Throw error for indeterminate collation of an ORDER/GROUP/DISTINCT target.Tom Lane2011-03-22
* Reimplement planner's handling of MIN/MAX aggregate optimization (again).Tom Lane2011-03-22
* Add some platform-independent tests for the collation feature.Tom Lane2011-03-20
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-19
* Use correct PATH separator for Cygwin in pg_regress.c.Andrew Dunstan2011-03-17
* Adjust regression test to avoid platform-dependent failure.Tom Lane2011-03-14
* Use "backend process" rather than "backend server", where appropriate.Bruce Momjian2011-03-12
* Add test case for collation mismatch in recursive queryPeter Eisentraut2011-03-12
* Split CollateClause into separate raw and analyzed node types.Tom Lane2011-03-11
* Create an explicit concept of collations that work for any encoding.Tom Lane2011-03-11
* Fix bugs in the isolation tester flex rules.Heikki Linnakangas2011-03-10
* Cleanup copyright years and file names in the header comments of some files.Itagaki Takahiro2011-03-10
* Fix some oversights in distprep and maintainer-clean targets.Tom Lane2011-03-10
* Remove collation information from TypeName, where it does not belong.Tom Lane2011-03-09
* Efficient transaction-controlled synchronous replication.Simon Riggs2011-03-06
* Create extension infrastructure for the core procedural languages.Tom Lane2011-03-04
* Don't allow CREATE TABLE AS to create a column with invalid collationPeter Eisentraut2011-03-04
* Allow non-superusers to create (some) extensions.Tom Lane2011-03-04
* When creating a collation, check that the locales can be loadedPeter Eisentraut2011-03-04
* Further refine patch for commenting operator implementation functions.Tom Lane2011-03-03
* Mark operator implementation functions as such in their comments.Tom Lane2011-03-03
* Rename pg_stat_replication.apply_location to replay_location.Robert Haas2011-02-28
* Refactor the executor's API to support data-modifying CTEs better.Tom Lane2011-02-27
* Fix order of shutdown processing when CTEs contain inter-references.Tom Lane2011-02-25
* Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane2011-02-25
* Add ENCODING option to COPY TO/FROM and file_fdw.Itagaki Takahiro2011-02-21
* Implement an API to let foreign-data wrappers actually be functional.Tom Lane2011-02-20