| Commit message (Expand) | Author | Age | Files | Lines |
| * | Finish up the flat-files project: get rid of GetRawDatabaseInfo() hack | Tom Lane | 2005-02-26 | 1 | -1/+49 |
| * | This patch optimizes the md5_text() function (which is used to | Neil Conway | 2005-02-23 | 1 | -3/+3 |
| * | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian | 2005-02-22 | 2 | -7/+7 |
| * | Flat file cleanup phase 2: make it work for pg_group. The flat group | Tom Lane | 2005-02-20 | 2 | -21/+28 |
| * | Add code to prevent transaction ID wraparound by enforcing a safe limit | Tom Lane | 2005-02-20 | 1 | -5/+4 |
| * | Improve documentation of signal usage for HAVE_SIGPROCMASK and | Bruce Momjian | 2005-02-14 | 1 | -5/+9 |
| * | Improve documentation of signal usage for HAVE_SIGPROCMASK and | Bruce Momjian | 2005-02-14 | 1 | -1/+5 |
| * | Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requested | Bruce Momjian | 2005-02-12 | 1 | -2/+2 |
| * | Add conditional inclusion of <com_err.h> to support old 'heimdal' | Tom Lane | 2005-01-12 | 1 | -1/+5 |
| * | Increase MAXLISTEN to a more generous value, and add an error message | Tom Lane | 2005-01-12 | 1 | -2/+4 |
| * | Consistently use geteuid() not getuid(); there were a few places deviating | Tom Lane | 2005-01-08 | 1 | -2/+2 |
| * | Improve comments in sample config files. | Tom Lane | 2005-01-07 | 2 | -24/+31 |
| * | Adjust lookup of client-side profile files (.pgpass and so on) as per | Tom Lane | 2005-01-06 | 1 | -6/+6 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 10 | -20/+20 |
| * | Cause pg_hba.conf file inclusion (@file stuff) to behave as documented, | Tom Lane | 2004-12-27 | 1 | -76/+82 |
| * | Remove direct inclusions of <com_err.h> as well as configure test for | Tom Lane | 2004-12-20 | 1 | -2/+1 |
| * | Improve error reporting for SSL connection failures. Remove redundant | Tom Lane | 2004-11-20 | 1 | -38/+47 |
| * | Fix off-by-one memory allocation, as reported by Rod Taylor. Also | Tom Lane | 2004-11-17 | 1 | -16/+17 |
| * | Remove debugging printf from #ifdef WIN32 section. | Neil Conway | 2004-11-17 | 1 | -2/+1 |
| * | Fix unportable code in SockAddr_cidr_mask: you can't assume that | Tom Lane | 2004-11-08 | 1 | -19/+22 |
| * | Now that we advertize only CIDR address in pg_hba.conf, remove | Bruce Momjian | 2004-11-06 | 1 | -3/+0 |
| * | Add some code to ensure that we don't lose communication sync due to | Tom Lane | 2004-10-18 | 1 | -5/+52 |
| * | Message style revisions | Peter Eisentraut | 2004-10-12 | 2 | -17/+17 |
| * | Adjust configuration-files GUC behavior as per my recent proposal. | Tom Lane | 2004-10-09 | 1 | -61/+29 |
| * | Whack some sense into the configuration-file-location patch. | Tom Lane | 2004-10-08 | 1 | -12/+11 |
| * | Here is a patch to fix win32 ssl builds. Summary of changes: | Bruce Momjian | 2004-10-06 | 1 | -4/+64 |
| * | Adjustment to test on unix domain socket variable for pg_hba.conf | Bruce Momjian | 2004-10-06 | 1 | -2/+2 |
| * | Remove pg_hba.conf 'local' line for Win32 because it doesn't support unix domain | Bruce Momjian | 2004-10-06 | 1 | -3/+4 |
| * | Add new macro as shorthand for MS VC and Borland C++: | Bruce Momjian | 2004-09-27 | 1 | -5/+3 |
| * | Remove references to the ODBC driver from the main source tree. From Kris | Neil Conway | 2004-09-27 | 1 | -17/+3 |
| * | Fix multiple breakages in our support for SSL certificates. | Tom Lane | 2004-09-26 | 1 | -10/+15 |
| * | Repair bug that would allow libpq to think a command had succeeded when | Tom Lane | 2004-09-26 | 1 | -19/+87 |
| * | If we're going to print unrecognized result codes from SSL_get_error | Tom Lane | 2004-09-23 | 1 | -7/+13 |
| * | Fix memory leak in tokenize_file, per report from Vadim Passynkov. | Tom Lane | 2004-09-18 | 1 | -3/+8 |
| * | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 | 1 | -6/+6 |
| * | Ensure that pg_largeobject references opened by lo_import() or lo_export() | Tom Lane | 2004-09-11 | 1 | -13/+25 |
| * | Fix Cygwin defines to be consistent. | Bruce Momjian | 2004-09-09 | 1 | -2/+2 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 7 | -77/+87 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 10 | -20/+20 |
| * | Update documentation to prefer CIDR format for pg_hba.conf and use new | Bruce Momjian | 2004-08-26 | 1 | -5/+2 |
| * | Update Win32 wording. | Bruce Momjian | 2004-08-26 | 1 | -20/+25 |
| * | Remove Solaris bug mention in pg_hba.conf. | Bruce Momjian | 2004-08-21 | 1 | -3/+0 |
| * | >>At this stage of the game I would just change pg_hba.conf.sample to use | Bruce Momjian | 2004-08-20 | 1 | -3/+8 |
| * | Specify SA_NOCLDSTOP when enabling SIGCHLD, per suggestion from | Tom Lane | 2004-08-15 | 1 | -1/+5 |
| * | Use gettext_noop() to mark strings. errmsg() perform the | Dennis Bjorklund | 2004-08-04 | 1 | -9/+9 |
| * | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane | 2004-08-04 | 1 | -2/+2 |
| * | Add some strings for translation and remove some cut'n'paste | Dennis Bjorklund | 2004-08-04 | 1 | -11/+13 |
| * | >I got a new idea on this. I think we should add an initdb option that | Bruce Momjian | 2004-08-01 | 1 | -9/+5 |
| * | Fix subtransaction behavior for large objects, temp namespace, files, | Tom Lane | 2004-07-28 | 1 | -16/+57 |
| * | Add some more logging to simplify diagnosis of problems in IDENT | Tom Lane | 2004-07-26 | 1 | -3/+11 |