summaryrefslogtreecommitdiff
path: root/ext/pgsql/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #42783 (pg_insert() does not accept an empty list for insertion)Ilia Alshanetsky2007-10-031-0/+34
* fix test namesAntony Dovgal2007-05-073-4/+4
* Fixed bug #39971 (pg_insert/pg_update do not allow now() to be used forIlia Alshanetsky2006-12-291-0/+30
* Fix testHannes Magnusson2006-12-121-1/+1
* - bug #36625 fixMarcus Boerger2006-03-131-0/+49
* - MFH Fix testsMarcus Boerger2005-12-313-4/+6
* fixed test for ZTSIlia Alshanetsky2005-12-181-1/+1
* - MFH Bug #32223 weird behaviour of pg_last_noticeMarcus Boerger2005-11-071-0/+57
* - MFH Make test check for PlPgSQL before using itMarcus Boerger2005-10-091-16/+19
* - MFH Add new testMarcus Boerger2005-10-091-0/+51
* (PHP pg_unescape_bytea) Use libpq version of PQunescapeBytea if it exists.Christopher Kings-Lynne2005-03-252-9/+8
* - Ensure that ext/pgsql tests work when linked against 7.2 or lower libpqChristopher Kings-Lynne2005-03-236-215/+239
* Tweak some #if's to be more orthogonal.Christopher Kings-Lynne2005-03-222-0/+12
* Two of the diagnostic definitions were added in 8.0. Add appropriate #ifdefs.Christopher Kings-Lynne2005-03-201-2/+8
* - Add missing skipif partMarcus Boerger2005-03-192-2/+8
* Add regression tests for pg_transaction_status and pg_result_error_fieldChristopher Kings-Lynne2005-03-192-0/+16
* Added several new functions to support the PostgreSQL v3 protocolChristopher Kings-Lynne2005-03-194-0/+274
* 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
* Fixed tests that failed in ZTS due to incorrect file paths.Ilia Alshanetsky2003-08-284-13/+18
* 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
* Make pg_lo_import()/pg_lo_unlink()/pg_lo_open()/pg_lo_export() work with oid ...Yasuo Ohgaki2002-04-201-1/+14
* Update testsYasuo Ohgaki2002-04-194-22/+26
* Added pg_metadate(), pg_convert(), pg_insert(), pg_select(), pg_update()Yasuo Ohgaki2002-04-0815-0/+285
* Chages for new pg_last_notice()Yasuo Ohgaki2002-04-061-0/+6
* Add error message from _notice_handler()Yasuo Ohgaki2002-04-051-0/+2
* Add notice message testYasuo Ohgaki2002-04-052-0/+23
* Update messageYasuo Ohgaki2002-04-051-2/+2
* Add bytea field to test table.Yasuo Ohgaki2002-04-053-3/+3
* 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