Felipe Pena
0203cc3d44
- Year++
15 years ago
Sebastian Bergmann
22f4ef45fe
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
16 years ago
Sebastian Bergmann
9ba1e81665
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
16 years ago
Matteo Beccati
170683352d
- Added unicode support to ext/pgsql
# Also fixed a few typos and compiler warnings
16 years ago
Marcus Boerger
d4f5b3f0a9
- This is PHP 6 - if this ... ever gets out
17 years ago
Sebastian Bergmann
08659c2dcd
MFH: Bump copyright year, 3 of 3.
17 years ago
Sebastian Bergmann
7f4dc8702a
Bump copyright year, 3 of 3.
17 years ago
Dmitry Stogov
42a683d688
Imporoved PHP binary size and startup speed with GCC4 visibility control (Nuno)
18 years ago
Dmitry Stogov
240fa244c3
Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)
18 years ago
Sebastian Bergmann
d1dded8751
MFH: Bump copyright year, 2 of 2.
18 years ago
Sebastian Bergmann
9b620d50b4
Bump copyright year, 2 of 2.
18 years ago
Sebastian Bergmann
4223aa4d5e
MFH: Bump year.
19 years ago
Sebastian Bergmann
3717df72ae
Bump year.
19 years ago
Edin Kadribasic
18eb480dd2
MFH: Added pg_field_table() as per req: #36750
20 years ago
Edin Kadribasic
5db1a8cad0
Added pg_field_table() as per req: #36750
20 years ago
foobar
251c5173fd
bump year and license version
20 years ago
foobar
5bd93221a8
bump year and license version
20 years ago
foobar
23e671a51e
- Bumber up year
21 years ago
Ilia Alshanetsky
ef7bd06657
Added pg_fetch_all_columns() function to fetch all values of a column from
a result cursor.
21 years ago
Derick Rethans
cba30657d9
- MFH43: Fixed bug #32699 (pg_affected_rows() was defined when it was not
available).
21 years ago
Christopher Kings-Lynne
e2b87e6230
Tweak some #if's to be more orthogonal.
(PHP pg_set_error_verbosity) New function to set PostgreSQL error verbosity
(PHP pg_copy_from) Use non-deprecated API if it is available
(PHP pg_copy_to) Use non-deprecated API if it is available
21 years ago
Christopher Kings-Lynne
1168c30635
Added several new functions to support the PostgreSQL v3 protocol
introduced in PostgreSQL 7.4.
(PHP pg_transaction_status) New function to get in-transaction status of
a database connection.
(PHP pg_query_params) New function to allow execution of parameterized
queries.
(PHP pg_prepare) New function to allow preparing named queries.
(PHP pg_execute) New function to allow execution of named prepared
queries.
(PHP pg_send_query_params) New function that is the async equivalent of
pg_query_params.
(PHP pg_send_prepare) New function that is the async equivalent of
pg_prepare.
(PHP pg_send_execute) New function that is the async equivalent of
pg_execute.
(PHP pg_result_error_field) New function that allows highly detailed
error information, most importantly the
SQLSTATE error code
# Regression tests are included for all but 2 functions, the rest will
# follow shortly. Docs will also follow shortly.
21 years ago
Edin Kadribasic
70e0849416
Added pg_field_type_oid() function
21 years ago
foobar
ccfc46b0aa
- Happy new year and PHP 5 for rest of the files too..
# Should the LICENSE and Zend/LICENSE dates be updated too?
22 years ago
Ilia Alshanetsky
fae56fca30
Removed a useless define.
22 years ago
Edin Kadribasic
32eb4f78c2
Get rid of PHPAPI usage.
Enable shared build in the new php5 build system
Check for the correct header.
23 years ago
Marcus Boerger
f5f60e6fea
Added new function pg_parameter_status()
23 years ago
Marcus Boerger
7a85edd370
Added pg_version() which returns an associative array of client/protocol/server
version.
@Added pg_version() function. (Marcus)
23 years ago
James Cox
f68c7ff249
updating license information in the headers.
23 years ago
Marcus Boerger
680653fecb
- Fix ini handling in ZTS mode
23 years ago
Jay Smith
dcf0c70950
Fix 'timestamp without timezone', too.
23 years ago
Anantha Kesari H Y
b3d80fe441
Removed #ifdef NetWare and made the necessary changes in the directory structure of NetWare.
23 years ago
Anantha Kesari H Y
f58016b348
Makefile added newly and modified the header file for NetWare.
23 years ago
Sebastian Bergmann
b506f5c8f8
Bump year.
23 years ago
Yasuo Ohgaki
7094b48b23
Added pg_get_pid()
24 years ago
Yasuo Ohgaki
601a507ad6
Added async message function - pg_get_notify()
24 years ago
Yasuo Ohgaki
2c23e56c7f
Introduce connect_type option to pg_connect().
pg_connect(conn_str, conn_type) is allowed.
@Added PGSQL_CONNECT_FORCE_NEW option to pg_connect() (Yasuo)
# If you have better idea about constant name(s), let me know.
24 years ago
Yasuo Ohgaki
6edd9d2f72
Enable pg_escape_bytea().
24 years ago
Yasuo Ohgaki
1b675aa690
Rename pg_data_seek() to pg_result_seek().
Added mysql_result_seek() which is alias of mysql_data_seek().
24 years ago
Yasuo Ohgaki
b8fdd3c7ae
Added pg_data_seek().
pg_result_seek() woudl be better name, but there is mysql_data_seek()...
24 years ago
Yasuo Ohgaki
2728440fdc
Added pg_ping()
24 years ago
Yasuo Ohgaki
f8f11ac0a2
Rename pg_metadata() to pg_meta_data() to confirm naming standard
24 years ago
Yasuo Ohgaki
545f894524
Added pg_fetch_assoc(). Fixed proto. Added/fixed comments.
# It seems last attempt was failed. Try committing again.
24 years ago
Yasuo Ohgaki
36e80ddc15
Added pg_fetch_all() that fetch all rows in result.
Useful and faster when there is enough memory.
@Added pg_fetch_all() that fetch all rows in result. (Yasuo)
24 years ago
Edin Kadribasic
51cb237aa6
Fix win32 build.
24 years ago
Yasuo Ohgaki
c65a20df4a
pg_client_encoding/pg_set_client_encoding should be compiled always.
Recent libpq has PQclientEncoding/PQsetClientEncoding regarless of
multibyte support enabled or not.
Reported by c@cornelia-boenigk.de
# This should be merged, but need a little more testing.
24 years ago
Yasuo Ohgaki
e7e0eddadd
Make pg_convert/pg_insert/pg_select/pg_update/pg_delete a bit more flexible.
pg_convert() may ignore, NOT NULL and/or DEFAULT.
pg_insert/pg_update/pg_select/pg_update may return query string.
24 years ago
Yasuo Ohgaki
04fb5ef2e3
Added API version for C programs
24 years ago
Yasuo Ohgaki
4ac70c6821
Added pg_metadate(), pg_convert(), pg_insert(), pg_select(), pg_update()
and pg_delete().
@ Added pg_metadate(), pg_convert(), pg_insert(), pg_select(), pg_update()
@ and pg_delete(). (Yasuo)
24 years ago
Yasuo Ohgaki
179a52b025
Chages for new pg_last_notice()
24 years ago