postgresql/src/include
Bruce Momjian 158fd5f1c4 > > Prevent sorting if result is already sorted
> >
> > was implemented by Jan Wieck.
> > His work is for ascending order cases.
> >
> > Here is a patch to prevent sorting also in descending
> > order cases.
> > Because I had already changed _bt_first() to position
> > backward correctly before v6.5,this patch would work.
> >
Hiroshi Inoue
Inoue@tpf.co.jp
1999-08-09 06:20:27 +00:00
..
access Fix nbtree's failure to clear BTScans list during xact abort. 1999-08-08 20:12:52 +00:00
bootstrap Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
catalog Update comments about attdisbursion. NO code change. 1999-08-09 02:45:56 +00:00
commands First step in fixing selectivity-estimation code. eqsel and 1999-08-01 04:54:25 +00:00
executor Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
lib Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
libpq Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
mb Fix for multi-byte includes. 1999-07-17 16:25:28 +00:00
nodes > > Prevent sorting if result is already sorted 1999-08-09 06:20:27 +00:00
optimizer Clean up routines in setrefs.c by replacing individual tree 1999-08-09 00:56:05 +00:00
parser Revise parse_coerce() to handle coercion of int and float 1999-08-05 02:33:54 +00:00
port linux/sparc cleanup 1999-07-19 18:19:40 +00:00
regex Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
rewrite Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
storage Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
tcop Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
utils Move get_attdisbursion to lsyscache. Clean up get_typdefault. 1999-08-09 03:13:31 +00:00
c.h Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
config.h.in Re-add getopt.h check, remove NT-specific tests for it. 1999-07-19 02:27:16 +00:00
miscadmin.h Move default NBuffers setting into config.h, and rename it 1999-06-12 22:17:24 +00:00
postgres.h More config.h cleanups. 1999-07-17 04:12:10 +00:00
postgres_ext.h Turns out OIDNAMELEN wasn't really being used at all! 1999-06-04 21:12:07 +00:00
rusagestub.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
strdup.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
version.h.in Update for 6.6. 1999-07-18 18:06:42 +00:00