summaryrefslogtreecommitdiff
path: root/src/backend/libpq
AgeCommit message (Expand)Author
2005-02-23This patch optimizes the md5_text() function (which is used toNeil Conway
2005-02-22Use _() macro consistently rather than gettext(). Add translationBruce Momjian
2005-02-20Flat file cleanup phase 2: make it work for pg_group. The flat groupTom Lane
2005-02-20Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane
2005-02-14Improve documentation of signal usage for HAVE_SIGPROCMASK andBruce Momjian
2005-02-14Improve documentation of signal usage for HAVE_SIGPROCMASK andBruce Momjian
2005-02-12Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requestedBruce Momjian
2005-01-12Add conditional inclusion of <com_err.h> to support old 'heimdal'Tom Lane
2005-01-12Increase MAXLISTEN to a more generous value, and add an error messageTom Lane
2005-01-08Consistently use geteuid() not getuid(); there were a few places deviatingTom Lane
2005-01-07Improve comments in sample config files.Tom Lane
2005-01-06Adjust lookup of client-side profile files (.pgpass and so on) as perTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-12-27Cause pg_hba.conf file inclusion (@file stuff) to behave as documented,Tom Lane
2004-12-20Remove direct inclusions of <com_err.h> as well as configure test forTom Lane
2004-11-20Improve error reporting for SSL connection failures. Remove redundantTom Lane
2004-11-17Fix off-by-one memory allocation, as reported by Rod Taylor. AlsoTom Lane
2004-11-17Remove debugging printf from #ifdef WIN32 section.Neil Conway
2004-11-08Fix unportable code in SockAddr_cidr_mask: you can't assume thatTom Lane
2004-11-06Now that we advertize only CIDR address in pg_hba.conf, removeBruce Momjian
2004-10-18Add some code to ensure that we don't lose communication sync due toTom Lane
2004-10-12Message style revisionsPeter Eisentraut
2004-10-09Adjust configuration-files GUC behavior as per my recent proposal.Tom Lane
2004-10-08Whack some sense into the configuration-file-location patch.Tom Lane
2004-10-06Here is a patch to fix win32 ssl builds. Summary of changes:Bruce Momjian
2004-10-06Adjustment to test on unix domain socket variable for pg_hba.confBruce Momjian
2004-10-06Remove pg_hba.conf 'local' line for Win32 because it doesn't support unix domainBruce Momjian
2004-09-27Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian
2004-09-27Remove references to the ODBC driver from the main source tree. From KrisNeil Conway
2004-09-26Fix multiple breakages in our support for SSL certificates.Tom Lane
2004-09-26Repair bug that would allow libpq to think a command had succeeded whenTom Lane
2004-09-23If we're going to print unrecognized result codes from SSL_get_errorTom Lane
2004-09-18Fix memory leak in tokenize_file, per report from Vadim Passynkov.Tom Lane
2004-09-16Restructure subtransaction handling to reduce resource consumption,Tom Lane
2004-09-11Ensure that pg_largeobject references opened by lo_import() or lo_export()Tom Lane
2004-09-09Fix Cygwin defines to be consistent.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-26Update documentation to prefer CIDR format for pg_hba.conf and use newBruce Momjian
2004-08-26Update Win32 wording.Bruce Momjian
2004-08-21Remove Solaris bug mention in pg_hba.conf.Bruce Momjian
2004-08-20>>At this stage of the game I would just change pg_hba.conf.sample to useBruce Momjian
2004-08-15Specify SA_NOCLDSTOP when enabling SIGCHLD, per suggestion fromTom Lane
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