summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-29Add REPLICATION privilege for ROLEsMagnus Hagander
2010-12-04Make output width consistent for all ways of invoking a regression testPeter Eisentraut
2010-12-04KNNGIST, otherwise known as order-by-operator support for GIST.Tom Lane
2010-12-01Prevent inlining a SQL function with multiple OUT parameters.Tom Lane
2010-11-26Add more ALTER <object> .. SET SCHEMA commands.Robert Haas
2010-11-24Create the system catalog infrastructure needed for KNNGIST.Tom Lane
2010-11-23Propagate ALTER TYPE operations to typed tablesPeter Eisentraut
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-11-22Put back accidentally-deleted quote_literal() regression tests.Robert Haas
2010-11-21Add new SQL function, format(text).Robert Haas
2010-11-20Assorted further cleanup for integer-conversion patch.Tom Lane
2010-11-20Expose quote_literal_cstr() from core.Robert Haas
2010-11-20Update int8-exp-three-digits.out to match new contents of int8.out.Robert Haas
2010-11-20Attempt to fix breakage caused by signed integer conversion patch.Robert Haas
2010-11-20Speed up conversion of signed integers to C strings.Robert Haas
2010-11-17Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally.Tom Lane
2010-11-17Require VALUE keyword when extending an enum type. Based on a patch from Alva...Andrew Dunstan
2010-11-15Add new buffers_backend_fsync field to pg_stat_bgwriter.Robert Haas
2010-11-15Remove outdated comments from the regression test files.Robert Haas
2010-11-12Improved parallel make supportPeter Eisentraut
2010-11-07Prevent invoking I/O conversion casts via functional/attribute notation.Tom Lane
2010-11-06Make get_stack_depth_rlimit() handle RLIM_INFINITY more sanely.Tom Lane
2010-11-04Reimplement planner's handling of MIN/MAX aggregate optimization.Tom Lane
2010-11-03Reduce recursion depth in recently-added regression test.Tom Lane
2010-10-28Fix plpgsql's handling of "simple" expression evaluation.Tom Lane
2010-10-26Fix dumb typo in SECURITY LABEL error message.Robert Haas
2010-10-26Add missing newlines at end of filesPeter Eisentraut
2010-10-25Allow new values to be added to an existing enum type.Tom Lane
2010-10-21Improve handling of domains over arrays.Tom Lane