summaryrefslogtreecommitdiff
path: root/src/include/libpq
AgeCommit message (Expand)Author
2005-09-12Tweak TCP-keepalive code so that an invalid setting doesn't cause usTom Lane
2005-08-11Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane
2005-07-30Add GUC variables to control keep-alive times for idle, interval, andBruce Momjian
2005-07-29Clean up a number of autovacuum loose ends. Make the stats collectorTom Lane
2005-06-28Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane
2005-06-27Remove support for Kerberos V4. It seems no one is using this, it hasNeil Conway
2005-06-14Add GUC krb_server_hostname so the server hostname can be specified asBruce Momjian
2005-06-13Adjust lo_open() so that specifying INV_READ without INV_WRITE createsTom Lane
2005-06-04Allow kerberos name and username case sensitivity to be specified fromBruce Momjian
2005-05-25Add parentheses to macros when args are used in computations. WithoutBruce Momjian
2005-02-26Finish up the flat-files project: get rid of GetRawDatabaseInfo() hackTom Lane
2005-01-01Some more missed copyright notices. Many of these look like theyTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-09-27Remove references to the ODBC driver from the main source tree. From KrisNeil Conway
2004-09-26Repair bug that would allow libpq to think a command had succeeded whenTom Lane
2004-09-16Restructure subtransaction handling to reduce resource consumption,Tom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-07-28Fix subtransaction behavior for large objects, temp namespace, files,Tom Lane
2004-06-24Avoid including <sys/time.h> on platforms that don't have it.Tom Lane
2004-05-21Integrate src/timezone library for all platforms. There is more we canTom Lane
2004-04-12Here's an attempt at new socket and signal code for win32.Bruce Momjian
2004-04-05Corrects issues recently posted by Dann Corbit, allowing libpq/psql toBruce Momjian
2004-03-19Code review for log_line_prefix patch. Cooperate with StringInfo insteadTom Lane
2004-03-09Add:Bruce Momjian
2004-02-21Fix random build breakage from log_disconnections patch.Tom Lane
2004-02-17This patch brings up to date what I did last year (now unfortunatelyBruce Momjian
2004-02-08Win32 signals cleanup. Patch by Magnus Hagander, with input from ClaudioNeil Conway
2004-02-02Fix a read of uninitialized memory in next_token() of hba.c, spotted viaNeil Conway
2004-01-27Here's the latest win32 signals code, this time in the form of a patchBruce Momjian
2003-12-20This patch is the next step towards (re)allowing fork/exec.Bruce Momjian
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-09-05Second try at IPv4-to-v6 mapping code; avoid assuming that the structTom Lane
2003-09-05Allow IPv4-format entries in pg_hba.conf to match IPv6 connectionsTom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-07-27elog mop-up.Tom Lane
2003-07-23Have a go at fixing various outstanding portability issues in code thatTom Lane
2003-07-15Avoid use of int64_t, which seems not to be very portable. SimplifyTom Lane
2003-06-24typedef sa_family_t for cygwin.Bruce Momjian
2003-06-23Remove references to sa_family_t, except when SOCKADDR_STORAGE requiresBruce Momjian
2003-06-12IPv6 cleanups.Bruce Momjian
2003-06-12Back out this patch because it is patched inside a later patch.Bruce Momjian
2003-06-12Here is a patch that allows CIDR netmasks in pg_hba.conf. It allows twoBruce Momjian
2003-06-09freeaddrinfo2() does need two parameters after all, per comment byTom Lane
2003-06-08libpq can now talk to either 3.0 or 2.0 protocol servers. It first triesTom Lane
2003-05-09COPY BINARY uses the new binary I/O routines. Update a few more datatypesTom Lane
2003-05-09Binary send/receive routines for a few basic datatypes --- enough forTom Lane
2003-05-08I think we're done with protocol instability, so mark server and libpqTom Lane
2003-05-08Update 3.0 protocol support to match recent agreements about how toTom Lane