summaryrefslogtreecommitdiff
path: root/src/include/libpq
Commit message (Expand)AuthorAgeFilesLines
* Break out OpenSSL-specific code to separate files.Heikki Linnakangas2014-08-112-4/+29
* Rename lo_create(oid, bytea) to lo_from_bytea().Tom Lane2014-06-121-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-062-6/+6
* Fix assorted issues in client host name lookup.Tom Lane2014-04-021-6/+16
* Cleanups from the remove-native-krb5 patchMagnus Hagander2014-03-162-3/+0
* Log a detail message for auth failures due to missing or expired password.Tom Lane2014-01-271-2/+2
* Remove support for native krb5 authenticationMagnus Hagander2014-01-192-2/+1
* Update copyright for 2014Bruce Momjian2014-01-0711-11/+11
* Add large object functions catering to SQL callers.Noah Misch2013-10-271-0/+5
* Rework SSL renegotiation codeAlvaro Herrera2013-10-101-0/+5
* pgindent run for release 9.3Bruce Momjian2013-05-293-4/+4
* Move pqsignal() to libpgport.Tom Lane2013-03-171-10/+1
* Report pg_hba line number and contents when users fail to log inMagnus Hagander2013-03-101-0/+1
* Update copyrights for 2013Bruce Momjian2013-01-0111-11/+11
* Add support for LDAP URLsPeter Eisentraut2012-12-031-0/+1
* Produce a more useful error message for over-length Unix socket paths.Tom Lane2012-11-291-0/+13
* Add API for 64-bit large object access. Now users can access up toTatsuo Ishii2012-10-071-0/+3
* Parse pg_ident.conf when it's loaded, keeping it in memory in parsed format.Heikki Linnakangas2012-09-211-1/+12
* Support having multiple Unix-domain sockets per postmaster.Tom Lane2012-08-101-4/+4
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-102-3/+3
* Remove arbitrary limitation on length of common name in SSL certificates.Tom Lane2012-02-231-2/+1
* Add parameters for controlling locations of server-side SSL filesPeter Eisentraut2012-02-221-0/+5
* Update copyright notices for year 2012.Bruce Momjian2012-01-0111-11/+11
* Fix typo.Robert Haas2011-12-151-1/+1
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-091-1/+1
* Improve method of avoiding fcinfo compile errors.Bruce Momjian2011-09-011-1/+1
* Add C comment about necessary NetBSD include.Bruce Momjian2011-09-011-1/+1
* Add missing hba.h include for NetBSD.Bruce Momjian2011-09-011-0/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-012-3/+2
* Modernise pg_hba.conf token processingAlvaro Herrera2011-06-281-4/+4
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-103-6/+10
* Automatically terminate replication connections that are idle for moreHeikki Linnakangas2011-03-301-0/+3
* Rename ident authentication over local connections to peerMagnus Hagander2011-03-191-1/+2
* Stamp copyrights for year 2011.Bruce Momjian2011-01-0111-11/+11
* Add a client authentication hook.Robert Haas2010-10-261-0/+4
* Support key word 'all' in host column of pg_hba.confPeter Eisentraut2010-10-181-1/+2
* Support host names in pg_hba.confPeter Eisentraut2010-10-152-0/+5
* Remove cvs keywords from all files.Magnus Hagander2010-09-2012-12/+12
* Add new message for explicit rejection by pg_hba.conf. ImplicitSimon Riggs2010-04-191-1/+2
* pgindent run for 9.0Bruce Momjian2010-02-264-12/+12
* Add support for RADIUS authentication.Magnus Hagander2010-01-272-3/+9
* Now that much of walreceiver has been pulled back into the postgresHeikki Linnakangas2010-01-201-3/+3
* Huh, apparently on cygwin we HAVE_SIGPROCMASK, so both variants ofTom Lane2010-01-161-2/+2
* PGDLLIMPORT-ize the remaining variables needed by walreceiver.Tom Lane2010-01-161-2/+2
* Introduce Streaming Replication.Heikki Linnakangas2010-01-152-2/+4
* Create typedef pgsocket for storing socket descriptors.Magnus Hagander2010-01-102-6/+6
* Update copyright for the year 2010.Bruce Momjian2010-01-0211-22/+22
* Don't unblock SIGQUIT in the SIGQUIT handlerPeter Eisentraut2009-12-161-1/+2
* If there is no sigdelset(), define it as a macro.Peter Eisentraut2009-12-161-3/+5
* Allow LDAP authentication to operate in search+bind mode, meaning itMagnus Hagander2009-12-121-1/+5