aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Add SQL_ASCII encoding test caseTatsuo Ishii2000-03-06
* More fixes for psql ^C handling, especially during copy. Still doesn'tPeter Eisentraut2000-03-01
* Add QNX fixes from Kardos, Dr. AndreasBruce Momjian2000-03-01
* remove extra include.Bruce Momjian2000-02-28
* Update expected files due to the psql format changeTatsuo Ishii2000-02-27
* Suppress unneccesary message from createdbTatsuo Ishii2000-02-27
* Add SQL_ASCII test caseTatsuo Ishii2000-02-27
* Fix multibyte regress results for EUC_CN, EUC_KR and EUC_TWTatsuo Ishii2000-02-27
* Add LinuxPPC mappingsTatsuo Ishii2000-02-27
* Enabled regression driver to run without PGLIB set.Peter Eisentraut2000-02-24
* Add missing files like foreign key regression tests and config.h.win32.Bruce Momjian2000-02-24
* 1. miscadmin.h needs to include sys/types.h for a definition of pid_tBruce Momjian2000-02-23
* Well, here's the first pass on regressionBruce Momjian2000-02-22
* Quick hack solution so that pg_dump of views works. Needs repair afterTom Lane2000-02-21
* To avoid confusion during early beta testing, commit the current rulesTom Lane2000-02-21
* Add a simple regress test for SERIAL --- it's not much,Tom Lane2000-02-20
* Repair longstanding violation of SQL92 semantics: GROUP BY wouldTom Lane2000-02-19
* Apply Keith Park's updates for expected/horology-solaris-1947.out. FixTom Lane2000-02-19
* Finish repairing 6.5's problems with r-tree indexes: create appropriateTom Lane2000-02-17
* Update expected/horology-no-DST-before-1970.out to matchTom Lane2000-02-17
* All regression tests pass except for rules.sql (unrelated).Thomas G. Lockhart2000-02-16
* New cost model for planning, incorporating a penalty for random pageTom Lane2000-02-15
* Change to report COPY line number in error messages affectsTom Lane2000-02-15
* Update "join syntax" test for new capabilities.Thomas G. Lockhart2000-02-15
* Add line to mention PST8PDT time zone. Seems useful, but maybe not?Thomas G. Lockhart2000-02-15
* Fix up error message to start with cap letter.Thomas G. Lockhart2000-02-15
* Adjusted psql echoing options (-a and -e)Peter Eisentraut2000-02-13
* Solaris has always had problems with 1947 in theBruce Momjian2000-02-06
* A few minor psql enhancementsPeter Eisentraut2000-01-29
* Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane2000-01-27
* Add:Bruce Momjian2000-01-26
* Forgot that expr assumes regexp is anchored-left; therefore need .*Tom Lane2000-01-25
* Update regress tests for change of pg_am/pg_amop.Tom Lane2000-01-22
* Revise handling of index-type-specific indexscan cost estimation, perTom Lane2000-01-22
* Simplify match patterns a little.Tom Lane2000-01-21
* Bruce, you forgot to rename these files...Tom Lane2000-01-21
* I have noticed that the geometry test's output for hppa1 and hppa2 are inBruce Momjian2000-01-20
* Fix handling of NULL constraint conditions: per SQL92 spec, a NULL resultTom Lane2000-01-19
* Adopt for new psqlTatsuo Ishii2000-01-18
* Update strings test to reflect the fact that casting to char() willTom Lane2000-01-17
* Included all yacc and lex files into the distribution.Peter Eisentraut2000-01-16
* Add check that inherited constraints and defaults work.Tom Lane2000-01-16
* Add some examples to numeric regress test to verify that recently-fixedTom Lane2000-01-15
* Now that new psql is fflush()'ing properly, it emerges that severalTom Lane2000-01-15
* Update arrays regress test to reflect fact that several thingsTom Lane2000-01-15
* Prepare for new psqlTatsuo Ishii2000-01-15
* oid8 => oidvector in alter_table regress testTom Lane2000-01-11
* Update platform-specific-expected-file support so that platforms can beTom Lane2000-01-09
* install_plpgsql is no longer a regress test (it's done via createlang);Tom Lane2000-01-09
* New scheme for managing platform-specific regress test result files.Tom Lane2000-01-09