aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/libpq-int.h
Commit message (Expand)AuthorAge
* Update copyrights for 2013Bruce Momjian2013-01-01
* Autoconfiscate selection of 64-bit int type for 64-bit large object API.Tom Lane2012-10-07
* Add API for 64-bit large object access. Now users can access up toTatsuo Ishii2012-10-07
* Centralize libpq's low-level code for dropping a connection.Tom Lane2012-09-07
* Replace libpq's "row processor" API with a "single row" mode.Tom Lane2012-08-02
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Add a "row processor" API to libpq for better handling of large results.Tom Lane2012-04-04
* Remove arbitrary limitation on length of common name in SSL certificates.Tom Lane2012-02-23
* Use abort() instead of exit() to abort library functionsPeter Eisentraut2012-01-30
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add libpq connection option to disable SSL compressionMagnus Hagander2011-11-28
* Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan2011-04-28
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Set psql client encoding from locale by defaultPeter Eisentraut2011-02-19
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Allow bidirectional copy messages in streaming replication mode.Robert Haas2010-12-11
* On further testing, PQping also needs an explicit check for AUTH_REQ.Tom Lane2010-11-27
* Rewrite PQping to be more like what we agreed to last week.Tom Lane2010-11-27
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Add server authentication over Unix-domain socketsPeter Eisentraut2010-07-18
* Allow full SSL certificate verification (wherein libpq checks its host nameTom Lane2010-07-14
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Add TCP keepalive support to libpq.Robert Haas2010-06-23
* Add libpq warning message if the .pgpass-retrieved password fails.Bruce Momjian2010-03-13
* pgindent run for 9.0Bruce Momjian2010-02-26
* Introduce Streaming Replication.Heikki Linnakangas2010-01-15
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Instead of sending application_name as a SET command after the connectionTom Lane2009-12-02
* Add support for an application_name parameter, which is displayed inTom Lane2009-11-28
* Avoid extra system calls to block SIGPIPE if the platform provides eitherTom Lane2009-07-24
* Properly initialize SSL engines when used from libpq. This is required forMagnus Hagander2009-06-23
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Remove sslverify parameter again, replacing it with two new sslmode values:Magnus Hagander2009-04-24
* Assorted portability fixes for Borland C, from Pavel Golub.Tom Lane2009-04-19
* Update copyright for 2009.Bruce Momjian2009-01-01
* Support specifying filename for SSL certificate, key, root certificate storeMagnus Hagander2008-12-15
* Fix libpq certificate validation for SSL connections.Magnus Hagander2008-11-13
* Remove support for (insecure) crypt authentication.Magnus Hagander2008-10-28
* Add support for multiple error messages from libpq, by simply appending themMagnus Hagander2008-10-27
* Get rid of pgpass_from_client tracking inside libpq --- given the conclusionTom Lane2008-09-22
* Improve the recently-added libpq events code to provide more consistentTom Lane2008-09-19
* Add an "events" system to libpq, whereby applications can get callbacks thatTom Lane2008-09-17
* Tweak libpq to avoid crashing due to incorrect buffer size calculation whenTom Lane2008-05-29
* Implement error checking for pthreads calls in thread-safe mode. They reallyMagnus Hagander2008-05-16
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Fix up the PQconnectionUsedPassword mess: create a separateTom Lane2007-12-09
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Just noticed that libpq thinks the maximum command tag length is 40,Tom Lane2007-07-23
* Use PQExpBuffer for error message in fe-auth.c.Magnus Hagander2007-07-23
* SSPI authentication on Windows. GSSAPI compatible client when doing KerberosMagnus Hagander2007-07-23