summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2002-10-29Update regression for FreeBSD 4.7, for Larry RosenmanBruce Momjian
2002-10-28Add ORDER BY to join regression test.Bruce Momjian
2002-10-22create_index test must run after create_misc test.Tom Lane
2002-10-22Update for test changes.Peter Eisentraut
2002-10-21Fix ALTER TABLE ... ADD COLUMN for inheritance cases.Bruce Momjian
2002-10-19Fix rewrite code so that rules are in fact executed in order by name,Tom Lane
2002-10-19This patch adds some missing functions for float8 math operations,Bruce Momjian
2002-10-19Make regression tests safe for autocommit = 'off'.Bruce Momjian
2002-10-03Restore NOTICEs that were mistakenly removed from triggers regressionTom Lane
2002-10-02Alter scale selection for NUMERIC division and transcendental functionsTom Lane
2002-09-28Make the world at least somewhat safe for zero-column tables, andTom Lane
2002-09-24Change default privileges for languages and functions to be PUBLIC USAGETom Lane
2002-09-24Tweak conversion names to follow the established naming scheme, andPeter Eisentraut
2002-09-22Replace pg_attribute.attisinherited with attislocal and attinhcountTom Lane
2002-09-22Bring SIMILAR TO and SUBSTRING into some semblance of conformance withTom Lane
2002-09-22Move most of the error checking for foreign-key constraints out ofTom Lane
2002-09-20Update regression expected results for to_char() change.Tom Lane
2002-09-20Fixed this problem and added regression tests in domain.sql.Bruce Momjian
2002-09-19Department of second thoughts: suppressing implicit casts everywhere inTom Lane
2002-09-18Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane
2002-09-17Remove src/test/regress/sql: plpgsql-nsp-testing.sql per Joe Conway.Bruce Momjian
2002-09-12> Sean Chittenden <sean@chittenden.org> writes:Bruce Momjian
2002-09-12Joe Conway wrote:Bruce Momjian
2002-09-07Changes to documentation and the regression tests for the defaultBruce Momjian
2002-09-05Improve opr_sanity regression test to check oprltcmpop and opgtcmpopTom Lane
2002-09-05Update oidjoins regression test for 7.3 catalogs.Tom Lane
2002-09-05Assorted fixes for Cygwin:Peter Eisentraut
2002-09-04Remove sh -x option that snuck in somehow.Peter Eisentraut
2002-09-03conversion test fails if there is an existing user named foo. Choose a nameTom Lane
2002-09-03Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut
2002-09-02Department of second thoughts: make checks for replacing a view slightlyTom Lane
2002-09-02Fix conversion regressin test failure.Tatsuo Ishii
2002-09-02I guess the intention was to test incomplete SELECT statements, notBruce Momjian
2002-09-02Okay, attached is a patch that moves the alter table regression testBruce Momjian
2002-09-02Fix ordering regression problem on freebsd/alpha by adding ORDER BY.Bruce Momjian
2002-09-02CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.Tom Lane
2002-09-01plpgsql functions can return RECORD, per Neil Conway.Tom Lane
2002-08-31Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane
2002-08-31Code review for pg_locks feature. Make shmemoffset of PROCLOCK structsTom Lane
2002-08-30Fix for breakage of C-coded SRFs, from Joe Conway.Tom Lane
2002-08-30Add attisinherited column to pg_attribute; use it to guard againstTom Lane
2002-08-30PL/pgSQL functions can return sets. Neil Conway's patch, modified soTom Lane
2002-08-29update mbregress expected filesTatsuo Ishii
2002-08-29Fix ruleutils to dump column definition lists for anonymous record typesTom Lane
2002-08-29Code review for standalone composite types, query-specified compositeTom Lane
2002-08-28The following small patch provides a couple of minor updates (againstBruce Momjian
2002-08-27Throw error on pg_atoi(''), regression adjustments.Bruce Momjian
2002-08-27Make change for pg_locks table.Bruce Momjian
2002-08-27PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzingTom Lane
2002-08-27I attach a little patch to make CLUSTER set and reset the indisclusteredBruce Momjian