index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
Commit message (
Expand
)
Author
Age
*
New cost model for planning, incorporating a penalty for random page
Tom Lane
2000-02-15
*
Repair bogus rule display of attr lists.
Tom Lane
2000-02-15
*
Carry column aliases from the parser frontend. Enables queries like
Thomas G. Lockhart
2000-02-15
*
Recognize special case of POSIX time zone: "GMT+8" and "GMT-8".
Thomas G. Lockhart
2000-02-15
*
contrib-array.patch
Bruce Momjian
2000-02-13
*
Add btree indexing of boolean values
Bruce Momjian
2000-02-10
*
I'm sending patch with new version of to_char numbers formatting.
Bruce Momjian
2000-02-08
*
Added complete MATCH <unspecified> support contributed by Don Baccus.
Jan Wieck
2000-02-07
*
Squash longstanding memory leak: when catcache.c copied a tuple into
Tom Lane
2000-02-04
*
Fix problems seen in parallel regress tests when SI buffer overruns (causing
Tom Lane
2000-01-31
*
Modify uses of RelationFlushRelation and RelationCacheInvalidate so that
Tom Lane
2000-01-29
*
Add include for float.h.
Bruce Momjian
2000-01-26
*
Add:
Bruce Momjian
2000-01-26
*
as attache of this mail is patch (to the main tree) with to_char's
Bruce Momjian
2000-01-25
*
Fix pg_euccn_mblen() so that it always returns 2 if data is not ascii.
Tatsuo Ishii
2000-01-25
*
First cut at making useful selectivity estimates for range queries
Tom Lane
2000-01-24
*
Update for index change. Semes it didn't work the first time.
Bruce Momjian
2000-01-24
*
Remove Ops parameter from STATRELID cache lookup, for Tom Lane and
Bruce Momjian
2000-01-24
*
char_length()/octet_length for char() type now returns length of
Tatsuo Ishii
2000-01-23
*
Replace SearchSysCacheGetAttribute with SysCacheGetAttr, which fetches
Tom Lane
2000-01-23
*
First cut at unifying regular selectivity estimation with indexscan
Tom Lane
2000-01-23
*
Revise handling of index-type-specific indexscan cost estimation, per
Tom Lane
2000-01-22
*
added ALTER TABLE DROP COLUMN, early version
Peter Eisentraut
2000-01-22
*
Fix bugs in NUMERIC ceil() and floor() functions. ceil(0) returned 1,
Tom Lane
2000-01-20
*
The latest source does not compile on Solaris 7 due to
Bruce Momjian
2000-01-19
*
Removed MBFLAGS from makefiles since it's now done in include/config.h.
Peter Eisentraut
2000-01-19
*
Fix minor comple error
Tatsuo Ishii
2000-01-18
*
Fix minor comping errors
Tatsuo Ishii
2000-01-18
*
Remove compiler warnings
Tatsuo Ishii
2000-01-18
*
Add builtin functions:
Tatsuo Ishii
2000-01-18
*
numeric_in accepts exponents; numeric to int4 rounds; float4/8 to numeric
Tom Lane
2000-01-18
*
setheapoverride() is history. Uses replaced with CommandCounterIncrement()
Tom Lane
2000-01-17
*
Clean up problems with rounding/overflow code in NUMERIC, particularly
Tom Lane
2000-01-15
*
Fix a passel of problems with incorrect calls to typinput and typoutput
Tom Lane
2000-01-15
*
Fixed all elog related warnings, as well as a few others.
Peter Eisentraut
2000-01-15
*
* User management commands no longer user pg_exec_query_dest -> more robust
Peter Eisentraut
2000-01-14
*
Fixed everything in and surrounding createdb and dropdb to make it more
Peter Eisentraut
2000-01-13
*
Add UDC (User Defined Characters) support to SJIS/EUC_JP conversion
Tatsuo Ishii
2000-01-13
*
More cleanups.
Bruce Momjian
2000-01-11
*
Remove outdated comment about 8 arguments.
Tom Lane
2000-01-11
*
Update type stuff.
Bruce Momjian
2000-01-10
*
Cleanup for func args > 8.
Bruce Momjian
2000-01-10
*
More updates for function call interface > 8.
Bruce Momjian
2000-01-10
*
Update fmgr to allow 32 arguments.
Bruce Momjian
2000-01-10
*
Make number of args to a function configurable.
Bruce Momjian
2000-01-10
*
Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.
Bruce Momjian
2000-01-10
*
Update int28out and out8out and _in_ functions to handle trailing zeros
Bruce Momjian
2000-01-10
*
Improve cache invalidation handling. Eespecially
Hiroshi Inoue
2000-01-10
*
Fix oid8in and int28in for spaces
Bruce Momjian
2000-01-10
*
Move fixes for >8 indexed fields.
Bruce Momjian
2000-01-10
[next]