aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* Create the catalog infrastructure for foreign-data-wrapper handlers.Tom Lane2011-02-19
* Add transaction-level advisory locks.Itagaki Takahiro2011-02-18
* Add client_hostname field to pg_stat_activity.Robert Haas2011-02-17
* Add FOREACH IN ARRAY looping to plpgsql.Tom Lane2011-02-16
* Allow make check in PL directoriesPeter Eisentraut2011-02-15
* Rearrange extension-related views as per recent discussion.Tom Lane2011-02-14
* DDL support for collationsPeter Eisentraut2011-02-12
* Fix isolation tester Makefile so that it runs in a VPATH buildAlvaro Herrera2011-02-10
* Fix the isolation tester compilation on VPATH buildsAlvaro Herrera2011-02-10
* Send status updates back from standby server to master, indicating how farHeikki Linnakangas2011-02-10
* Track last time for statistics reset on databases and bgwriterMagnus Hagander2011-02-10
* Fix merge conflict.Tom Lane2011-02-08
* Core support for "extensions", which are packages of SQL objects.Tom Lane2011-02-08
* Per-column collation supportPeter Eisentraut2011-02-08
* Extend ALTER TABLE to allow Foreign Keys to be added without initial validation.Simon Riggs2011-02-08
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-08
* Tighten ALTER FOREIGN TABLE .. SET DATA TYPE checks.Robert Haas2011-02-06
* Enable building with the Mingw64 compiler.Andrew Dunstan2011-01-30
* Restore ALTER TABLE .. ADD COLUMN w/DEFAULT restriction.Robert Haas2011-01-27
* Remove arbitrary ALTER TABLE .. ADD COLUMN restriction.Robert Haas2011-01-26
* Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX.Tom Lane2011-01-25
* sepgsql, an SE-Linux integration for PostgreSQLRobert Haas2011-01-23
* Code cleanup for assign_transaction_read_only.Robert Haas2011-01-22
* Make ALTER TABLE revalidate uniqueness and exclusion constraints.Robert Haas2011-01-20
* Don't run regression tests in SQL_ASCII encoding by defaultPeter Eisentraut2011-01-13
* Unbreak regression tests, apparently broken by commit 4c8e20fAndrew Dunstan2011-01-11
* Fix GIN to support null keys, empty and null items, and full index scans.Tom Lane2011-01-07
* New system view pg_stat_replication displays activity of wal sender processes.Itagaki Takahiro2011-01-07