summaryrefslogtreecommitdiff
path: root/src/backend/libpq
Commit message (Expand)AuthorAgeFilesLines
* Specify SA_NOCLDSTOP when enabling SIGCHLD, per suggestion fromTom Lane2004-08-151-1/+5
* Use gettext_noop() to mark strings. errmsg() perform theDennis Bjorklund2004-08-041-9/+9
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-041-2/+2
* Add some strings for translation and remove some cut'n'pasteDennis Bjorklund2004-08-041-11/+13
* >I got a new idea on this. I think we should add an initdb option thatBruce Momjian2004-08-011-9/+5
* Fix subtransaction behavior for large objects, temp namespace, files,Tom Lane2004-07-281-16/+57
* Add some more logging to simplify diagnosis of problems in IDENTTom Lane2004-07-261-3/+11
* Allow configuration files to be placed outside the data directory.Bruce Momjian2004-07-111-13/+23
* #ifdef out file permissions check on SSL key file when on Windows, asTom Lane2004-06-251-1/+12
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-301-3/+1
* Separate out bgwriter code into a logically separate module, ratherTom Lane2004-05-291-1/+13
* *) inet_(client|server)_(addr|port)() and necessary documentation forBruce Momjian2004-05-263-8/+15
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-262-139/+173
* Fix erroneous error message printout when a configuration file containsTom Lane2004-05-251-3/+3
* Improve error reporting behavior in parse_hba(): give more completeTom Lane2004-05-191-46/+61
* Ensure getaddrinfo_all returns null result on failure.Tom Lane2004-04-241-2/+5
* * Most changes are to fix warnings issued when compiling win32Bruce Momjian2004-04-191-3/+1
* Here's an attempt at new socket and signal code for win32.Bruce Momjian2004-04-121-291/+4
* Add thread locking to SSL and Kerberos connections.Bruce Momjian2004-03-241-2/+2
* Here is a patch that implements setitimer() on win32. With this patchBruce Momjian2004-02-181-3/+1
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-101-1/+2
* Win32 signals cleanup. Patch by Magnus Hagander, with input from ClaudioNeil Conway2004-02-081-16/+28
* Fix a read of uninitialized memory in next_token() of hba.c, spotted viaNeil Conway2004-02-021-76/+88
* Pgindent win32 signal code.Bruce Momjian2004-01-271-173/+214
* Here's the latest win32 signals code, this time in the form of a patchBruce Momjian2004-01-271-1/+242
* Patch that makes quoting "sameuser", "samegroup", and "all" removeBruce Momjian2003-12-252-9/+35
* Fix broken IDENT support for FreeBSD (appears to have been broken byTom Lane2003-12-201-14/+13
* Fix memory leak with SSL connections due to missing X509_free() calls.Tom Lane2003-12-181-1/+10
* This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut2003-12-121-4/+4
* Guard against bug in Solaris' bsearch(), per Michael Wildpaner.Tom Lane2003-12-051-2/+10
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-2911-11/+11
* Remove socket credentials defines not referenced.Bruce Momjian2003-10-251-4/+4
* Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut2003-09-262-5/+7
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-255-45/+45
* When I sent in the sslmode patch I forgot to update theBruce Momjian2003-09-131-6/+11
* Revert to our pre-7.4 behavior of identifying Unix-socket connections inTom Lane2003-09-121-2/+2
* Avoid using s_addr as a local variable name, to work around brokenTom Lane2003-09-081-13/+13
* Make the default pg_hba.conf include an entry for ::1 only if configureTom Lane2003-09-071-3/+3
* Second try at IPv4-to-v6 mapping code; avoid assuming that the structTom Lane2003-09-052-49/+46
* Allow IPv4-format entries in pg_hba.conf to match IPv6 connectionsTom Lane2003-09-053-34/+129
* This fixes three minor typos in hba.c.Bruce Momjian2003-09-051-4/+4
* Include 'IPv4', 'IPv6', or 'Unix' in socket-creation failure messages,Tom Lane2003-08-121-5/+37
* Change some frequently-reached elog(DEBUG...) calls to ereport(DEBUG...)Tom Lane2003-08-121-11/+23
* SCO_ACCEPT_BUG code didn't get updated for new SockAddr struct definition.Tom Lane2003-08-071-3/+3
* SSL_read/SSL_write do not approximate the return conventions of recv()Tom Lane2003-08-041-3/+11
* Update copyrights to 2003.Bruce Momjian2003-08-0410-20/+20
* pgindent run.Bruce Momjian2003-08-049-246/+233
* Comment out entries for IPv6 localhost connections, since they failTom Lane2003-08-011-4/+5
* Fix some unprotected references to AF_UNIX ... wouldn't compile onTom Lane2003-08-011-5/+11
* Fix inconsistent static-vs-not-static declarations.Tom Lane2003-08-011-3/+3