1. 31 Dec, 2000 3 commits
  2. 30 Dec, 2000 15 commits
  3. 29 Dec, 2000 5 commits
  4. 28 Dec, 2000 5 commits
  5. 27 Dec, 2000 2 commits
    • Tom Lane's avatar
      Fix portability problems recently exposed by regression tests on Alphas. · 8609d4ab
      Tom Lane authored
      1. Distinguish cases where a Datum representing a tuple datatype is an OID
      from cases where it is a pointer to TupleTableSlot, and make sure we use
      the right typlen in each case.
      2. Make fetchatt() and related code support 8-byte by-value datatypes on
      machines where Datum is 8 bytes.  Centralize knowledge of the available
      by-value datatype sizes in two macros in tupmacs.h, so that this will be
      easier if we ever have to do it again.
      8609d4ab
    • Bruce Momjian's avatar
      Update TODO list. · 97799fc4
      Bruce Momjian authored
      Index: TODO
      ===================================================================
      RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/TODO,v
      retrieving revision 1.309
      diff -r1.309 TODO
      3c3
      < Last updated:		Sat Dec 23 09:48:47 EST 2000
      ---
      > Last updated:		Wed Dec 27 00:44:44 EST 2000
      60a61,70
      > * Add replication of distributed databases [replication]
      > 	o automatic fallover
      > 	o load balancing
      > 	o master/slave replication
      > 	o multi-master replication
      > 	o partition data across servers
      > 	o sample implementation in contrib/rserv
      > 	o queries across databases or servers (two-phase commit)
      > * Point-in-time data recovery using backup and write-ahead log
      > * Allow row re-use without vacuum(Vadim)
      112c122
      < * Make file in/out interface to TOAST columns
      ---
      > * Make binary/file in/out interface for TOAST columns
      122a133
      > * Automatically create rules on views so they are updateable, per SQL92
      173c184
      < * allow psql \d to show temporary table schema
      ---
      > * allow psql \d to show temporary table structure
      195d205
      < * Add replication of distributed databases [replication]
      200a211,212
      > * Incremental backups
      > * Allow SQL92 schemas
      205d216
      < * Allow row re-use without vacuum(Vadim)
      229a241
      > * Allow Java server-side programming
      278a291
      > * Automatically keep clustering on a table
      329d341
      < ›5~
      97799fc4
  6. 26 Dec, 2000 3 commits
  7. 25 Dec, 2000 1 commit
  8. 23 Dec, 2000 6 commits