Commit 8cdadab4 authored by Bruce Momjian's avatar Bruce Momjian

Add:

> * Change LIMIT/OFFSET to use int8
parent eb1c22c3
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Sun Oct 26 00:21:42 EDT 2003 Last updated: Sun Oct 26 00:43:53 EDT 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -179,6 +179,7 @@ Commands ...@@ -179,6 +179,7 @@ Commands
* Add BETWEEN ASYMMETRIC/SYMMETRIC (Christopher) * Add BETWEEN ASYMMETRIC/SYMMETRIC (Christopher)
* -Allow LIMIT/OFFSET to use expressions (Tom) * -Allow LIMIT/OFFSET to use expressions (Tom)
* Change LIMIT/OFFSET to use int8
* CREATE TABLE AS can not determine column lengths from expressions [atttypmod] * CREATE TABLE AS can not determine column lengths from expressions [atttypmod]
* Allow UPDATE to handle complex aggregates [update] * Allow UPDATE to handle complex aggregates [update]
* Allow command blocks to ignore certain types of errors * Allow command blocks to ignore certain types of errors
...@@ -515,7 +516,7 @@ Source Code ...@@ -515,7 +516,7 @@ Source Code
* Acquire lock on a relation before building a relcache entry for it * Acquire lock on a relation before building a relcache entry for it
* Research interaction of setitimer() and sleep() used by statement_timeout * Research interaction of setitimer() and sleep() used by statement_timeout
* Add checks for fclose() failure * Add checks for fclose() failure
* Change CVS $Id: TODO,v 1.1160 2003/10/26 04:21:43 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1160 2003/10/26 04:21:43 momjian Exp $ * Change CVS $Id: TODO,v 1.1161 2003/10/26 04:43:55 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1161 2003/10/26 04:43:55 momjian Exp $
* Exit postmaster if postgresql.conf can not be opened * Exit postmaster if postgresql.conf can not be opened
* Rename /scripts directory because they are all C programs now * Rename /scripts directory because they are all C programs now
* Allow the regression tests to start postmaster with -i so the tests * Allow the regression tests to start postmaster with -i so the tests
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment