Commit Graph

903 Commits

Author SHA1 Message Date
Bruce Momjian 670547014d Add:
> * Inline simple SQL functions to avoid overhead (Tom)
2002-02-22 04:19:37 +00:00
Bruce Momjian 7364208ad2 Add NAMEDATALEN discussion.
<   first, breaks notify API;
>   first, breaks notify API;  [namedatalen]
2002-02-22 03:05:26 +00:00
Bruce Momjian 2ea01da59b Clarify:
< * Allow ability to easily build only certain interfaces (Marc)
> * Better document ability to build only certain interfaces (Marc)
2002-02-22 01:28:15 +00:00
Bruce Momjian e0729ab565 Add:
> * Remove or relicense modules that are not under the BSD license, if possible
2002-02-22 00:12:07 +00:00
Bruce Momjian 581599b903 Improve wording of meaning of /contrib directory. 2002-02-22 00:10:11 +00:00
Bruce Momjian 5028e34f57 Update. 2002-02-21 22:58:11 +00:00
Bruce Momjian 170c6760e8 Marc, you get this one. :-) You are the expert on the item:
> * Allow ability to easily build only certain interfaces (Marc)
2002-02-21 05:10:49 +00:00
Bruce Momjian 8b9f293e7d Add:
> 	o Allow cursors outside transactions [cursor]
2002-02-20 03:50:33 +00:00
Bruce Momjian 02f3a69571 Add:
> * Clarify use of 'application' and 'command' tags in SGML docs
2002-02-19 22:41:29 +00:00
Bruce Momjian 8a58c7f5bc Add:
> * Improve concurrency of hash indexes
> * Test hash index performance and recommend or discourage usage
2002-02-19 22:34:27 +00:00
Bruce Momjian a2b4dbd4a7 Clearify:
> * Make single-user local access permissions the default by limiting
>   permissions on the socket file (Peter E)
2002-02-19 21:38:29 +00:00
Bruce Momjian 0e8c26eeca Added:
---
> * Improve caching of attribute offsets when NULLs exist in the row
2002-02-19 21:36:58 +00:00
Bruce Momjian 0519a1a1f7 Update as done:
> * -Cache system catalog information in per-database files (Tom)
2002-02-19 20:31:31 +00:00
Bruce Momjian 04802852b6 Add:
> 	o Generate failure on short COPY lines rather than pad NULLs
2002-02-18 16:54:38 +00:00
Bruce Momjian 14c1c33f3b Add Neil's Name:
> * Have pg_dump use ADD PRIMARY KEY after COPY, for performance (Neil Conway)
2002-02-18 03:40:13 +00:00
Bruce Momjian aedc8a99d5 Add:
> * Have pg_dump use ADD PRIMARY KEY after COPY, for performance
2002-02-18 02:00:43 +00:00
Bruce Momjian 26d6e199d9 Added:
> * ODBC
> 	o ODBC 3.0 support
> 	o Unicode(UCS-2) support
> 	o Updatable cursors support
2002-02-18 01:17:16 +00:00
Bruce Momjian fa8a73caad Clarify working in 'top x items using sequential scan' item 2002-02-12 22:24:36 +00:00
Bruce Momjian 0cdf4d96bc Fix typo.
< 	o prevent lose of indexes, permissions, inheritance (Bruce)
---
> 	o prevent loss of indexes, permissions, inheritance (Bruce)
2002-02-11 18:14:56 +00:00
Bruce Momjian c7831585dd Oops, already completed:
< * Have checkpoint process identify itself via ps status display
2002-02-08 06:41:30 +00:00
Bruce Momjian 4af4c5047a Added:
> * Have checkpoint process identify itself via ps status display
2002-02-08 04:32:17 +00:00
Bruce Momjian 9a2527785f Update for Tom:
< * Allow row re-use with automatic vacuum (Tom)
356c355
<
---
> * Provide automatic scheduling of background vacuum (Tom)
2002-02-04 20:51:22 +00:00
Bruce Momjian 4f715d60f8 Modified/Added
< * Allow row re-use without vacuum (Tom)
---
> * Allow row re-use with automatic vacuum (Tom)

> * Flush cached query plans when their underlying catalog data changes
2002-02-04 20:46:36 +00:00
Bruce Momjian 61b544fc78 Remove ENHANCEMENTS section, move subsections up. 2002-02-03 19:24:30 +00:00
Bruce Momjian 984d0ecf6e Added:
> * Prevent SIGHUP and 'pg_ctl reload' from changing command line
>   specified parameters to postgresql.conf defaults
2002-02-01 17:00:17 +00:00
Bruce Momjian 6efc968233 Remove dashed items in preparations for 7.3. 2002-01-27 04:22:35 +00:00
Bruce Momjian b9be2b254c Add:
> * Allow ORDER BY ... LIMIT to select top values without sort or index
2002-01-27 04:20:38 +00:00
Bruce Momjian d613aad31f Remove link:
> * -Allow LOCK TABLE tab1, tab2, tab3 so all tables locked in unison
2002-01-26 23:17:32 +00:00
Bruce Momjian 025f6359d4 Add mention of UPDATE
> 	o Allow UPDATE/DELETE WHERE CURRENT OF cursor using per-cursor tid
2002-01-25 02:33:39 +00:00
Bruce Momjian 2ceea8898f Add mention of implementation:
> 	o Allow DELETE WHERE CURRENT OF cursor using per-cursor tid
> 	  stored in the backend
2002-01-25 02:32:59 +00:00
Bruce Momjian 974135a711 Add 128 mention:
> * Increase identifier length (NAMEDATALEN) if small performance hit,
>   perhaps to standard length of 128;  change struct pgNotify to use pid
>   first, breaks notify API;
2002-01-25 01:04:47 +00:00
Bruce Momjian b440e17f5b Updated:
> * Increase identifier length (NAMEDATALEN) if small performance hit;
>   change struct pgNotify to use pid first, breaks notify API
2002-01-24 23:50:09 +00:00
Bruce Momjian daf4891df4 Added:
> * Evaluate AIX cs() spinlock macro for performance optimizations (Tatsuo)
2002-01-24 23:35:40 +00:00
Bruce Momjian d958c08a0a Another clarification. 2002-01-24 22:20:18 +00:00
Bruce Momjian b23de01c15 Clarification on COPY failure options. 2002-01-24 22:19:48 +00:00
Bruce Momjian 9d25b39c80 Add:
> * Reorder postgresql.conf WAL items in order of importance
> * Remove wal_files postgresql.conf option because WAL files are now recycled
> * Find proper defaults for postgresql.conf WAL entries
> * Add checkpoint_min_warning postgresql.conf option to warn about checkpoints
>   that are too frequent
2002-01-23 16:14:04 +00:00
Bruce Momjian a7b7241059 Clarify URL:
<   http://www1.distributed.net/source, in client/common/cpucheck.cpp
---
>   from distributted.net, http://www1.distributed.net/source,
>   in client/common/cpucheck.cpp
2002-01-22 22:22:34 +00:00
Bruce Momjian f898e60ec9 Document SMP detection code. 2002-01-22 22:15:07 +00:00
Bruce Momjian e7e25b2d93 Re-group items. 2002-01-22 21:55:06 +00:00
Bruce Momjian 5b8016948e Break PERFORMANCE up into subsections. 2002-01-22 20:50:35 +00:00
Bruce Momjian fdf881d155 Add:
> * Add code to detect an SMP machine and handle spinlocks accordingly
2002-01-22 20:40:27 +00:00
Bruce Momjian e0764fdf28 Add
> * Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS [exists]
2002-01-20 04:56:14 +00:00
Bruce Momjian 74c8c09338 Add:
> * Use thread-safe crypt() in libpq, if available
2002-01-18 20:46:37 +00:00
Bruce Momjian aecd85d3a1 Update Lockhart's email address.
< * Thomas is Thomas Lockhart <lockhart@alumni.caltech.edu>
---
> * Thomas is Thomas Lockhart <lockhart@fourpalms.org>
2002-01-08 20:04:31 +00:00
Bruce Momjian f3efaf892e Spelling fix:
< * Consider use of open/fctl(O_DIRECT) to minimize OS caching
---
> * Consider use of open/fcntl(O_DIRECT) to minimize OS caching
2002-01-05 04:03:47 +00:00
Bruce Momjian 3ef4925fdc Re-order items:
> * Consider use of open/fctl(O_DIRECT) to minimize OS caching
> * Make blind writes go through the file descriptor cache
391d392
< * Make blind writes go through the file descriptor cache
409d409
< * Consider use of open/fctl(O_DIRECT) to minimize OS caching
2002-01-04 21:32:28 +00:00
Bruce Momjian 7a38672169 Added:
> * Consider use of open/fctl(O_DIRECT) to minimize OS caching
2002-01-04 21:08:42 +00:00
Bruce Momjian 35fcb84946 Change:
<   perhaps CREATE DATABASE dbname WITH USER = "user" (Gavin)
---
>   perhaps CREATE DATABASE dbname WITH OWNER = "user" (Gavin)
2002-01-04 18:42:40 +00:00
Bruce Momjian 11d4c2c590 Add from Vadim:
> * Allow command blocks that can ignore certain types of errors
2002-01-04 18:23:56 +00:00
Bruce Momjian b5213b5c37 Give attribution:
<   perhaps CREATE DATABASE dbname WITH USER = "user"
---
>   perhaps CREATE DATABASE dbname WITH USER = "user" (Gavin)
2002-01-04 05:03:15 +00:00
Bruce Momjian f27b0eeea7 Remove:
< * Allow only owner to create indexes
2002-01-04 04:53:26 +00:00
Bruce Momjian 0e3793e621 Prefer savepoints term:
< 	  allow error codes to be specified; requires nested transactions
---
> 	  allow error codes to be specified; requires savepoints
321c321
< * Allow nested transactions / savepoints [transactions]
---
> * Allow savepoints / nested transactions [transactions]
2002-01-03 21:15:04 +00:00
Bruce Momjian a2dc469ac7 Update:
< 	  allow error codes to be specified
---
> 	  allow error codes to be specified; requires nested transactions
2002-01-03 20:42:23 +00:00
Bruce Momjian 6d78fdae7f Add:
> 	o Allow COPY to report error lines and continue;  optionally
> 	  allow error codes to be specified
2002-01-03 18:25:43 +00:00
Bruce Momjian 258af1d57a Add:
> * Make equals sign optional in CREATE DATABASE WITH param = 'val'
2002-01-03 18:22:43 +00:00
Bruce Momjian 8dcc4c058d Added:
> * Prevent create/drop scripts from allowing extra args (Bruce)
2002-01-03 18:13:14 +00:00
Bruce Momjian b8ef396d6b Added:
> * Allow only owner to create indexes
2002-01-03 17:31:52 +00:00
Bruce Momjian 13acb5b37d Updated:
< * Add config file check for $ODBCINI, $HOME/.odbc.ini, and /etc/odbc.ini
---
> * Add config file check for $ODBCINI, $HOME/.odbc.ini, installpath/etc/odbc.ini
2002-01-03 17:29:31 +00:00
Bruce Momjian 9c00d0de57 Added
> * Add config file check for $ODBCINI, $HOME/.odbc.ini, and /etc/odbc.ini
2002-01-03 08:04:16 +00:00
Bruce Momjian b96b0415fa Added suggested syntax:
> * Make it easier to create a database owned by someone who can't createdb,
>   perhaps CREATE DATABASE dbname WITH USER = "user"
2002-01-03 08:01:17 +00:00
Bruce Momjian 2446e300fa Added
< 	o Move to using 'make' rather than 'ant'(?)
---
> 	o Support both 'make' and 'ant'
2002-01-03 05:48:48 +00:00
Bruce Momjian b3d9768f3b Remove:
< * Change 'createlang [langname] dbname' to 'createlang langname [dbname]'
2002-01-03 05:20:34 +00:00
Bruce Momjian d5de91ddad Added:
> * Change 'createlang [langname] dbname' to 'createlang langname [dbname]'
2002-01-03 05:06:50 +00:00
Bruce Momjian 3f53ad7108 *** empty log message *** 2001-12-30 01:51:10 +00:00
Bruce Momjian 550d38458c Add
> * Make locking of shared data structures more fine-grained
2001-12-30 01:48:23 +00:00
Bruce Momjian 48ad40ba99 Added
> * Change factorial to return a numeric
2001-12-29 20:40:42 +00:00
Bruce Momjian 51517f514d Add crossdb TODO.detail item:
---
> * Allow queries across multiple databases [crossdb]
2001-12-29 17:56:46 +00:00
Bruce Momjian c80a067cae Update server DEBUG startup tag fixes:
> * Change DEBUG startup tag to NOTICE;  change NOTICE to output to client
>   only if client exists (Bruce)

This item is not done:

< * -Make elog(LOG) in WAL its own output type, distinct from DEBUG (Peter E)
---
> * Make elog(LOG) in WAL its own output type, distinct from DEBUG
2001-12-29 17:19:03 +00:00
Bruce Momjian 0d3aebbc86 Added
> * Add --port flag to regression tests
2001-12-29 05:22:37 +00:00
Bruce Momjian 3c70669e7e Added
> * Change FIXED_CHAR_SEL to 0.20 from 0.04 to give better selectivity (Bruce)
2001-12-29 04:55:45 +00:00
Bruce Momjian ce286ff6b5 Added
> * Report failure to find readline or zlib at end of configure run
2001-12-28 19:47:50 +00:00
Bruce Momjian 472186af96 Add
> 	o Change syntax to WITH DELIMITER, (keep old syntax around?)
2001-12-28 19:44:20 +00:00
Bruce Momjian 3ab5ac86e8 Add
> * Add WAL index reliability improvement to non-btree indexes
2001-12-28 19:35:52 +00:00
Bruce Momjian e32ee1fabe Typo.
< * Improve access-permissions check on data directory in CYGWIN (Tom)
---
> * Improve access-permissions check on data directory in Cygwin (Tom)
2001-12-28 18:31:14 +00:00
Bruce Momjian ce845c530e Added
<
---
> * Improve access-permissions check on data directory in CYGWIN (Tom)
2001-12-28 18:30:50 +00:00
Bruce Momjian 774490c3db Add
> * Allow binding query args over FE/BE protocol
2001-12-28 05:26:25 +00:00
Bruce Momjian 6b2f169d67 Added
> 	o Have ALTER TABLE OWNER change all dependant objects like indexes
2001-12-28 05:09:13 +00:00
Bruce Momjian 36e42823fb Christof Petig changes where for HISTORY, not TODO. 2001-12-28 05:02:50 +00:00
Bruce Momjian dbaddcfd2b Added for Christof Petig:
< 	o Allow SELECT of array of strings into a auto-sized variable
---
> 	o -Allow SELECT of array of strings into a auto-sized variable

> 	o auto allocation for indicator variable arrays (int *ind_p=NULL)
> 	o auto allocation for string arrays (char **foo_pp=NULL)
> 	o ECPGfree_auto_mem fixed
> 	o all function names with external linkage are now prefixed by ECPG
2001-12-28 04:57:55 +00:00
Bruce Momjian a740c228a5 Added:
> * Add OpenBSD's getpeereid() call for local socket authentication (Bruce)
2001-12-28 04:32:44 +00:00
Bruce Momjian a6e59234f7 Update to show current capability and future direction, from Peter:
> * -Allow secure single-user access without passwords using Unix socket permissions
> * Make single-user local socket access permissions the default (Peter E)
2001-12-28 04:30:18 +00:00
Bruce Momjian 107c5a83e1 Added:
! * Add PGPASSWORDFILE environment variable or ~/.pgpass to store
!   user/host/password combinations
2001-12-28 03:30:30 +00:00
Bruce Momjian 21e7e7e724 I know we talked about this in the past but I never got it on the TODO
list:

	* Add optional CRC checksum to heap and index pages
2001-12-28 02:30:37 +00:00
Bruce Momjian dbc3c859ab Update TODO list. 2001-12-27 04:28:37 +00:00
Bruce Momjian 0181d9ffaa Add cachable item. 2001-12-26 23:47:32 +00:00
Michael Meskes b2a7e1403e Updated ECPG items 2001-12-23 12:21:05 +00:00
Bruce Momjian 5446b1ba72 Remove:
* Fix contrib/dbase to not require libiconv
2001-12-21 05:27:19 +00:00
Bruce Momjian a7aeb7db18 * Fix contrib/dbase to not require libiconv. 2001-12-21 04:31:58 +00:00
Bruce Momjian c3c36bf32f pre-page -> after-change, per Vadim. 2001-12-21 03:55:45 +00:00
Bruce Momjian 20f94e16a9 Pre-page write additions. 2001-12-20 22:01:29 +00:00
Bruce Momjian cafee83784 Update TODO list. 2001-12-15 17:28:51 +00:00
Bruce Momjian 79b89b4658 Update TODO list. 2001-12-15 16:11:57 +00:00
Bruce Momjian fe933d6a04 Update TODO list. 2001-12-06 10:19:24 +00:00
Bruce Momjian d661a9f639 Update TODO list. 2001-12-05 23:11:30 +00:00
Bruce Momjian b68174e5ed Update TODO list. 2001-12-05 21:25:28 +00:00
Bruce Momjian 33cc40e8ba Update TODO list. 2001-12-05 21:23:45 +00:00
Bruce Momjian 23ea2b12d9 Update TODO list. 2001-12-05 21:06:40 +00:00
Bruce Momjian d9e71837d8 Update TODO list. 2001-12-05 18:20:42 +00:00
Barry Lind 7379502f8a added CallableStatement support to jdbc todo 2001-11-29 18:15:33 +00:00
Bruce Momjian c3d7e3d439 Update TODO list. 2001-11-29 15:39:11 +00:00
Bruce Momjian f1d39629b2 Update TODO list. 2001-11-29 05:53:46 +00:00
Bruce Momjian 692ba96aaa Update TODO list. 2001-11-28 20:18:38 +00:00
Bruce Momjian 9775cb96b3 Update TODO list. 2001-11-28 05:44:51 +00:00
Bruce Momjian c7df05341d Update TODO list. 2001-11-27 21:23:00 +00:00
Bruce Momjian 4343f574eb Update TODO list. 2001-11-27 20:42:15 +00:00
Bruce Momjian 7d21a98a56 Update TODO list. 2001-11-27 19:35:38 +00:00
Bruce Momjian db19406043 Update TODO list. 2001-11-27 19:31:17 +00:00
Bruce Momjian 4f3ecf94f5 Update TODO list. 2001-11-27 04:11:08 +00:00
Bruce Momjian 2631b79098 Update TODO list. 2001-11-26 21:07:44 +00:00
Bruce Momjian 04a92ffd3f Update TODO list. 2001-11-26 21:03:15 +00:00
Bruce Momjian 84ed4bde59 Update TODO list. 2001-11-26 19:33:33 +00:00
Bruce Momjian 3f122576fd Update TODO list. 2001-11-26 06:36:04 +00:00
Barry Lind 59db902b1c Updated JDBC todo items 2001-11-26 06:08:03 +00:00
Bruce Momjian 191af46a4c Update TODO list. 2001-11-23 02:22:04 +00:00
Bruce Momjian 356b36e8bd Update TODO list. 2001-11-23 01:48:38 +00:00
Bruce Momjian 78d312bd50 Update TODO list. 2001-11-22 17:18:51 +00:00
Bruce Momjian 97a66763d3 Update TODO list. 2001-11-22 03:10:16 +00:00
Bruce Momjian 67b0d1ddbd Update TODO list. 2001-11-22 03:05:29 +00:00
Bruce Momjian f7dcba7561 Update TODO list. 2001-11-22 02:46:49 +00:00
Bruce Momjian ef0b4aaddb Update TODO list. 2001-11-22 01:34:12 +00:00
Bruce Momjian a157385d7b Update TODO list. 2001-11-21 21:25:28 +00:00
Bruce Momjian 49d762f6aa Update TODO list. 2001-11-21 18:49:50 +00:00
Bruce Momjian e4ba691240 Update TODO list. 2001-11-21 18:49:10 +00:00
Bruce Momjian 1337bfa94c Update TODO list. 2001-11-20 15:28:37 +00:00
Bruce Momjian 8f6f16929a Update TODO list. 2001-11-19 20:02:25 +00:00
Bruce Momjian 9473f8d5f7 Update TODO list. 2001-11-19 18:10:38 +00:00
Bruce Momjian 98e05cec5b Update TODO list. 2001-11-18 21:17:04 +00:00
Bruce Momjian 834a76fe79 Update TODO list. 2001-11-18 15:32:39 +00:00
Bruce Momjian 59fdccccf5 Update TODO list. 2001-11-17 19:53:07 +00:00
Bruce Momjian f57eec067d Update TODO list. 2001-11-17 19:29:19 +00:00
Bruce Momjian b0df7a60f2 Update TODO list. 2001-11-16 17:43:25 +00:00
Bruce Momjian 09f19de62c Update TODO list. 2001-11-15 03:11:32 +00:00
Bruce Momjian 276450d7d7 Update TODO list. 2001-11-14 16:31:38 +00:00
Bruce Momjian 330b112476 Update TODO list. 2001-11-13 01:14:57 +00:00
Bruce Momjian 9c9ea41b3c Update TODO list. 2001-11-12 20:26:39 +00:00
Bruce Momjian 0954ea174a Update TODO list. 2001-11-12 07:10:58 +00:00
Bruce Momjian 26e34c9b30 Update TODO list. 2001-11-12 05:35:48 +00:00
Bruce Momjian e8192dc0d0 Update TODO list. 2001-11-08 18:24:55 +00:00
Bruce Momjian 75df678ffa Update TODO list. 2001-11-07 05:27:46 +00:00
Bruce Momjian 3e5e73ec3b Update TODO list. 2001-11-07 01:34:03 +00:00
Bruce Momjian f688c1e064 Update TODO list. 2001-11-06 23:42:44 +00:00
Bruce Momjian 36aa85dcd3 Update TODO list. 2001-11-01 20:06:59 +00:00
Bruce Momjian fa8505f996 Update TODO list. 2001-10-31 15:11:08 +00:00
Bruce Momjian 453baecda3 Update TODO list. 2001-10-31 15:06:02 +00:00
Bruce Momjian 2fd8f8907f Update TODO list. 2001-10-31 01:56:55 +00:00
Barry Lind 2f254bdd56 updates to JDBC TODO items 2001-10-30 20:45:17 +00:00
Bruce Momjian effeef8a32 Update TODO list. 2001-10-26 15:27:41 +00:00
Bruce Momjian bac0d2d2cd Update TODO list. 2001-10-25 19:43:53 +00:00
Bruce Momjian bd39e0c0d7 Update TODO list. 2001-10-24 01:01:36 +00:00
Bruce Momjian 0fe571676a Update TODO list. 2001-10-23 23:27:18 +00:00
Bruce Momjian 749fe03f7b Update TODO list. 2001-10-23 02:52:19 +00:00
Bruce Momjian 9c6e543f73 Update TODO list. 2001-10-23 02:51:35 +00:00
Bruce Momjian 9590249e14 Update TODO list. 2001-10-19 14:59:04 +00:00
Bruce Momjian efd72ce376 Update TODO list. 2001-10-19 01:30:17 +00:00
Bruce Momjian 68966634b2 Update TODO list. 2001-10-12 17:34:36 +00:00
Bruce Momjian 6790f21441 Update TODO list. 2001-10-12 17:33:46 +00:00
Bruce Momjian 63a22cd2dd Update TODO list. 2001-10-12 17:28:41 +00:00
Bruce Momjian 129b19f685 Update TODO list. 2001-10-12 17:23:04 +00:00
Bruce Momjian d8f88f01f0 Update TODO list. 2001-10-12 16:29:36 +00:00
Bruce Momjian 010e8144cd Update TODO list. 2001-10-12 16:14:17 +00:00
Bruce Momjian 7d9d026323 Update TODO list. 2001-10-12 16:13:48 +00:00
Bruce Momjian 182722f737 Update TODO list. 2001-10-12 16:07:34 +00:00
Bruce Momjian ffcad12769 Update TODO list. 2001-10-12 02:50:48 +00:00
Bruce Momjian 9e642cd7ef Update TODO list. 2001-10-11 20:40:38 +00:00
Bruce Momjian b0c4598c66 Update TODO list. 2001-10-11 16:35:50 +00:00
Bruce Momjian c7c280f655 Update TODO list. 2001-10-08 17:10:11 +00:00
Bruce Momjian bbea129681 Update TODO list. 2001-10-08 03:23:37 +00:00
Bruce Momjian 6ec644057a Update TODO list. 2001-10-05 20:43:09 +00:00
Bruce Momjian 864059c2c1 Update TODO list. 2001-10-04 04:24:24 +00:00
Bruce Momjian 1d75834722 Update TODO list. 2001-10-04 04:23:13 +00:00
Bruce Momjian a2a0f7b79b Update TODO list. 2001-10-03 22:27:58 +00:00
Bruce Momjian c8ae5c2de1 Update TODO list. 2001-10-03 18:36:03 +00:00
Bruce Momjian 683e47ae70 Update TODO list. 2001-10-03 18:35:41 +00:00
Bruce Momjian 873dd24313 Update TODO list. 2001-10-03 17:38:41 +00:00
Bruce Momjian b3580dc571 Update TODO list. 2001-10-03 17:38:13 +00:00
Bruce Momjian 4a147ba641 Update TODO list. 2001-10-03 16:05:43 +00:00
Bruce Momjian f02ffdf4bd Update TODO list. 2001-10-02 01:21:16 +00:00
Bruce Momjian c53457b5a6 Update TODO list. 2001-10-02 01:20:46 +00:00
Bruce Momjian 7ac746957c Update TODO list. 2001-10-02 01:20:14 +00:00
Bruce Momjian 80ba0da5ce Update TODO list. 2001-10-02 01:20:05 +00:00
Bruce Momjian a2727d298d Update TODO list. 2001-09-30 19:01:44 +00:00
Bruce Momjian e0be609e05 Update TODO list. 2001-09-30 19:01:18 +00:00
Bruce Momjian 36dcd8499f Update TODO list. 2001-09-30 00:50:05 +00:00
Bruce Momjian 52401d818e Update TODO list. 2001-09-30 00:49:15 +00:00
Bruce Momjian cc4eea8fe1 Update TODO list. 2001-09-30 00:46:15 +00:00
Bruce Momjian 0386ccfed1 Back out change. Too many place to change too close to beta:
* HOLDER/HOLDERTAB rename to PROCLOCKLINK/PROCLOCKLINKTAG (Bruce)

Will return later.
2001-09-30 00:45:48 +00:00
Bruce Momjian ebfa88c4ec Update TODO list. 2001-09-29 21:37:06 +00:00
Bruce Momjian a8385d07c8 Update TODO list. 2001-09-28 21:39:31 +00:00
Bruce Momjian 3676e121f0 Update TODO list. 2001-09-28 15:31:25 +00:00
Bruce Momjian 229aa5a54d Update TODO list. 2001-09-28 15:31:08 +00:00
Bruce Momjian 9e60c0f698 Update TODO list. 2001-09-23 14:01:57 +00:00
Bruce Momjian 6aa7738524 Update TODO list. 2001-09-23 14:01:25 +00:00
Bruce Momjian 8dffc8fbef Update TODO list. 2001-09-23 13:59:17 +00:00
Bruce Momjian 296011d87e Update TODO list. 2001-09-23 04:15:13 +00:00
Bruce Momjian 1ea5d1b161 Update TODO list. 2001-09-23 04:13:29 +00:00
Bruce Momjian c7bc0ddf76 Update TODO list. 2001-09-23 04:08:38 +00:00
Bruce Momjian 1aab783b59 Implement TODO item:
* Change LIMIT val,val to offset,limit to match MySQL

Documentation updates too.
2001-09-23 03:39:01 +00:00
Bruce Momjian 4f0e6e3345 Update TODO list. 2001-09-14 03:21:42 +00:00
Bruce Momjian 5be2182e47 Update TODO list. 2001-09-14 01:23:14 +00:00
Bruce Momjian 2dcdd5fa53 Update TODO list. 2001-09-14 00:41:06 +00:00