1. 21 Dec, 1999 4 commits
  2. 20 Dec, 1999 10 commits
  3. 18 Dec, 1999 9 commits
  4. 17 Dec, 1999 11 commits
  5. 16 Dec, 1999 6 commits
    • Bruce Momjian's avatar
      Clear paren level flag on \r or any backslash command, rather than · 1b22a8cb
      Bruce Momjian authored
      keeping parenlevel unchanged.
      1b22a8cb
    • Jan Wieck's avatar
      Some changes to prepare for LONG attributes. · 397e9b32
      Jan Wieck authored
      Jan
      397e9b32
    • Bruce Momjian's avatar
      Hi, · 5ca971a1
      Bruce Momjian authored
      I sending promised patch with:
      
              * getopt_long() - for pg_dump (portable)
      
              * and "Usage: " changes in scripts in src/bin/
                - this changes are cosmetic only, not change any
                feature ...etc.
      
       All PostgreSQL routines (scripts) support now long options and
      help's output is alike for all scripts and all support -? or --help.
      
                                                      Karel
      
      Karel Zak <zakkr@zf.jcu.cz>              http://home.zf.jcu.cz/~zakkr/
      5ca971a1
    • Bruce Momjian's avatar
      >Turning nextval and currval into keywords is not an acceptable way to · cf374feb
      Bruce Momjian authored
      >go about this.  That will risk breaking existing applications that use
      >those names as column names.
      >
      >It should actually almost work to write sq.nextval as things stand,
      >because Postgres has for a long time considered table.function and
      >function(table) to be interchangeable notations for certain kinds of
      >functions.  nextval doesn't seem to be one of that kind of function,
      >at the moment.  I'd suggest leaving the grammar as it was, and taking a
      >look at ParseFuncOrColumn in parse_func.c to see if you can't persuade
      >it to accept the sequence functions in that style.
      
      OK, good point. I tried to implement it somewhere else and ended up
      extending transformAttr. Attached you'll find the patch.
      
      Jeroen van Vianen
      cf374feb
    • Bruce Momjian's avatar
      Here's the Create/Alter/Drop Group stuff that's been really overdue. I · 99b8f845
      Bruce Momjian authored
      didn't have time for documentation yet, but I'll write some. There are
      still some things to work out what happens when you alter or drop users,
      but the group stuff in and by itself is done.
      
      --
      Peter Eisentraut                  Sernanders väg 10:115
      99b8f845
    • Bruce Momjian's avatar
      Update for QNX. · 4cb1fb6f
      Bruce Momjian authored
      4cb1fb6f