summaryrefslogtreecommitdiff
path: root/ext/pgsql/tests
Commit message (Collapse)AuthorAgeFilesLines
* Keep BC of pg_fetch_objectMarcus Boerger2004-03-151-2/+2
|
* Bugfix #27597 pg_fetch_array not returning false .Marcus Boerger2004-03-151-0/+60
|
* Show the connect resultMarcus Boerger2004-03-091-3/+6
|
* Make test work with PostgreSQL 7.4Ilia Alshanetsky2003-12-231-2/+2
|
* #args, reinsert skipif for extension checkMarcus Boerger2003-12-061-0/+3
|
* Do not dynamically load the extension in skipifMarcus Boerger2003-12-061-7/+0
|
* Modify pg_fetch_object() to be able to instantiate a selected class and passMarcus Boerger2003-09-064-3/+42
| | | | | parameters to the constructor. Update tests and add a test for these features.
* Fixed tests that failed in ZTS due to incorrect file paths.Ilia Alshanetsky2003-08-284-13/+18
| | | | | Fixed test that failed due to new array dimension property being fetched.
* Add resonMarcus Boerger2003-07-221-1/+1
|
* Add test for bug #24499Marcus Boerger2003-07-201-0/+66
|
* Do not test postgres settingsMarcus Boerger2003-06-301-2/+2
|
* UpdateMarcus Boerger2003-05-311-8/+10
|
* Fix handling of default linksMarcus Boerger2003-05-301-10/+17
|
* Fix notice handlingMarcus Boerger2003-05-301-4/+3
|
* - Fix ini handling in ZTS modeMarcus Boerger2003-05-301-2/+3
|
* Reorganized testsMarcus Boerger2003-05-2047-634/+488
|
* Test for bug #14383Marcus Boerger2002-11-141-0/+37
|
* Added tests for new functionsYasuo Ohgaki2002-10-1813-1/+149
|
* Rename pg_metadata() to pg_meta_data() to confirm naming standardYasuo Ohgaki2002-10-022-2/+2
|
* Added test for pg_fetch_*() functionsYasuo Ohgaki2002-04-252-0/+61
|
* Make pg_convert/pg_insert/pg_select/pg_update/pg_delete a bit more flexible.Yasuo Ohgaki2002-04-237-25/+20
| | | | | | pg_convert() may ignore, NOT NULL and/or DEFAULT. pg_insert/pg_update/pg_select/pg_update may return query string.
* Make pg_lo_import()/pg_lo_unlink()/pg_lo_open()/pg_lo_export() work with oid ↵Yasuo Ohgaki2002-04-201-1/+14
| | | | | | | larger than 2^31. @Added large OID value (2^31 to 2^32) support for pg_lo_import()/pg_lo_unlink()/pg_lo_open()/pg_lo_export(). (Yasuo)
* Update testsYasuo Ohgaki2002-04-194-22/+26
|
* Added pg_metadate(), pg_convert(), pg_insert(), pg_select(), pg_update()Yasuo Ohgaki2002-04-0815-0/+285
| | | | | | | and pg_delete(). @ Added pg_metadate(), pg_convert(), pg_insert(), pg_select(), pg_update() @ and pg_delete(). (Yasuo)
* Chages for new pg_last_notice()Yasuo Ohgaki2002-04-061-0/+6
|
* Add error message from _notice_handler()Yasuo Ohgaki2002-04-051-0/+2
| | | | | | # Currently, it always logs whennever notice message is # recieved. I'll change error log optional later.
* Add notice message testYasuo Ohgaki2002-04-052-0/+23
| | | | | # Need to figure out why estrduped string is not null terminated
* Update messageYasuo Ohgaki2002-04-051-2/+2
|
* Add bytea field to test table.Yasuo Ohgaki2002-04-053-3/+3
| | | | | Use table name variable.
* Add real pg_escape_bytea() test.Yasuo Ohgaki2002-04-053-2/+31
|
* Fix testsYasuo Ohgaki2002-04-042-6/+7
|
* Added pg_escape_*() testYasuo Ohgaki2002-04-042-0/+38
|
* Fix bug in test scriptYasuo Ohgaki2002-01-101-1/+1
|
* Actually drop test table.Yasuo Ohgaki2001-12-171-6/+2
| | | | | # name is dropdb since it may be changed to actually destory test db
* Use database named test for testingYasuo Ohgaki2001-12-172-2/+5
|
* Added test filesYasuo Ohgaki2001-12-1720-0/+392