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