summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2002-08-26Modify array operations to include array's element type OID in theTom Lane
2002-08-24The cstring datatype can now be copied, passed around, etc. The typlenTom Lane
2002-08-23Further cleanup around the edges of OPAQUE/pseudotype changes. CorrectTom Lane
2002-08-22Transpose info from src/pl/plpgsql/test/README into standard regression test ...Tom Lane
2002-08-22Code review for recent TRUNCATE changes. Tighten relation-kind check,Tom Lane
2002-08-22# Disallow TRUNCATE on tables that are involved in referentialBruce Momjian
2002-08-22Add:Bruce Momjian
2002-08-22Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane
2002-08-20Update expected files for recent changes of domain tests.Tom Lane
2002-08-20This patch improves the behavior of FOUND in PL/PgSQL. In Oracle,Bruce Momjian
2002-08-20- test for indexes on a domainBruce Momjian
2002-08-19Fix pg_dump to dump serial columns as serials. Per pghackers discussion,Tom Lane
2002-08-18Make pg_dump output more portable and more pleasing to look at.Peter Eisentraut
2002-08-18Code review for 'at character n' patch --- point at proper end ofTom Lane
2002-08-18More changes to match new error format.Bruce Momjian
2002-08-18Modify regression tests to match new error reporting format from Gavin.Bruce Momjian
2002-08-17[ Newest version of patch applied.]Bruce Momjian
2002-08-17Improve documentation of trigger firing queue handling, cleanup.Bruce Momjian
2002-08-15Tom Lane wrote:Bruce Momjian
2002-08-15As discussed on several occasions previously, the new anonymousBruce Momjian
2002-08-14Add Cyrillic and other encodings for encoding conversion.Tatsuo Ishii
2002-08-13Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion...Bruce Momjian
2002-08-11Code review of CLUSTER patch. Clean up problems with relcache gettingTom Lane
2002-08-11Make cluster regress test functional.Tom Lane
2002-08-10Major improvement in CLUSTER which preserves table characteristics usingBruce Momjian
2002-08-10Add a sanity check to make sure that all system catalogs that have OIDsTom Lane
2002-08-08Make the standard system views schema-aware.Tom Lane
2002-08-06Add SQL99 CONVERT() function.Tatsuo Ishii