1. 22 May, 2004 1 commit
    • Tom Lane's avatar
      Use wide-character library routines, if available, for upper/lower/initcap · 39838694
      Tom Lane authored
      functions.  This allows these functions to work correctly with Unicode and
      other multibyte encodings.  Per prior discussion.
      
      Also, revert my earlier change to move installation path mashing from
      Makefile.global to configure.  Turns out not to work well because configure
      script is working with unexpanded variables, and so fails to match in
      cases where it should match.
      39838694
  2. 21 May, 2004 12 commits
  3. 20 May, 2004 17 commits
    • PostgreSQL Daemon's avatar
      · 58c42f37
      PostgreSQL Daemon authored
      benign change ...added space to end of line
      58c42f37
    • PostgreSQL Daemon's avatar
      · a551c3d0
      PostgreSQL Daemon authored
      attempt at a multi file commit, to seee how it formats
      a551c3d0
    • PostgreSQL Daemon's avatar
      · ee20fd46
      PostgreSQL Daemon authored
      just testing activitymail ... only added a space here so that the commit would
      pick it up
      ee20fd46
    • Tom Lane's avatar
      Rename static variables to avoid possible name conflicts on systems with · 7d717f24
      Tom Lane authored
      dirty standard headers (eg AIX).
      7d717f24
    • Bruce Momjian's avatar
      Remove pyton, spell check fix: · 40296aa2
      Bruce Momjian authored
      > * Support composite types as table columns
      286,289d286
      < * Python
      < 	o Allow users to register their own types with pg_
      < 	o Allow SELECT to return a dictionary of dictionaries
      < 	o Allow COPY BINARY FROM
      456d452
      < * Support composite types as table columns
      40296aa2
    • Bruce Momjian's avatar
      Updates from Tom: · 80270656
      Bruce Momjian authored
      < Bracketed items "[]" have more detailed.
      > Bracketed items "[]" have more detail.
      35,36d34
      < * Remove unreferenced table files and temp tables during database vacuum
      <   or postmaster startup (Bruce)
      68c66
      < * Allow pg_dump to dump sequences using NO_MAXVALUE and NO_MINVALUE
      > * -Allow pg_dump to dump sequences using NO_MAXVALUE and NO_MINVALUE
      70c68
      < * Prevent whole-row references from leaking memory, e.g. SELECT COUNT(tab.*)
      > * -Prevent whole-row references from leaking memory, e.g. SELECT COUNT(tab.*)
      76c74
      < * Make LENGTH() of CHAR() not count trailing spaces
      > * -Make LENGTH() of CHAR() not count trailing spaces
      145c143
      < * Allow SELECT * FROM tab WHERE int2col = 4 to use int2col index, int8,
      > * -Allow SELECT * FROM tab WHERE int2col = 4 to use int2col index, int8,
      179c177
      < * Allow more ISOLATION LEVELS to be accepted, but issue a warning for them
      > * -Allow more ISOLATION LEVELS to be accepted
      186c184
      < * Add GUC setting to make created tables default to WITHOUT OIDS
      > * -Add GUC setting to make created tables default to WITHOUT OIDS
      265d262
      < * Allow fastpast to pass values in portable format
      271c268
      < * Move psql backslash database information into the backend, use nmumonic
      > * Move psql backslash database information into the backend, use nmeumonic
      275,283d271
      < * JDBC
      < 	o Comprehensive test suite. This may be available already.
      < 	o JDBC-standard BLOB support
      < 	o Error Codes (pending backend implementation)
      < 	o Support both 'make' and 'ant'
      < 	o Fix LargeObject API to handle OIDs as unsigned ints
      < 	o Use cursors implicitly to avoid large results (see setCursorName())
      < 	o Add LISTEN/NOTIFY support to the JDBC driver (Barry)
      <
      332c320
      < * Have pg_dump -c clear the database using dependency information
      > * -Have pg_dump -c clear the database using dependency information
      367,368c355,356
      < * Cache last known per-tuple offsets to speed long tuple access
      < * Automatically place fixed-width, NOT NULL columns first in a table
      > * Cache last known per-tuple offsets to speed long tuple access, adjusting
      >   for NULLs and TOAST values
      467c455,456
      < * Change representation of whole-tuple parameters to functions
      > * -Change representation of whole-tuple parameters to functions
      > * Support composite types as table columns
      478,479d466
      < * Allow the regression tests to start postmaster with -i so the tests
      <   can be run on systems that don't support unix-domain sockets
      80270656
    • Bruce Momjian's avatar
      Small variable rename in exec.c. · 3255851e
      Bruce Momjian authored
      3255851e
    • Bruce Momjian's avatar
      Clean up find_my_exec to work cleaner. · ceceeffe
      Bruce Momjian authored
      Add Win32 code to look in the current directory before the path.
      
      Add code so memory is allocated using palloc in backend object files.
      ceceeffe
    • Tom Lane's avatar
      Fix speling. · 868404b8
      Tom Lane authored
      868404b8
    • Bruce Momjian's avatar
      Update SCO FAQ. · bb206b6d
      Bruce Momjian authored
      Larry Rosenman
      bb206b6d
    • Bruce Momjian's avatar
      Add: · 3e485d0e
      Bruce Momjian authored
      > * Investigate SMP context switching issues
      3e485d0e
    • Bruce Momjian's avatar
      Remove item: · 4714dcb0
      Bruce Momjian authored
      < * Allow col IS TRUE/FALSE use an index like col = TRUE/FALSE
      4714dcb0
    • Bruce Momjian's avatar
      Add: · 5f55347e
      Bruce Momjian authored
      > 	o Add default clustering to system tables
      5f55347e
    • Bruce Momjian's avatar
      Add: · f92630bd
      Bruce Momjian authored
      > 	o Add ALTER DOMAIN TYPE
      f92630bd
    • Bruce Momjian's avatar
      Add: · 0ca00991
      Bruce Momjian authored
      > * Allow col IS TRUE/FALSE use an index like col = TRUE/FALSE
      0ca00991
    • Bruce Momjian's avatar
      254df82b
    • Bruce Momjian's avatar
      163e72aa
  4. 19 May, 2004 10 commits