aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Planner speedup hacking. Avoid saving useless pathkeys, so that pathTom Lane2000-12-14
* Make sure to not handle deactivated system indexesHiroshi Inoue2000-12-14
* Change StoreCatalogInheritance() to work from a list of parent relationTom Lane2000-12-14
* Fix thinko for case of outer join where inner table is empty: shouldTom Lane2000-12-13
* Cache eval cost of qualification expressions in RestrictInfo nodes toTom Lane2000-12-12
* Remove elog for online log files.Vadim B. Mikheev2000-12-11
* elog(LOG)-->elog(DEBUG) for skipped logs.Vadim B. Mikheev2000-12-11
* Tweak Darwin patch to get right include order.Tom Lane2000-12-11
* Resolve complie error(was my fault).Hiroshi Inoue2000-12-11
* *redo: Heap move* neglects to set t_cmin for MOVED_IN tuples.Hiroshi Inoue2000-12-11
* Fix ILIKE bug (only in multi-byte case)Tatsuo Ishii2000-12-11
* Darwin porting patches from Peter Bierman <bierman@apple.com>Tom Lane2000-12-11
* Portability fix from Ryan Kirkpatrick's Alpha patches. I believe thisTom Lane2000-12-09
* Suppress compiler warnings.Tom Lane2000-12-09
* Fix a bug in conversion from big5 to EUC_TW (CNS 11643-1992 Plane 3)Tatsuo Ishii2000-12-09
* Repair erroneous use of hashvarlena() for MACADDR, which is not aTom Lane2000-12-08
* Resurrect -F switch: it controls fsyncs again, though the fsyncs areTom Lane2000-12-08
* Add missing copyright and RCS identification header.Tom Lane2000-12-08
* Remove error check that disallowed setval() on a sequence with cacheTom Lane2000-12-08
* Cache invalidation for vacuum of system tables.Hiroshi Inoue2000-12-08
* REINDEX under WAL.Hiroshi Inoue2000-12-08
* Change lpad() and rpad() to behave more Oracle-compatibly when targetTom Lane2000-12-07
* checkretval() failed to cope with an empty SQL function body.Tom Lane2000-12-07
* Make OVERLAPS operators conform to SQL92 spec regarding NULL handling.Tom Lane2000-12-07
* RecordTransactionAbort() shouldn't log XLOG_XACT_ABORTHiroshi Inoue2000-12-07
* Silence compiler warning.Tom Lane2000-12-07
* Silence compiler warning.Tom Lane2000-12-07
* Make application of FOR UPDATE to a view work exactly like the parser'sTom Lane2000-12-07
* transformForUpdate() mustn't assume rowMarks list is initially empty.Tom Lane2000-12-07
* Clean up handling of FOR UPDATE inside views and subselects ... make itTom Lane2000-12-06
* Don't include miscadmin.h in elog.h, since the former is not part ofTom Lane2000-12-06
* I've just seen what happens when the MEMORY_CONTEXT_CHECKING code firesTom Lane2000-12-05
* In SELECT FOR UPDATE, silently ignore null CTIDs, rather than generatingTom Lane2000-12-05
* From Stephan Szabo:Tom Lane2000-12-05
* Repair breakage of rules containing INSERT ... SELECT actions, per bugTom Lane2000-12-05
* correctionsPeter Eisentraut2000-12-03
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-03
* Don't use 'private' as a parameter name in visible headers ... makes C++Tom Lane2000-12-03
* Repair usage of the OVERLAPS operator.Thomas G. Lockhart2000-12-03
* Final(?) GUC clean-up. Update psql tab completion.Peter Eisentraut2000-12-03
* Disable elog(ERROR|FATAL) in signal handlers inVadim B. Mikheev2000-12-03
* Avoid memory leakage during regular COPY when outputting toasted values.Tom Lane2000-12-02
* Avoid repeated detoasting (and possible memory leaks) when processingTom Lane2000-12-02
* Make tuple receive/print routines TOAST-aware. Formerly, printtup wouldTom Lane2000-12-01
* Make elog() switch to ErrorContext while invoking libpq output routines,Tom Lane2000-12-01
* Pursuant to a pghackers discussion back around 11-Jul-00, get rid of aset.c'sTom Lane2000-12-01
* It seems appropriate that the extended MEMORY_CONTEXT_CHECKING codeTom Lane2000-12-01
* Clean up MEMORY_CONTEXT_CHECKING code, and apply it more thoroughly. Also,Tom Lane2000-12-01
* Repair residual sillinesses from UUNET virtual host/socket path patch.Tom Lane2000-11-30
* Make all commands that link a program look likePeter Eisentraut2000-11-30