summaryrefslogtreecommitdiff
path: root/src/backend/libpq
AgeCommit message (Expand)Author
2004-08-04Use gettext_noop() to mark strings. errmsg() perform theDennis Bjorklund
2004-08-04Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane
2004-08-04Add some strings for translation and remove some cut'n'pasteDennis Bjorklund
2004-08-01>I got a new idea on this. I think we should add an initdb option thatBruce Momjian
2004-07-28Fix subtransaction behavior for large objects, temp namespace, files,Tom Lane
2004-07-26Add some more logging to simplify diagnosis of problems in IDENTTom Lane
2004-07-11Allow configuration files to be placed outside the data directory.Bruce Momjian
2004-06-25#ifdef out file permissions check on SSL key file when on Windows, asTom Lane
2004-05-30Use the new List API function names throughout the backend, and disable theNeil Conway
2004-05-29Separate out bgwriter code into a logically separate module, ratherTom Lane
2004-05-26*) inet_(client|server)_(addr|port)() and necessary documentation forBruce Momjian
2004-05-26Reimplement the linked list data structure used throughout the backend.Neil Conway
2004-05-25Fix erroneous error message printout when a configuration file containsTom Lane
2004-05-19Improve error reporting behavior in parse_hba(): give more completeTom Lane
2004-04-24Ensure getaddrinfo_all returns null result on failure.Tom Lane
2004-04-19* Most changes are to fix warnings issued when compiling win32Bruce Momjian
2004-04-12Here's an attempt at new socket and signal code for win32.Bruce Momjian
2004-03-24Add thread locking to SSL and Kerberos connections.Bruce Momjian
2004-02-18Here is a patch that implements setitimer() on win32. With this patchBruce Momjian
2004-02-10Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane
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-27Pgindent win32 signal code.Bruce Momjian
2004-01-27Here's the latest win32 signals code, this time in the form of a patchBruce Momjian
2003-12-25Patch that makes quoting "sameuser", "samegroup", and "all" removeBruce Momjian
2003-12-20Fix broken IDENT support for FreeBSD (appears to have been broken byTom Lane
2003-12-18Fix memory leak with SSL connections due to missing X509_free() calls.Tom Lane
2003-12-12This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut
2003-12-05Guard against bug in Solaris' bsearch(), per Michael Wildpaner.Tom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-10-25Remove socket credentials defines not referenced.Bruce Momjian
2003-09-26Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-09-13When I sent in the sslmode patch I forgot to update theBruce Momjian
2003-09-12Revert to our pre-7.4 behavior of identifying Unix-socket connections inTom Lane
2003-09-08Avoid using s_addr as a local variable name, to work around brokenTom Lane
2003-09-07Make the default pg_hba.conf include an entry for ::1 only if configureTom Lane
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-09-05This fixes three minor typos in hba.c.Bruce Momjian
2003-08-12Include 'IPv4', 'IPv6', or 'Unix' in socket-creation failure messages,Tom Lane
2003-08-12Change some frequently-reached elog(DEBUG...) calls to ereport(DEBUG...)Tom Lane
2003-08-07SCO_ACCEPT_BUG code didn't get updated for new SockAddr struct definition.Tom Lane
2003-08-04SSL_read/SSL_write do not approximate the return conventions of recv()Tom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-08-01Comment out entries for IPv6 localhost connections, since they failTom Lane
2003-08-01Fix some unprotected references to AF_UNIX ... wouldn't compile onTom Lane
2003-08-01Fix inconsistent static-vs-not-static declarations.Tom Lane
2003-07-28Localizability improvement.Tom Lane