summaryrefslogtreecommitdiff
path: root/src/backend/libpq
Commit message (Expand)AuthorAgeFilesLines
* Finish up the flat-files project: get rid of GetRawDatabaseInfo() hackTom Lane2005-02-261-1/+49
* This patch optimizes the md5_text() function (which is used toNeil Conway2005-02-231-3/+3
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-222-7/+7
* Flat file cleanup phase 2: make it work for pg_group. The flat groupTom Lane2005-02-202-21/+28
* Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane2005-02-201-5/+4
* Improve documentation of signal usage for HAVE_SIGPROCMASK andBruce Momjian2005-02-141-5/+9
* Improve documentation of signal usage for HAVE_SIGPROCMASK andBruce Momjian2005-02-141-1/+5
* Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requestedBruce Momjian2005-02-121-2/+2
* Add conditional inclusion of <com_err.h> to support old 'heimdal'Tom Lane2005-01-121-1/+5
* Increase MAXLISTEN to a more generous value, and add an error messageTom Lane2005-01-121-2/+4
* Consistently use geteuid() not getuid(); there were a few places deviatingTom Lane2005-01-081-2/+2
* Improve comments in sample config files.Tom Lane2005-01-072-24/+31
* Adjust lookup of client-side profile files (.pgpass and so on) as perTom Lane2005-01-061-6/+6
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-3110-20/+20
* Cause pg_hba.conf file inclusion (@file stuff) to behave as documented,Tom Lane2004-12-271-76/+82
* Remove direct inclusions of <com_err.h> as well as configure test forTom Lane2004-12-201-2/+1
* Improve error reporting for SSL connection failures. Remove redundantTom Lane2004-11-201-38/+47
* Fix off-by-one memory allocation, as reported by Rod Taylor. AlsoTom Lane2004-11-171-16/+17
* Remove debugging printf from #ifdef WIN32 section.Neil Conway2004-11-171-2/+1
* Fix unportable code in SockAddr_cidr_mask: you can't assume thatTom Lane2004-11-081-19/+22
* Now that we advertize only CIDR address in pg_hba.conf, removeBruce Momjian2004-11-061-3/+0
* Add some code to ensure that we don't lose communication sync due toTom Lane2004-10-181-5/+52
* Message style revisionsPeter Eisentraut2004-10-122-17/+17
* Adjust configuration-files GUC behavior as per my recent proposal.Tom Lane2004-10-091-61/+29
* Whack some sense into the configuration-file-location patch.Tom Lane2004-10-081-12/+11
* Here is a patch to fix win32 ssl builds. Summary of changes:Bruce Momjian2004-10-061-4/+64
* Adjustment to test on unix domain socket variable for pg_hba.confBruce Momjian2004-10-061-2/+2
* Remove pg_hba.conf 'local' line for Win32 because it doesn't support unix domainBruce Momjian2004-10-061-3/+4
* Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian2004-09-271-5/+3
* Remove references to the ODBC driver from the main source tree. From KrisNeil Conway2004-09-271-17/+3
* Fix multiple breakages in our support for SSL certificates.Tom Lane2004-09-261-10/+15
* Repair bug that would allow libpq to think a command had succeeded whenTom Lane2004-09-261-19/+87
* If we're going to print unrecognized result codes from SSL_get_errorTom Lane2004-09-231-7/+13
* Fix memory leak in tokenize_file, per report from Vadim Passynkov.Tom Lane2004-09-181-3/+8
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-161-6/+6
* Ensure that pg_largeobject references opened by lo_import() or lo_export()Tom Lane2004-09-111-13/+25
* Fix Cygwin defines to be consistent.Bruce Momjian2004-09-091-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-297-77/+87
* Update copyright to 2004.Bruce Momjian2004-08-2910-20/+20
* Update documentation to prefer CIDR format for pg_hba.conf and use newBruce Momjian2004-08-261-5/+2
* Update Win32 wording.Bruce Momjian2004-08-261-20/+25
* Remove Solaris bug mention in pg_hba.conf.Bruce Momjian2004-08-211-3/+0
* >>At this stage of the game I would just change pg_hba.conf.sample to useBruce Momjian2004-08-201-3/+8
* 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