| Age | Commit message (Expand) | Author |
| 2000-12-03 | Final(?) GUC clean-up. Update psql tab completion. | Peter Eisentraut |
| 2000-12-03 | Disable elog(ERROR|FATAL) in signal handlers in | Vadim B. Mikheev |
| 2000-12-02 | Avoid memory leakage during regular COPY when outputting toasted values. | Tom Lane |
| 2000-12-02 | Avoid repeated detoasting (and possible memory leaks) when processing | Tom Lane |
| 2000-12-01 | Make tuple receive/print routines TOAST-aware. Formerly, printtup would | Tom Lane |
| 2000-12-01 | Make elog() switch to ErrorContext while invoking libpq output routines, | Tom Lane |
| 2000-12-01 | Pursuant to a pghackers discussion back around 11-Jul-00, get rid of aset.c's | Tom Lane |
| 2000-12-01 | It seems appropriate that the extended MEMORY_CONTEXT_CHECKING code | Tom Lane |
| 2000-12-01 | Clean up MEMORY_CONTEXT_CHECKING code, and apply it more thoroughly. Also, | Tom Lane |
| 2000-11-30 | Repair residual sillinesses from UUNET virtual host/socket path patch. | Tom Lane |
| 2000-11-30 | Make all commands that link a program look like | Peter Eisentraut |
| 2000-11-30 | misc | Vadim B. Mikheev |
| 2000-11-30 | Hope that this is valid localbuf.c version | Vadim B. Mikheev |
| 2000-11-30 | Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now that | Tom Lane |
| 2000-11-30 | No more #ifdef XLOG. | Vadim B. Mikheev |
| 2000-11-30 | It seems some platforms declare kill(2) in signal.h not unistd.h. | Tom Lane |
| 2000-11-30 | XLOG stuff for sequences. | Vadim B. Mikheev |
| 2000-11-30 | Rearrange bufmgr header files so that buf_internals.h need not be | Tom Lane |
| 2000-11-30 | all options are allowed if not under postmaster: | Vadim B. Mikheev |
| 2000-11-29 | Just noticed that with -S switch, MyProcPid is permanently wrong in | Tom Lane |
| 2000-11-29 | Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the Unix | Tom Lane |
| 2000-11-28 | aclitemout() shouldn't coredump when it finds an ACL item | Tom Lane |
| 2000-11-28 | Significant cleanups in SysV IPC handling (shared mem and semaphores). | Tom Lane |
| 2000-11-27 | Check for link(2) failure. | Tom Lane |
| 2000-11-27 | Not invoke CheckPoint process while postmaster is waiting for all backends | Hiroshi Inoue |
| 2000-11-27 | Be a little more careful with strtok(). | Tom Lane |
| 2000-11-27 | Pay attention to fgets() failure return. | Tom Lane |
| 2000-11-26 | Fix for inserting/copying longer multibyte strings into bpchar data | Tatsuo Ishii |
| 2000-11-26 | Unicode conversion fix suggested by Jan Varga... | Tatsuo Ishii |
| 2000-11-25 | Make PGLC_setlocale() static, and document that it can't be used safely | Tom Lane |
| 2000-11-25 | Fix some portability bugs I'd introduced into inet/cidr code --- | Tom Lane |
| 2000-11-25 | Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb; | Tom Lane |
| 2000-11-25 | Fix elog logic so that error messages displayed during initdb (or | Tom Lane |
| 2000-11-25 | Advertise --help (rather than '-?') as help option (problems with csh). | Peter Eisentraut |
| 2000-11-25 | here is a patch for formatting.c (to_char/timestampt()), for 7.1 | Bruce Momjian |
| 2000-11-25 | > > Looking some more, I found some other places that need a space (I | Bruce Momjian |
| 2000-11-25 | Rename GUC name from unixsocket to unix_socket_directory | Bruce Momjian |
| 2000-11-25 | Clean up comments, organize code snippets added at different times into | Tom Lane |
| 2000-11-24 | Make SET SESSION CHARACTERISTICS compliant with SQL 99. Remove redundant, | Peter Eisentraut |
| 2000-11-24 | A catalog cache that never caches isn't much of a cache :-(. Mea culpa. | Tom Lane |
| 2000-11-23 | Ensure that mergejoin plan will be considered for FULL OUTER JOIN even | Tom Lane |
| 2000-11-23 | Set fdstate in fileNameOpenFile. | Vadim B. Mikheev |
| 2000-11-22 | Fix for bitsubstr when third argument is missing (i.e., -1). | Peter Eisentraut |
| 2000-11-22 | avoid opening view files. | Hiroshi Inoue |
| 2000-11-21 | Extend accept/AF_UNIX bug workaround to SCO OpenServer. | Peter Eisentraut |
| 2000-11-21 | Refine log/error messages. Print out the errno message, not the number. | Peter Eisentraut |
| 2000-11-21 | Put external declarations into header files. | Peter Eisentraut |
| 2000-11-21 | Improve comments. | Tom Lane |
| 2000-11-21 | Improve comments in pg_hba.conf.sample and the associated SGML | Tom Lane |
| 2000-11-21 | misc | Vadim B. Mikheev |