| Age | Commit message (Expand) | Author |
| 2000-12-06 | update VERSION to 7.1beta1.. | Marc G. Fournier |
| 2000-12-06 | -L linker options are now in LDFLAGS, not LIBS. The word hadn't gotten | Peter Eisentraut |
| 2000-12-06 | Don't include miscadmin.h in elog.h, since the former is not part of | Tom Lane |
| 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-04 | Fix bogus makefiles ... these didn't build on platforms that are stickyREL7_1_BETA | Tom Lane |
| 2000-12-04 | Seems to have been missed in GetPgUserName updates. | Tom Lane |
| 2000-12-04 | Eliminate some of the more blatant platform-dependencies ... it builds here n... | Tom Lane |
| 2000-12-04 | Seems like make clean or make distclean should clean out contrib | 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 | Clarify the allowed length of the text data type. | 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 | Correct obsolete entry for strpos(). | Tom Lane |
| 2000-11-30 | Minor tweaks in installation instructions, regenerate INSTALL file. | Peter Eisentraut |
| 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 obsolete claim that char(n) is more efficient than other text types. | Tom Lane |
| 2000-11-30 | Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now that | Tom Lane |
| 2000-11-30 | Sort out things after fe-connect.c cleanup after unix socket patch. | Peter Eisentraut |
| 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 |