aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Remove encoding lookups from grammar stage, push them back to placesTom Lane2002-11-02
* Reduce messages associated with shell-type function arguments/resultsTom Lane2002-11-01
* Update to match expected results on OS X 10.2.Tom Lane2002-11-01
* Correct ordering of geometry/freebsd entries, add one for freebsd5.Tom Lane2002-11-01
* Update for test changes.Tom Lane2002-11-01
* Add additional ORDER BY to join regression test, per Tatsuo.Bruce Momjian2002-10-30
* Remove /src/utils. Is final cleanup of getopt.c resurection.Bruce Momjian2002-10-30
* Update regression for FreeBSD 4.7, for Larry RosenmanBruce Momjian2002-10-29
* Add ORDER BY to join regression test.Bruce Momjian2002-10-28
* create_index test must run after create_misc test.Tom Lane2002-10-22
* Update for test changes.Peter Eisentraut2002-10-22
* Fix ALTER TABLE ... ADD COLUMN for inheritance cases.Bruce Momjian2002-10-21
* Fix rewrite code so that rules are in fact executed in order by name,Tom Lane2002-10-19
* This patch adds some missing functions for float8 math operations,Bruce Momjian2002-10-19
* Make regression tests safe for autocommit = 'off'.Bruce Momjian2002-10-19
* Restore NOTICEs that were mistakenly removed from triggers regressionTom Lane2002-10-03
* Alter scale selection for NUMERIC division and transcendental functionsTom Lane2002-10-02
* Make the world at least somewhat safe for zero-column tables, andTom Lane2002-09-28
* Change default privileges for languages and functions to be PUBLIC USAGETom Lane2002-09-24
* Tweak conversion names to follow the established naming scheme, andPeter Eisentraut2002-09-24
* Replace pg_attribute.attisinherited with attislocal and attinhcountTom Lane2002-09-22
* Bring SIMILAR TO and SUBSTRING into some semblance of conformance withTom Lane2002-09-22
* Move most of the error checking for foreign-key constraints out ofTom Lane2002-09-22
* Update regression expected results for to_char() change.Tom Lane2002-09-20
* Fixed this problem and added regression tests in domain.sql.Bruce Momjian2002-09-20
* Department of second thoughts: suppressing implicit casts everywhere inTom Lane2002-09-19
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-18
* Remove src/test/regress/sql: plpgsql-nsp-testing.sql per Joe Conway.Bruce Momjian2002-09-17
* > Sean Chittenden <sean@chittenden.org> writes:Bruce Momjian2002-09-12
* Joe Conway wrote:Bruce Momjian2002-09-12
* Changes to documentation and the regression tests for the defaultBruce Momjian2002-09-07
* Improve opr_sanity regression test to check oprltcmpop and opgtcmpopTom Lane2002-09-05
* Update oidjoins regression test for 7.3 catalogs.Tom Lane2002-09-05
* Assorted fixes for Cygwin:Peter Eisentraut2002-09-05
* Remove sh -x option that snuck in somehow.Peter Eisentraut2002-09-04
* conversion test fails if there is an existing user named foo. Choose a nameTom Lane2002-09-03
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-03
* Department of second thoughts: make checks for replacing a view slightlyTom Lane2002-09-02
* Fix conversion regressin test failure.Tatsuo Ishii2002-09-02
* I guess the intention was to test incomplete SELECT statements, notBruce Momjian2002-09-02
* Okay, attached is a patch that moves the alter table regression testBruce Momjian2002-09-02
* Fix ordering regression problem on freebsd/alpha by adding ORDER BY.Bruce Momjian2002-09-02
* CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.Tom Lane2002-09-02
* plpgsql functions can return RECORD, per Neil Conway.Tom Lane2002-09-01
* Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane2002-08-31
* Code review for pg_locks feature. Make shmemoffset of PROCLOCK structsTom Lane2002-08-31
* Fix for breakage of C-coded SRFs, from Joe Conway.Tom Lane2002-08-30
* Add attisinherited column to pg_attribute; use it to guard againstTom Lane2002-08-30
* PL/pgSQL functions can return sets. Neil Conway's patch, modified soTom Lane2002-08-30
* update mbregress expected filesTatsuo Ishii2002-08-29