summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Improved parallel make supportPeter Eisentraut2010-11-121-9/+7
* Prevent invoking I/O conversion casts via functional/attribute notation.Tom Lane2010-11-072-0/+61
* Make get_stack_depth_rlimit() handle RLIM_INFINITY more sanely.Tom Lane2010-11-062-2/+2
* Reimplement planner's handling of MIN/MAX aggregate optimization.Tom Lane2010-11-042-8/+282
* Reduce recursion depth in recently-added regression test.Tom Lane2010-11-032-7/+7
* Fix plpgsql's handling of "simple" expression evaluation.Tom Lane2010-10-282-0/+89
* Fix dumb typo in SECURITY LABEL error message.Robert Haas2010-10-261-3/+3
* Add missing newlines at end of filesPeter Eisentraut2010-10-261-1/+1
* Allow new values to be added to an existing enum type.Tom Lane2010-10-242-2/+237
* Improve handling of domains over arrays.Tom Lane2010-10-212-0/+172
* Fix incorrect generation of whole-row variables in planner.Tom Lane2010-10-192-0/+78
* Unbreak comments on composite type attributes.Robert Haas2010-10-192-0/+7
* Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements.Tom Lane2010-10-152-0/+171
* Support MergeAppend plans, to allow sorted output from append relations.Tom Lane2010-10-142-0/+128
* Support triggers on views.Tom Lane2010-10-102-0/+982
* Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER.Tom Lane2010-10-081-3/+3
* Fix PlaceHolderVar mechanism's interaction with outer joins.Tom Lane2010-09-282-0/+85
* Add a SECURITY LABEL command.Robert Haas2010-09-279-8/+195
* Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTEPeter Eisentraut2010-09-262-1/+143
* Fix another join removal bug: the check on PlaceHolderVars was wrong.Tom Lane2010-09-252-0/+36
* Re-allow input of Julian dates prior to 0001-01-01 AD.Tom Lane2010-09-222-0/+16
* Fix inconsistent capitalization of "PL/pgSQL".Robert Haas2010-09-222-2/+2
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-223-0/+22
* Remove cvs keywords from all files.Magnus Hagander2010-09-2026-26/+26
* Fix join-removal logic for pseudoconstant and outerjoin-delayed quals.Tom Lane2010-09-142-0/+54
* Install a data-type-based solution for protecting pg_get_expr().REL9_1_ALPHA1Tom Lane2010-09-034-16/+23
* Improve wording for privilege description on certain failure messages; theAlvaro Herrera2010-08-262-8/+8
* Add string functions: concat(), concat_ws(), left(), right(), and reverse().Itagaki Takahiro2010-08-242-0/+80
* Adjust regression tests for previous commit, that I forgotMagnus Hagander2010-08-211-3/+3
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-1937-41/+3
* Add xml_is_well_formed, xml_is_well_formed_document, xml_is_well_formed_contentTom Lane2010-08-133-0/+167
* Add three-parameter forms of array_to_string and string_to_array, to allowTom Lane2010-08-102-4/+96
* Fix incorrect logic in plpgsql for cleanup after evaluation of non-simpleTom Lane2010-08-092-0/+83
* Modify the handling of RAISE without parameters so that the error it throwsTom Lane2010-08-092-1/+55
* Add an xpath_exists() function. This is equivalent to XMLEXISTS except thatTom Lane2010-08-083-4/+108
* Add stats functions and views to provide access to a transaction's ownTom Lane2010-08-081-54/+58
* Recognize functional dependency on primary keys. This allows a table'sTom Lane2010-08-074-3/+455
* Remove the single-argument form of string_agg(). It added nothing much inTom Lane2010-08-054-24/+62
* Add xmlexists functionPeter Eisentraut2010-08-053-0/+137
* Remove ancient PL/pgsql line numbering hack.Robert Haas2010-08-024-30/+30
* Make psql distinguish between unique indices and unique constraints.Robert Haas2010-08-011-1/+1
* Add explicit regression tests for ALTER TABLE lock levels.Simon Riggs2010-07-292-0/+198
* Fix potential failure when hashing the output of a subplan that producesTom Lane2010-07-282-0/+15
* CREATE TABLE IF NOT EXISTS.Robert Haas2010-07-254-2/+12
* Add more checks against altering typed tablesPeter Eisentraut2010-07-232-0/+13
* Allow ORDER BY/GROUP BY/etc items to match targetlist items regardless ofTom Lane2010-07-182-0/+27
* Make NestLoop plan nodes pass outer-relation variables into their innerTom Lane2010-07-122-6/+6
* Fix variant float8 expected files to have exactly the expected spacing.Tom Lane2010-07-082-4/+4
* Fix "cannot handle unplanned sub-select" error that can occur when aTom Lane2010-07-082-0/+26
* pgindent run for 9.0, second runBruce Momjian2010-07-061-2/+2