index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks
Tom Lane
2000-12-18
*
Tweak select_common_type() to deal with possibility of multiple preferred
Tom Lane
2000-12-17
*
Remove current->old mapping.
Bruce Momjian
2000-12-15
*
Make algorithm for resolving UNKNOWN function/operator inputs be
Tom Lane
2000-12-15
*
here is a patch fixing today's bug report:
Bruce Momjian
2000-12-15
*
Remove obsolete comment.
Tom Lane
2000-12-15
*
Remove a few remaining vestiges of elog(WARN).
Tom Lane
2000-12-15
*
Bugfix
Jan Wieck
2000-12-14
*
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
[next]