| Age | Commit message (Expand) | Author |
| 2000-12-05 | I've just seen what happens when the MEMORY_CONTEXT_CHECKING code fires | Tom Lane |
| 2000-12-05 | In SELECT FOR UPDATE, silently ignore null CTIDs, rather than generating | Tom Lane |
| 2000-12-05 | From Stephan Szabo: | Tom Lane |
| 2000-12-05 | Add regress test case for INSERT ... SELECT in rules. | Tom Lane |
| 2000-12-05 | Repair breakage of rules containing INSERT ... SELECT actions, per bug | Tom Lane |
| 2000-12-03 | corrections | Peter Eisentraut |
| 2000-12-03 | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane |
| 2000-12-03 | Update for new tests. These are extrapolations and will need to be confirmed | Tom Lane |
| 2000-12-03 | Update for new tests. | Tom Lane |
| 2000-12-03 | Don't use 'private' as a parameter name in visible headers ... makes C++ | Tom Lane |
| 2000-12-03 | Fix counting of lines in scripts with 'copy from stdin'. | Peter Eisentraut |
| 2000-12-03 | Repair usage of the OVERLAPS operator. | Thomas G. Lockhart |
| 2000-12-03 | Convert files from DOS format to normal text. | Thomas G. Lockhart |
| 2000-12-03 | Support IBM S/390. Patches from Neale Ferguson@softwareAG-usa.com. | Thomas G. Lockhart |
| 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-02 | Don't cause --enable-cassert to define COPY_PARSE_PLAN_TREES automatically | Tom Lane |
| 2000-12-01 | Make tuple receive/print routines TOAST-aware. Formerly, printtup would | Tom Lane |
| 2000-12-01 | Fix inadequate tree-walking code in exec_eval_clear_fcache. | 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 default socket directory location configurable from config.h. | Tom Lane |
| 2000-11-30 | Remove DISABLE_COMPLEX_MACRO definitions, since people seem to be getting | Peter Eisentraut |
| 2000-11-30 | Remove old regression test drivers. | Peter Eisentraut |
| 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 | Remove remaining unixsocket-setting interfaces, since the host parameter | Peter Eisentraut |
| 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-28 | Remove PQunixsocket from dll file. | Bruce Momjian |
| 2000-11-28 | Remove PQunixsocket prototype | Bruce Momjian |
| 2000-11-28 | Remove PQunixsocket, per Peter's recommendation. PQhost shows the socket dir... | Bruce Momjian |
| 2000-11-27 | Make PQhost return socket path. | Bruce Momjian |
| 2000-11-27 | This patch allow pg_dump save name of primary key constraint (if primary | Bruce Momjian |
| 2000-11-27 | Added pg_execute command behaving like spi_exec of PL/Tcl | Jan Wieck |
| 2000-11-27 | Check for link(2) failure. | Tom Lane |