summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2011-02-08Extend ALTER TABLE to allow Foreign Keys to be added without initial validation.Simon Riggs
2011-02-07Implement genuine serializable isolation level.Heikki Linnakangas
2011-02-06Tighten ALTER FOREIGN TABLE .. SET DATA TYPE checks.Robert Haas
2011-01-31Enable building with the Mingw64 compiler.Andrew Dunstan
2011-01-27Restore ALTER TABLE .. ADD COLUMN w/DEFAULT restriction.Robert Haas
2011-01-26Remove arbitrary ALTER TABLE .. ADD COLUMN restriction.Robert Haas
2011-01-25Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX.Tom Lane
2011-01-24sepgsql, an SE-Linux integration for PostgreSQLRobert Haas
2011-01-23Code cleanup for assign_transaction_read_only.Robert Haas
2011-01-21Make ALTER TABLE revalidate uniqueness and exclusion constraints.Robert Haas
2011-01-13Don't run regression tests in SQL_ASCII encoding by defaultPeter Eisentraut
2011-01-12Unbreak regression tests, apparently broken by commit 4c8e20fAndrew Dunstan
2011-01-08Fix GIN to support null keys, empty and null items, and full index scans.Tom Lane
2011-01-07New system view pg_stat_replication displays activity of wal sender processes.Itagaki Takahiro
2011-01-06Update sequence_1.out for recent changes in sequence regression test.Tom Lane
2011-01-03Add views and functions to monitor hot standby query conflictsMagnus Hagander
2011-01-02Implement remaining fields of information_schema.sequences viewPeter Eisentraut
2011-01-02Basic foreign table support.Robert Haas
2011-01-01Allow casting a table's row type to the table's supertype if it's a typed tablePeter Eisentraut