summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Fix rewrite code so that rules are in fact executed in order by name,Tom Lane2002-10-192-18/+24
* This patch adds some missing functions for float8 math operations,Bruce Momjian2002-10-192-2/+44
* Make regression tests safe for autocommit = 'off'.Bruce Momjian2002-10-1911-5/+34
* Restore NOTICEs that were mistakenly removed from triggers regressionTom Lane2002-10-032-2/+8
* Alter scale selection for NUMERIC division and transcendental functionsTom Lane2002-10-021-9/+9
* Make the world at least somewhat safe for zero-column tables, andTom Lane2002-09-281-4/+2
* Change default privileges for languages and functions to be PUBLIC USAGETom Lane2002-09-242-0/+2
* Tweak conversion names to follow the established naming scheme, andPeter Eisentraut2002-09-242-68/+68
* Replace pg_attribute.attisinherited with attislocal and attinhcountTom Lane2002-09-224-2/+197
* Bring SIMILAR TO and SUBSTRING into some semblance of conformance withTom Lane2002-09-222-10/+23
* Move most of the error checking for foreign-key constraints out ofTom Lane2002-09-223-5/+4
* Update regression expected results for to_char() change.Tom Lane2002-09-203-26/+26
* Fixed this problem and added regression tests in domain.sql.Bruce Momjian2002-09-202-4/+46
* Department of second thoughts: suppressing implicit casts everywhere inTom Lane2002-09-191-1/+1
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-1813-88/+117
* Remove src/test/regress/sql: plpgsql-nsp-testing.sql per Joe Conway.Bruce Momjian2002-09-171-47/+0
* > Sean Chittenden <sean@chittenden.org> writes:Bruce Momjian2002-09-121-0/+47
* Joe Conway wrote:Bruce Momjian2002-09-122-12/+12
* Changes to documentation and the regression tests for the defaultBruce Momjian2002-09-072-2/+2
* Improve opr_sanity regression test to check oprltcmpop and opgtcmpopTom Lane2002-09-052-55/+79
* Update oidjoins regression test for 7.3 catalogs.Tom Lane2002-09-052-416/+596
* Assorted fixes for Cygwin:Peter Eisentraut2002-09-051-2/+2
* Remove sh -x option that snuck in somehow.Peter Eisentraut2002-09-041-2/+2
* conversion test fails if there is an existing user named foo. Choose a nameTom Lane2002-09-032-6/+6
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-039-38/+12
* Department of second thoughts: make checks for replacing a view slightlyTom Lane2002-09-021-3/+3
* Fix conversion regressin test failure.Tatsuo Ishii2002-09-021-2/+8
* I guess the intention was to test incomplete SELECT statements, notBruce Momjian2002-09-022-5/+16
* Okay, attached is a patch that moves the alter table regression testBruce Momjian2002-09-022-4/+4
* Fix ordering regression problem on freebsd/alpha by adding ORDER BY.Bruce Momjian2002-09-022-2/+2
* CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.Tom Lane2002-09-024-0/+115
* plpgsql functions can return RECORD, per Neil Conway.Tom Lane2002-09-012-0/+88
* Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane2002-08-312-6/+4
* Code review for pg_locks feature. Make shmemoffset of PROCLOCK structsTom Lane2002-08-311-1/+1
* Fix for breakage of C-coded SRFs, from Joe Conway.Tom Lane2002-08-302-0/+14
* Add attisinherited column to pg_attribute; use it to guard againstTom Lane2002-08-302-0/+64
* PL/pgSQL functions can return sets. Neil Conway's patch, modified soTom Lane2002-08-302-2/+119
* update mbregress expected filesTatsuo Ishii2002-08-298-57/+57
* Fix ruleutils to dump column definition lists for anonymous record typesTom Lane2002-08-291-2/+2
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-292-0/+56
* The following small patch provides a couple of minor updates (againstBruce Momjian2002-08-282-6/+48
* Throw error on pg_atoi(''), regression adjustments.Bruce Momjian2002-08-273-3/+3
* Make change for pg_locks table.Bruce Momjian2002-08-271-3/+2
* PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzingTom Lane2002-08-274-2/+155
* I attach a little patch to make CLUSTER set and reset the indisclusteredBruce Momjian2002-08-272-0/+18
* Modify array operations to include array's element type OID in theTom Lane2002-08-262-2/+2
* The cstring datatype can now be copied, passed around, etc. The typlenTom Lane2002-08-242-2/+2
* Further cleanup around the edges of OPAQUE/pseudotype changes. CorrectTom Lane2002-08-232-0/+24
* Transpose info from src/pl/plpgsql/test/README into standard regression test ...Tom Lane2002-08-222-0/+39
* Code review for recent TRUNCATE changes. Tighten relation-kind check,Tom Lane2002-08-221-1/+1