index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Clean up const-vs-not-const compiler warning in MULTIBYTE code.
Tom Lane
2000-04-20
*
Correct oversight in hashjoin cost estimation: nodeHash sizes its hash
Tom Lane
2000-04-18
*
Include information for armv4l from Mark Knox <segfault@hardline.org>.
Thomas G. Lockhart
2000-04-18
*
Add new selectivity estimation functions for pattern-matching operators
Tom Lane
2000-04-16
*
Fix spelling of "millennium".
Thomas G. Lockhart
2000-04-14
*
Fix silly definition order in config.h --- we had prototypes like
Tom Lane
2000-04-14
*
Skip setsockopt(SO_REUSEADDR) for the Unix-domain postmaster socket on
Tom Lane
2000-04-14
*
A few more macro cleanups
Bruce Momjian
2000-04-12
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Reverse out macro fix for the time being.
Bruce Momjian
2000-04-12
*
Prevent drop database failure from showing.
Bruce Momjian
2000-04-12
*
Tweak smgrblindwrt per advice from Vadim: add parameter indicating
Tom Lane
2000-04-10
*
Buffer manager modifications to keep a local buffer-dirtied bit as well
Tom Lane
2000-04-09
*
Add zpbit and varbit data types from Adrian Joubert
Thomas G. Lockhart
2000-04-08
*
Add transcendental math functions (sine, cosine, etc)
Thomas G. Lockhart
2000-04-07
*
Fix bug noted by Bruce: FETCH in an already-aborted transaction block
Tom Lane
2000-04-04
*
Fix extremely nasty little bug observed when a sub-SELECT appears in
Tom Lane
2000-04-04
*
Get rid of SetBufferWriteMode(), which was an accident waiting to happen.
Tom Lane
2000-03-31
*
Add configure checks to see if 'using namespace std' and
Tom Lane
2000-03-30
*
Fix up comments where had been uglified by the automated reformatter.
Thomas G. Lockhart
2000-03-27
*
Improve comment.
Tom Lane
2000-03-24
*
Rename bytea functions to not have upper-case letters in their names.
Tom Lane
2000-03-24
*
>> 5. empty define that results in an empty but terminated line ( ; )
Bruce Momjian
2000-03-23
*
Repair logic flaw in cost estimator: cost_nestloop() was estimating CPU
Tom Lane
2000-03-22
*
Restructure planning code so that preprocessing of targetlist and quals
Tom Lane
2000-03-21
*
Reverse out BYTEA type coersion.
Bruce Momjian
2000-03-20
*
Add compatiblity information for bytea.
Bruce Momjian
2000-03-20
*
Change MemSet and StrNCpy to evaluate their arguments only once.
Tom Lane
2000-03-19
*
Fix incorrect implementation of log(x) for numeric, as well as
Tom Lane
2000-03-19
*
Update bytea type description
Bruce Momjian
2000-03-18
*
Clean up minor compiler warnings.
Tom Lane
2000-03-18
*
Add safety check on expression nesting depth. Default value is set by
Tom Lane
2000-03-17
*
Fix a bunch of minor portability problems and maybe-bugs revealed by
Tom Lane
2000-03-17
*
Turns out that Mazurkiewicz's gripe about 'function inheritance' is
Tom Lane
2000-03-16
*
Fix some (more) problems with subselects in rules. Rewriter failed to
Tom Lane
2000-03-16
*
Cache fmgr lookup data for index's getnext() function in IndexScanDesc,
Tom Lane
2000-03-14
*
Implement column aliases on views "CREATE VIEW name (collist)".
Thomas G. Lockhart
2000-03-14
*
Trial implementation of ALTER DROP COLUMN.
Hiroshi Inoue
2000-03-09
*
I've made a diff against the 7.0beta1 tree that accomplishes several things:
Bruce Momjian
2000-03-08
*
Added configure test for readline's filename_completion_function
Peter Eisentraut
2000-03-05
*
Simplify parsing of column constraints by treating constraint attributes
Tom Lane
2000-03-01
*
Jan forgot to increment catversion when adding lztext. Naughty naughty.
Tom Lane
2000-02-27
*
Reactivated LZTEXT data type and changed rule plan- and qual-strings
Jan Wieck
2000-02-27
*
Add Assert() to check for trying to heap_close a relation when the
Tom Lane
2000-02-27
*
Fix exprTypmod to recognize length-coercion function expressions,
Tom Lane
2000-02-26
*
Shared-memory hashtables have non-extensible directories, which means
Tom Lane
2000-02-26
*
Add missing files like foreign key regression tests and config.h.win32.
Bruce Momjian
2000-02-24
*
Add numeric <-> int8 and numeric <-> int2 conversion functions, as well
Tom Lane
2000-02-24
*
1. miscadmin.h needs to include sys/types.h for a definition of pid_t
Bruce Momjian
2000-02-23
*
Change cancel while waiting-for-lock stuff.
Hiroshi Inoue
2000-02-22
[next]