summaryrefslogtreecommitdiff
path: root/ext/pgsql
Commit message (Expand)AuthorAgeFilesLines
* UpdateMarcus Boerger2003-05-311-8/+10
* Better fix for default connection handling.Marcus Boerger2003-05-301-9/+53
* Fix handling of default linksMarcus Boerger2003-05-302-26/+17
* Fix notice handlingMarcus Boerger2003-05-302-8/+13
* - Fix ini handling in ZTS modeMarcus Boerger2003-05-303-26/+18
* Reorganized testsMarcus Boerger2003-05-2047-634/+488
* emalloc -> safe_emallocIlia Alshanetsky2003-04-251-3/+3
* Fix some segfaults in some of the pg_lo_* functions.Jay Smith2003-04-171-2/+18
* Fix 'timestamp without timezone', too.Jay Smith2003-04-012-0/+4
* Fix 'time with timezone', tooMarcus Boerger2003-04-011-1/+1
* Fixed bug #23009 (pg_select with timestamp)Jay Smith2003-04-011-2/+2
* Correcting int/long mismatched - 64bit issues.David Hill2003-03-101-10/+11
* Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.foobar2003-03-071-2/+2
* 64-bit correction to variables passed to zend_parse_parametersDavid Hill2003-03-061-10/+15
* Remove C++-style comment. (Breaks Sun Forte compiler.)Justin Erenkrantz2003-02-201-1/+1
* Fixed bug: #22306 (pg_lo_seek($h, 0, PGSQL_SEEK_SET) succeeds but returns false)foobar2003-02-201-1/+1
* Correct the spelling of 'supported'.Jon Parise2003-02-101-1/+1
* Fixed one more improper row offset handling.Yasuo Ohgaki2003-02-091-1/+1
* Fixed improper result offset handling.Yasuo Ohgaki2003-02-091-7/+17
* Made the row parameter in pg_result_seek() non-optional, the currentIlia Alshanetsky2003-02-041-9/+4
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-13/+3
* Fixed protoYasuo Ohgaki2003-01-151-1/+1
* Removed #ifdef NetWare and made the necessary changes in the directory struct...Anantha Kesari H Y2003-01-061-2/+0
* Makefile added newly and modified the header file for NetWare.Anantha Kesari H Y2003-01-062-0/+172
* - Fixed bug #21232 (Unresolved references to PQsetnonblocking). (Patch byDerick Rethans2003-01-041-2/+2
* Bump year.Sebastian Bergmann2002-12-312-2/+2
* MFB: Fix typoDerick Rethans2002-12-211-2/+2
* A better memory leak patch.Ilia Alshanetsky2002-12-161-2/+3
* Fixed a memory leak.Ilia Alshanetsky2002-12-151-1/+1
* Fixed problem with PostgreSQL 7.3Yasuo Ohgaki2002-11-291-1/+1
* Remove a warningYasuo Ohgaki2002-11-261-1/+1
* Cleanup state=4 and avoid using sscanf()Yasuo Ohgaki2002-11-251-8/+6
* Use proper form of NULSascha Schumann2002-11-241-5/+1
* null after the erealloc()Sterling Hughes2002-11-241-1/+1
* Added missing '\0'Yasuo Ohgaki2002-11-241-1/+2
* Test for bug #14383Marcus Boerger2002-11-141-0/+37
* Speed up pg_escape_bytea, from O(n^2) => O(n). My test script speed upYasuo Ohgaki2002-11-121-6/+9
* Fix compile warning.Ilia Alshanetsky2002-11-051-1/+3
* fix compiler warningMarcus Boerger2002-10-241-1/+1
* - Style polizei =)Derick Rethans2002-10-191-109/+109
* Revert invalid patch. It seems the real problem is in php errorYasuo Ohgaki2002-10-191-5/+3
* Skip field when there is obvious error.Yasuo Ohgaki2002-10-191-1/+3
* Fixed typo.Yasuo Ohgaki2002-10-191-5/+5
* Added tests for new functionsYasuo Ohgaki2002-10-1813-1/+149
* Added pg_get_pid()Yasuo Ohgaki2002-10-173-4/+34
* Added async message function - pg_get_notify()Yasuo Ohgaki2002-10-172-0/+42
* Fixed proto. Clean up.Yasuo Ohgaki2002-10-131-2/+2
* Need to init connstring when there are 2 args.Yasuo Ohgaki2002-10-131-0/+1
* Introduce connect_type option to pg_connect().Yasuo Ohgaki2002-10-132-6/+14
* Enable pg_escape_bytea().Yasuo Ohgaki2002-10-132-0/+2