summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2011-03-10Remove collation information from TypeName, where it does not belong.Tom Lane
2011-03-06Efficient transaction-controlled synchronous replication.Simon Riggs
2011-03-05Create extension infrastructure for the core procedural languages.Tom Lane
2011-03-04Don't allow CREATE TABLE AS to create a column with invalid collationPeter Eisentraut
2011-03-04Allow non-superusers to create (some) extensions.Tom Lane
2011-03-04When creating a collation, check that the locales can be loadedPeter Eisentraut
2011-03-03Further refine patch for commenting operator implementation functions.Tom Lane
2011-03-03Mark operator implementation functions as such in their comments.Tom Lane
2011-02-28Rename pg_stat_replication.apply_location to replay_location.Robert Haas
2011-02-27Refactor the executor's API to support data-modifying CTEs better.Tom Lane
2011-02-26Fix order of shutdown processing when CTEs contain inter-references.Tom Lane
2011-02-25Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane
2011-02-21Add ENCODING option to COPY TO/FROM and file_fdw.Itagaki Takahiro
2011-02-20Implement an API to let foreign-data wrappers actually be functional.Tom Lane
2011-02-19Create the catalog infrastructure for foreign-data-wrapper handlers.Tom Lane
2011-02-18Add transaction-level advisory locks.Itagaki Takahiro
2011-02-17Add client_hostname field to pg_stat_activity.Robert Haas
2011-02-16Add FOREACH IN ARRAY looping to plpgsql.Tom Lane
2011-02-15Allow make check in PL directoriesPeter Eisentraut
2011-02-15Rearrange extension-related views as per recent discussion.Tom Lane
2011-02-12DDL support for collationsPeter Eisentraut
2011-02-10Fix isolation tester Makefile so that it runs in a VPATH buildAlvaro Herrera
2011-02-10Fix the isolation tester compilation on VPATH buildsAlvaro Herrera
2011-02-10Send status updates back from standby server to master, indicating how farHeikki Linnakangas
2011-02-10Track last time for statistics reset on databases and bgwriterMagnus Hagander
2011-02-08Fix merge conflict.Tom Lane
2011-02-08Core support for "extensions", which are packages of SQL objects.Tom Lane
2011-02-08Per-column collation supportPeter Eisentraut