aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* Update sequence_1.out for recent changes in sequence regression test.Tom Lane2011-01-06
* Add views and functions to monitor hot standby query conflictsMagnus Hagander2011-01-03
* Implement remaining fields of information_schema.sequences viewPeter Eisentraut2011-01-02
* Basic foreign table support.Robert Haas2011-01-01
* Allow casting a table's row type to the table's supertype if it's a typed tablePeter Eisentraut2011-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Add REPLICATION privilege for ROLEsMagnus Hagander2010-12-29
* Make output width consistent for all ways of invoking a regression testPeter Eisentraut2010-12-04
* KNNGIST, otherwise known as order-by-operator support for GIST.Tom Lane2010-12-03
* Prevent inlining a SQL function with multiple OUT parameters.Tom Lane2010-12-01
* Add more ALTER <object> .. SET SCHEMA commands.Robert Haas2010-11-26
* Create the system catalog infrastructure needed for KNNGIST.Tom Lane2010-11-24
* Propagate ALTER TYPE operations to typed tablesPeter Eisentraut2010-11-23
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Put back accidentally-deleted quote_literal() regression tests.Robert Haas2010-11-21
* Add new SQL function, format(text).Robert Haas2010-11-20
* Assorted further cleanup for integer-conversion patch.Tom Lane2010-11-20
* Expose quote_literal_cstr() from core.Robert Haas2010-11-20
* Update int8-exp-three-digits.out to match new contents of int8.out.Robert Haas2010-11-20
* Attempt to fix breakage caused by signed integer conversion patch.Robert Haas2010-11-20
* Speed up conversion of signed integers to C strings.Robert Haas2010-11-19
* Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally.Tom Lane2010-11-17
* Require VALUE keyword when extending an enum type. Based on a patch from Alva...Andrew Dunstan2010-11-16
* Add new buffers_backend_fsync field to pg_stat_bgwriter.Robert Haas2010-11-15
* Remove outdated comments from the regression test files.Robert Haas2010-11-15
* Improved parallel make supportPeter Eisentraut2010-11-12
* Prevent invoking I/O conversion casts via functional/attribute notation.Tom Lane2010-11-07
* Make get_stack_depth_rlimit() handle RLIM_INFINITY more sanely.Tom Lane2010-11-06
* Reimplement planner's handling of MIN/MAX aggregate optimization.Tom Lane2010-11-04
* Reduce recursion depth in recently-added regression test.Tom Lane2010-11-03
* Fix plpgsql's handling of "simple" expression evaluation.Tom Lane2010-10-28
* Fix dumb typo in SECURITY LABEL error message.Robert Haas2010-10-26
* Add missing newlines at end of filesPeter Eisentraut2010-10-26
* Allow new values to be added to an existing enum type.Tom Lane2010-10-24
* Improve handling of domains over arrays.Tom Lane2010-10-21
* Fix incorrect generation of whole-row variables in planner.Tom Lane2010-10-19
* Unbreak comments on composite type attributes.Robert Haas2010-10-19
* Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements.Tom Lane2010-10-15
* Support MergeAppend plans, to allow sorted output from append relations.Tom Lane2010-10-14
* Support triggers on views.Tom Lane2010-10-10
* Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER.Tom Lane2010-10-08
* Fix PlaceHolderVar mechanism's interaction with outer joins.Tom Lane2010-09-28
* Add a SECURITY LABEL command.Robert Haas2010-09-27
* Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTEPeter Eisentraut2010-09-26
* Fix another join removal bug: the check on PlaceHolderVars was wrong.Tom Lane2010-09-25
* Re-allow input of Julian dates prior to 0001-01-01 AD.Tom Lane2010-09-22