summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2000-03-16Tweak horology regress test to ensure platform-independent ordering ofTom Lane
2000-03-16Support full POSIX-style time zone: EST+3, PST-3, etc.Thomas G. Lockhart
2000-03-16Support full POSIX-style time zone: EST+3, PST-3, etc.Thomas G. Lockhart
2000-03-16Support full POSIX-style time zone: EST+3, PST-3, etc.Thomas G. Lockhart
2000-03-16Fixes for char_length() change.Tatsuo Ishii
2000-03-16Fixes for char_length() changes.Tatsuo Ishii
2000-03-16Fix for char_length() changesTatsuo Ishii
2000-03-15Tweak GROUP BY so that it will still accept result-column names, but onlyTom Lane
2000-03-15Fix a couple of missed changes in expected results.Tom Lane
2000-03-14Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart
2000-03-14> Here is an extension of the regression test suite for Digital UnixBruce Momjian
2000-03-14> Here is an extension of the regression test suite for Digital UnixBruce Momjian
2000-03-09Remove SHOW after datestyle reset.Bruce Momjian
2000-03-08Hi,Bruce Momjian
2000-03-08Hi,Bruce Momjian
2000-03-06Add SQL_ASCII encoding test caseTatsuo Ishii
2000-03-01More fixes for psql ^C handling, especially during copy. Still doesn'tPeter Eisentraut
2000-03-01Add QNX fixes from Kardos, Dr. AndreasBruce Momjian
2000-02-28remove extra include.Bruce Momjian
2000-02-27Update expected files due to the psql format changeTatsuo Ishii
2000-02-27Suppress unneccesary message from createdbTatsuo Ishii
2000-02-27Add SQL_ASCII test caseTatsuo Ishii
2000-02-27Fix multibyte regress results for EUC_CN, EUC_KR and EUC_TWTatsuo Ishii
2000-02-27Add LinuxPPC mappingsTatsuo Ishii
2000-02-24Enabled regression driver to run without PGLIB set.Peter Eisentraut
2000-02-24Add missing files like foreign key regression tests and config.h.win32.Bruce Momjian
2000-02-231. miscadmin.h needs to include sys/types.h for a definition of pid_tBruce Momjian
2000-02-22Well, here's the first pass on regressionBruce Momjian
2000-02-21Quick hack solution so that pg_dump of views works. Needs repair afterTom Lane
2000-02-21To avoid confusion during early beta testing, commit the current rulesTom Lane
2000-02-20Add a simple regress test for SERIAL --- it's not much,Tom Lane
2000-02-19Repair longstanding violation of SQL92 semantics: GROUP BY wouldTom Lane
2000-02-19Apply Keith Park's updates for expected/horology-solaris-1947.out. FixTom Lane
2000-02-17Finish repairing 6.5's problems with r-tree indexes: create appropriateTom Lane
2000-02-17Update expected/horology-no-DST-before-1970.out to matchTom Lane
2000-02-16All regression tests pass except for rules.sql (unrelated).Thomas G. Lockhart
2000-02-15New cost model for planning, incorporating a penalty for random pageTom Lane
2000-02-15Change to report COPY line number in error messages affectsTom Lane
2000-02-15Update "join syntax" test for new capabilities.Thomas G. Lockhart
2000-02-15Add line to mention PST8PDT time zone. Seems useful, but maybe not?Thomas G. Lockhart
2000-02-15Fix up error message to start with cap letter.Thomas G. Lockhart
2000-02-13Adjusted psql echoing options (-a and -e)Peter Eisentraut
2000-02-06Solaris has always had problems with 1947 in theBruce Momjian
2000-01-29A few minor psql enhancementsPeter Eisentraut
2000-01-27Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane
2000-01-26Add:Bruce Momjian
2000-01-25Forgot that expr assumes regexp is anchored-left; therefore need .*Tom Lane
2000-01-22Update regress tests for change of pg_am/pg_amop.Tom Lane
2000-01-22Revise handling of index-type-specific indexscan cost estimation, perTom Lane
2000-01-21Simplify match patterns a little.Tom Lane