summaryrefslogtreecommitdiff
path: root/src/include/libpq
Commit message (Expand)AuthorAgeFilesLines
* This patch adds native LDAP auth, for those platforms that don't haveBruce Momjian2006-03-061-1/+4
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-0510-20/+20
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-223-21/+21
* Repair an error introduced by log_line_prefix patch: it is not acceptableTom Lane2005-11-051-2/+1
* Clean up libpq's pollution of application namespace by renaming theTom Lane2005-10-173-26/+20
* Standard pgindent run for 8.1.Bruce Momjian2005-10-156-40/+35
* Tweak TCP-keepalive code so that an invalid setting doesn't cause usTom Lane2005-09-121-19/+16
* Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane2005-08-111-2/+3
* Add GUC variables to control keep-alive times for idle, interval, andBruce Momjian2005-07-301-1/+32
* Clean up a number of autovacuum loose ends. Make the stats collectorTom Lane2005-07-291-3/+3
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-4/+3
* Remove support for Kerberos V4. It seems no one is using this, it hasNeil Conway2005-06-273-7/+5
* Add GUC krb_server_hostname so the server hostname can be specified asBruce Momjian2005-06-141-1/+2
* Adjust lo_open() so that specifying INV_READ without INV_WRITE createsTom Lane2005-06-131-1/+2
* Allow kerberos name and username case sensitivity to be specified fromBruce Momjian2005-06-041-1/+3
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-251-2/+2
* Finish up the flat-files project: get rid of GetRawDatabaseInfo() hackTom Lane2005-02-261-6/+5
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-011-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-319-18/+18
* Remove references to the ODBC driver from the main source tree. From KrisNeil Conway2004-09-271-3/+1
* Repair bug that would allow libpq to think a command had succeeded whenTom Lane2004-09-261-1/+2
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-161-3/+3
* Pgindent run for 8.0.Bruce Momjian2004-08-293-13/+14
* Update copyright to 2004.Bruce Momjian2004-08-299-18/+18
* Fix subtransaction behavior for large objects, temp namespace, files,Tom Lane2004-07-281-3/+5
* Avoid including <sys/time.h> on platforms that don't have it.Tom Lane2004-06-241-2/+3
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-211-3/+2
* Here's an attempt at new socket and signal code for win32.Bruce Momjian2004-04-121-21/+1
* Corrects issues recently posted by Dann Corbit, allowing libpq/psql toBruce Momjian2004-04-051-1/+3
* Code review for log_line_prefix patch. Cooperate with StringInfo insteadTom Lane2004-03-191-3/+9
* Add:Bruce Momjian2004-03-091-1/+2
* Fix random build breakage from log_disconnections patch.Tom Lane2004-02-211-4/+5
* This patch brings up to date what I did last year (now unfortunatelyBruce Momjian2004-02-171-1/+4
* Win32 signals cleanup. Patch by Magnus Hagander, with input from ClaudioNeil Conway2004-02-081-110/+9
* Fix a read of uninitialized memory in next_token() of hba.c, spotted viaNeil Conway2004-02-021-13/+1
* Here's the latest win32 signals code, this time in the form of a patchBruce Momjian2004-01-271-2/+128
* This patch is the next step towards (re)allowing fork/exec.Bruce Momjian2003-12-201-1/+7
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-2911-11/+11
* Second try at IPv4-to-v6 mapping code; avoid assuming that the structTom Lane2003-09-051-2/+2
* Allow IPv4-format entries in pg_hba.conf to match IPv6 connectionsTom Lane2003-09-051-1/+6
* Update copyrights to 2003.Bruce Momjian2003-08-049-18/+18
* pgindent run.Bruce Momjian2003-08-046-54/+57
* elog mop-up.Tom Lane2003-07-271-2/+2
* Have a go at fixing various outstanding portability issues in code thatTom Lane2003-07-232-41/+37
* Avoid use of int64_t, which seems not to be very portable. SimplifyTom Lane2003-07-151-27/+21
* typedef sa_family_t for cygwin.Bruce Momjian2003-06-241-1/+5
* Remove references to sa_family_t, except when SOCKADDR_STORAGE requiresBruce Momjian2003-06-231-1/+7
* IPv6 cleanups.Bruce Momjian2003-06-123-48/+56
* Back out this patch because it is patched inside a later patch.Bruce Momjian2003-06-121-3/+1
* Here is a patch that allows CIDR netmasks in pg_hba.conf. It allows twoBruce Momjian2003-06-121-1/+3