postgresql/src/backend
Tom Lane e631df3c1b Extend numeric_round and numeric_trunc to accept negative scale inputs
(ie, allow rounding to occur at a digit position left of the decimal
point).  Apparently this is how Oracle handles it, and there are
precedents in other programming languages as well.
2000-03-13 02:31:13 +00:00
..
access I've recently written to pgsql-ports about a problem with PG7.0 on NT 2000-03-07 23:49:31 +00:00
bootstrap Implement reindex command 2000-02-18 09:30:20 +00:00
catalog Change reindex command to work properly with gist/hash/rtree 2000-03-01 05:39:24 +00:00
commands Trial implementation of ALTER DROP COLUMN. 2000-03-09 05:00:26 +00:00
executor Redo permissions-checking code so that it does the right thing at APPEND 2000-03-09 05:15:33 +00:00
lib Fix problems seen in parallel regress tests when SI buffer overruns (causing 2000-01-31 04:35:57 +00:00
libpq Add: 2000-01-26 05:58:53 +00:00
main Add: 2000-01-26 05:58:53 +00:00
nodes equalAttr() had its strcmp test backwards :-( 2000-03-01 18:47:43 +00:00
optimizer Fix performance bug in constant-expression simplifier. After finding 2000-03-12 19:32:06 +00:00
parser Performance improvement for lexing long strings: increase flex's 2000-03-13 01:52:06 +00:00
port I've made a diff against the 7.0beta1 tree that accomplishes several things: 2000-03-08 01:58:46 +00:00
postmaster Implement reindex command 2000-02-18 09:30:20 +00:00
regex Removed MBFLAGS from makefiles since it's now done in include/config.h. 2000-01-19 02:59:03 +00:00
rewrite Fix performance problem in fireRIRonSubselect: with nested subqueries, 2000-03-12 18:57:05 +00:00
storage Fix comment spacing. 2000-02-28 08:51:43 +00:00
tcop Remove using puts() to print messages. Instead use TPRINTF. 2000-03-01 02:39:46 +00:00
tioga Add: 2000-01-26 05:58:53 +00:00
utils Extend numeric_round and numeric_trunc to accept negative scale inputs 2000-03-13 02:31:13 +00:00
Makefile Clean up gmake warning caused by recent NetBSD patch. <grumble> 2000-03-08 22:00:19 +00:00