| Commit message (Expand) | Author | Age |
* | Change lpad() and rpad() to behave more Oracle-compatibly when target | Tom Lane | 2000-12-07 |
* | checkretval() failed to cope with an empty SQL function body. | Tom Lane | 2000-12-07 |
* | Make OVERLAPS operators conform to SQL92 spec regarding NULL handling. | Tom Lane | 2000-12-07 |
* | RecordTransactionAbort() shouldn't log XLOG_XACT_ABORT | Hiroshi Inoue | 2000-12-07 |
* | Silence compiler warning. | Tom Lane | 2000-12-07 |
* | Silence compiler warning. | Tom Lane | 2000-12-07 |
* | Make application of FOR UPDATE to a view work exactly like the parser's | Tom Lane | 2000-12-07 |
* | transformForUpdate() mustn't assume rowMarks list is initially empty. | Tom Lane | 2000-12-07 |
* | Clean up handling of FOR UPDATE inside views and subselects ... make it | Tom Lane | 2000-12-06 |
* | Don't include miscadmin.h in elog.h, since the former is not part of | Tom Lane | 2000-12-06 |
* | 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 |
* | Repair breakage of rules containing INSERT ... SELECT actions, per bug | Tom Lane | 2000-12-05 |
* | corrections | Peter Eisentraut | 2000-12-03 |
* | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane | 2000-12-03 |
* | Don't use 'private' as a parameter name in visible headers ... makes C++ | Tom Lane | 2000-12-03 |
* | Repair usage of the OVERLAPS operator. | 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-03 |
* | 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 |
* | 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-12-01 |
* | 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-30 |
* | 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-29 |
* | 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 |
* | 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-27 |
* | 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-26 |
* | 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 |