summaryrefslogtreecommitdiff
path: root/ext/pgsql
Commit message (Collapse)AuthorAgeFilesLines
...
* MFBEdin Kadribasic2007-02-191-1/+1
|
* make sure the string is non-empty and use strlcpy() & strlcat()Antony Dovgal2007-01-111-8/+10
|
* Bump year.Sebastian Bergmann2007-01-012-2/+2
|
* MFB: Fixed bug #39971 (pg_insert/pg_update do not allow now() to be used forIlia Alshanetsky2006-12-291-6/+6
| | | | | timestamp fields).
* MFB: Added buffer length checksIlia Alshanetsky2006-12-281-1/+1
|
* MFB: safety checksIlia Alshanetsky2006-12-261-1/+1
|
* MFB: Fixed bug #39663 (Memory leak in pg_get_notify() and a possible memoryIlia Alshanetsky2006-11-291-2/+3
| | | | | corruption on Windows in pgsql and pdo_pgsql extensions).
* MFB: Fixed bug #36812 (pg_execute() modifies input array).Ilia Alshanetsky2006-11-131-3/+4
|
* MFB: Sync with Unix buildEdin Kadribasic2006-10-111-1/+1
|
* MFB: Make pg_escape_bytea() use PQescapeByteaConn() whenever possible.Ilia Alshanetsky2006-10-062-6/+25
|
* MFB:Hannes Magnusson2006-10-051-6/+6
| | | | | | | - nuke unused variable - "prefer" two arguments - only print "wrong parameter count" once
* MFB: Added PQescapeStringConn support to windows tooEdin Kadribasic2006-10-051-1/+1
|
* MFB: Added support for character sets in pg_escape_string() for PostgreSQLIlia Alshanetsky2006-10-042-6/+23
| | | | | 8.1.4 and higher.
* MFB: pg_send_prepare(), pg_send_query_params() & pg_send_execute() do not ↵Hannes Magnusson2006-10-031-3/+3
| | | | throw "Wrong parameter count"
* MFB: Added a check for PQftable() functionIlia Alshanetsky2006-09-153-2/+7
|
* fix leak in pg_copy_to() when invalid resource was passedAntony Dovgal2006-09-061-2/+3
|
* Added automatic module globals managementDmitry Stogov2006-06-131-7/+10
|
* - new output control codeMichael Wallner2006-06-021-1/+1
| | | | | | | | | | | | # scan README.NEW-OUTPUT-API to get a grasp # tree has been tagged with BEFORE_NEW_OUTPUT_API # # TODO: # - improve existing output handlers # - move zlib.output_compression cruft from SAPI.c to zlib.c # - output_encoding handling was ambigious, resp. is undefined yet # - more tests
* - Better order for SEGV preventionMarcus Boerger2006-04-101-1/+2
|
* - Fix possible SEGVMarcus Boerger2006-04-101-3/+3
|
* restore E_WARNING in correct placeYasuo Ohgaki2006-03-291-0/+1
|
* remove pg_execute() E_WARNING error when query plan is not definedYasuo Ohgaki2006-03-271-1/+0
|
* Simplify and optimize code.Ilia Alshanetsky2006-03-221-5/+4
|
* Added pg_field_table() as per req: #36750Edin Kadribasic2006-03-162-0/+91
|
* - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybasePierre Joye2006-03-081-12/+5
| | | | | | | (calling ini_set('magic_....') returns 0|false - get_magic_quotes_gpc, get_magic_quotes_runtime are kept but always return false - set_magic_quotes_runtime raises an E_CORE_ERROR
* - Fixed #36625 pg_trace() does not workMarcus Boerger2006-03-062-1/+50
|
* fix #36606 (pg_query_params() changes arguments type to string)Antony Dovgal2006-03-051-2/+2
|
* - Get rid of using ENFORCE_SAFE_MODE.Andi Gutmans2006-02-191-1/+1
|
* Start nuking safe_mode. Still a lot of work to do...Andi Gutmans2006-02-191-8/+0
|
* - Fixed bug #35911 (HAVE_PG_CONFIG_H set incorrectly)foobar2006-01-051-1/+3
|
* bump year and license versionfoobar2006-01-012-6/+6
|
* - Fix testsMarcus Boerger2005-12-313-3/+5
|
* - MFB Get rid of warningsMarcus Boerger2005-12-201-0/+6
|
* - Nuke php3 legacyfoobar2005-12-061-1/+1
|
* - list_entry -> zend_rsrc_list_entryfoobar2005-12-051-8/+8
|
* - Fix Bug #32223 weird behaviour of pg_last_noticeMarcus Boerger2005-11-072-2/+59
|
* -MFB Fix parameter parsingMarcus Boerger2005-11-061-3/+9
|
* Fixed bug #33167 (Possible crash inside pg_fetch_array()).Ilia Alshanetsky2005-10-111-10/+6
|
* - Apply workaround for test until someone fixes the issue (which is ↵Marcus Boerger2005-10-091-1/+2
| | | | unrelated to pg_*())
* - Make test check for PlPgSQL before using itMarcus Boerger2005-10-091-16/+19
|
* - Add new testMarcus Boerger2005-10-091-0/+51
|
* ZTS fixes.Sebastian Bergmann2005-08-121-3/+3
|
* - Bumber up yearfoobar2005-08-032-2/+2
|
* revert fix that did not fix anythingfoobar2005-07-221-1/+1
|
* fix build with older postgresqlYasuo Ohgaki2005-07-221-1/+1
|
* Added pg_fetch_all_columns() function to fetch all values of a column fromIlia Alshanetsky2005-07-082-0/+43
| | | | | a result cursor.
* Properly detect when the copy command failsEdin Kadribasic2005-07-051-0/+8
|
* - Fixed memory corruption in pg_copy_from() in case the as_null parameter wasDerick Rethans2005-07-051-1/+5
| | | | | passed. (Derick)
* fixes for #33251Wez Furlong2005-06-051-1/+1
|
* - Unify the "configure --help" textsfoobar2005-05-291-1/+1
|