summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-0912-24/+279
* Prevent duplicate attribute names in XMLELEMENT.Peter Eisentraut2007-01-083-1/+6
* Some fine-tuning of xmlpi in corner cases:Peter Eisentraut2007-01-073-0/+24
* Replace xmlroot with a properly functioning version that parses the value,Peter Eisentraut2007-01-063-3/+38
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-056-12/+12
* Call setrlimit if possible in pg_regress to allow core file generation, and p...Andrew Dunstan2007-01-051-1/+34
* Update expected result for new inet error message wording.Bruce Momjian2007-01-021-4/+4
* Add a regression test for ALTER SET TABLESPACE; this is a whole separateTom Lane2007-01-022-0/+26
* Add n_live_tuples and n_dead_tuples to pg_stat_all_tables.Bruce Momjian2007-01-021-3/+3
* Fix float4/8 to handle Infinity and Nan consistently, e.g. Infinity is aBruce Momjian2007-01-027-38/+62
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-307-0/+129
* Handle content and document options in xmlparse() correctly.Peter Eisentraut2006-12-283-2/+38
* Code review for XML patch. Instill a bit of sanity in the location ofTom Lane2006-12-242-2/+2
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-236-654/+735
* Fix expected file.Peter Eisentraut2006-12-211-0/+5
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-219-29/+332
* Set pg_am.amstrategies to zero for index AMs that don't have fixedTom Lane2006-12-182-8/+6
* Add a txn_start column to pg_stat_activity. This makes it easier toNeil Conway2006-12-061-1/+1
* Change pg_stat_all_tables and sister views to put the recently-addedTom Lane2006-11-241-3/+3
* Fix up some problems in handling of zic-style time zone names in datetimeTom Lane2006-10-175-46/+44
* Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch.Tom Lane2006-10-131-3/+3
* Repair incorrect check for coercion of unknown literal to ANYARRAY, a bugTom Lane2006-10-111-3/+3
* Message style improvementsPeter Eisentraut2006-10-063-3/+3
* pgindent run for 8.2.Bruce Momjian2006-10-041-144/+149
* Improve numeric overflow error message.Bruce Momjian2006-10-031-2/+2
* Allow assignment to array elements not contiguous with those alreadyTom Lane2006-09-292-0/+146
* Cause pg_regress to invoke the temporary postmaster as 'postgres' notTom Lane2006-09-241-8/+10
* Fix shared library creation to work properly on AIX. Albe LaurenzTom Lane2006-09-191-4/+6
* Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,Tom Lane2006-09-161-2/+3
* Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane2006-09-1016-99/+103
* Add interval division/multiplication regression tests.Bruce Momjian2006-09-062-0/+101
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-053-29/+15
* Fix interval input parser so that fractional weeks and months areTom Lane2006-09-042-0/+14
* Code review for UPDATE SET (columnlist) patch. Make it handle as muchTom Lane2006-09-032-30/+75
* Properly round months into days and into seconds for intervalBruce Momjian2006-09-031-1/+1
* Apply a simple solution to the problem of making INSERT/UPDATE/DELETETom Lane2006-09-022-2/+210
* Extend COPY to support COPY (SELECT ...) TO ...Tom Lane2006-08-304-3/+212
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-252-0/+90
* Fix all known problems with pg_dump's handling of serial sequencesTom Lane2006-08-215-5/+20
* Add a 'waiting' column to pg_stat_activity to carry the same informationTom Lane2006-08-191-1/+1
* Support INSERT/UPDATE/DELETE RETURNING in plpgsql, with rowcount checkingTom Lane2006-08-142-0/+256
* If test postmaster fails to start within 60 seconds, try to kill -9 itTom Lane2006-08-131-3/+19
* Extend 'guc' regression test to check manipulations of datestyle asTom Lane2006-08-132-12/+347
* Original coding of 'returning' regression test inadvertently chose aTom Lane2006-08-132-10/+10
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-124-3/+286
* Tweak sanity_check regression test to display more tables (viz, thoseTom Lane2006-08-062-72/+142
* Add some basic tests of GUC behavior.Tom Lane2006-08-044-4/+222
* Remove use of a regex character class in resultmap (for freebsd versionTom Lane2006-08-031-1/+1
* A few regression tests for VALUES, from Gavin Sherry.Tom Lane2006-08-036-0/+136
* Remove extra argument to printf().Bruce Momjian2006-08-011-2/+2