| Commit message (Expand) | Author | Age |
* | Planner speedup hacking. Avoid saving useless pathkeys, so that path | Tom Lane | 2000-12-14 |
* | Make sure to not handle deactivated system indexes | Hiroshi Inoue | 2000-12-14 |
* | Change StoreCatalogInheritance() to work from a list of parent relation | Tom Lane | 2000-12-14 |
* | Fix thinko for case of outer join where inner table is empty: should | Tom Lane | 2000-12-13 |
* | Cache eval cost of qualification expressions in RestrictInfo nodes to | Tom Lane | 2000-12-12 |
* | Remove elog for online log files. | Vadim B. Mikheev | 2000-12-11 |
* | elog(LOG)-->elog(DEBUG) for skipped logs. | Vadim B. Mikheev | 2000-12-11 |
* | Tweak Darwin patch to get right include order. | Tom Lane | 2000-12-11 |
* | Resolve complie error(was my fault). | Hiroshi Inoue | 2000-12-11 |
* | *redo: Heap move* neglects to set t_cmin for MOVED_IN tuples. | Hiroshi Inoue | 2000-12-11 |
* | Fix ILIKE bug (only in multi-byte case) | Tatsuo Ishii | 2000-12-11 |
* | Darwin porting patches from Peter Bierman <bierman@apple.com> | Tom Lane | 2000-12-11 |
* | Portability fix from Ryan Kirkpatrick's Alpha patches. I believe this | Tom Lane | 2000-12-09 |
* | Suppress compiler warnings. | Tom Lane | 2000-12-09 |
* | Fix a bug in conversion from big5 to EUC_TW (CNS 11643-1992 Plane 3) | Tatsuo Ishii | 2000-12-09 |
* | Repair erroneous use of hashvarlena() for MACADDR, which is not a | Tom Lane | 2000-12-08 |
* | Resurrect -F switch: it controls fsyncs again, though the fsyncs are | Tom Lane | 2000-12-08 |
* | Add missing copyright and RCS identification header. | Tom Lane | 2000-12-08 |
* | Remove error check that disallowed setval() on a sequence with cache | Tom Lane | 2000-12-08 |
* | Cache invalidation for vacuum of system tables. | Hiroshi Inoue | 2000-12-08 |
* | REINDEX under WAL. | Hiroshi Inoue | 2000-12-08 |
* | 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 |