1. 13 Aug, 2003 1 commit
    • Bruce Momjian's avatar
      I'm quite fond of doing VPATH builds, i.e. building outside the source · c090b053
      Bruce Momjian authored
      tree. This also catches lots of little Makefile bugs, so here's a small
      patch for one of them (replacing an explicit reference to thread.c with
      a reference to it as the first prerequsite of the rule makes make look
      for it in the place where it was found (the source tree) rather than in
      the build tree. (using GNU make 3.79.1)
      
      John Gray
      c090b053
  2. 12 Aug, 2003 5 commits
  3. 11 Aug, 2003 13 commits
  4. 10 Aug, 2003 3 commits
  5. 09 Aug, 2003 3 commits
  6. 08 Aug, 2003 15 commits
    • Bruce Momjian's avatar
      46785776
    • Bruce Momjian's avatar
      pgindent fix for new typedefs. · 0e2b12bd
      Bruce Momjian authored
      0e2b12bd
    • Bruce Momjian's avatar
      Add: · 9e73ab49
      Bruce Momjian authored
      > * Allow clients to query WITH HOLD cursors and prepared statements
      503d503
      <
      9e73ab49
    • Bruce Momjian's avatar
      Remove simple_prompt from /contrib C files, now that it is in /port. · 3b2440eb
      Bruce Momjian authored
      They had the old versions anyway.
      3b2440eb
    • Tom Lane's avatar
      Avoid malloc(0). Although standard mallocs seem not to object, · 635d00ec
      Tom Lane authored
      some debugging malloc packages do.
      635d00ec
    • Tom Lane's avatar
      Fix nasty little order-of-operations bug in _SPI_cursor_operation. · 332c6940
      Tom Lane authored
      Per report from Mendola Gaetano.
      332c6940
    • Bruce Momjian's avatar
      Update: · 4ae02fd0
      Bruce Momjian authored
      < 	o -Implement SQLDA
      > 	o Implement SQLDA
      4ae02fd0
    • Bruce Momjian's avatar
      Remove, no in /port. · 360162b1
      Bruce Momjian authored
      360162b1
    • Bruce Momjian's avatar
      Update. · b1504b60
      Bruce Momjian authored
      b1504b60
    • Bruce Momjian's avatar
      Update items. · 8d74e178
      Bruce Momjian authored
      8d74e178
    • Bruce Momjian's avatar
      Update as done: · 6abde4d8
      Bruce Momjian authored
      < * Allow easy display of usernames in a group
      > * -Allow easy display of usernames in a group
      88,89d87
      < * -Delay resolution of array expression type so assignment coercion
      <   can be performed on empty array expressions (Joe)
      94c92,94
      < 	o Support construction of array result values in expressions
      > 	o -Support construction of array result values in expressions (Joe)
      > 	o Delay resolution of array expression type so assignment coercion
      > 	  can be performed on empty array expressions (Joe)
      148c148
      < * Allow LIKE indexing optimization for non-ASCII locales
      > * -Allow LIKE indexing optimization for non-ASCII locales using special index
      173c173
      < * Return proper effected tuple count from complex commands [return]
      > * -Return proper effected tuple count from complex commands [return]
      236c236
      < 	o Allow SHOW of non-modifiable variables, like pg_controldata
      >  	o -Allow SHOW of some non-modifiable variables, like pg_controldata
      257a258
      > 	o Add capability to create and call PROCEDURES
      272c273
      <
      > * Allow psql \du to show groups, and add \dg for groups
      424c425
      < * Improve Subplan list handling
      > * -Improve Subplan list handling
      6abde4d8
    • Bruce Momjian's avatar
      Not needed anymore. · d58b01a5
      Bruce Momjian authored
      d58b01a5
    • Bruce Momjian's avatar
      Done: · e4c38da4
      Bruce Momjian authored
      < 	o Allow array declarations and other data types in PL/PgSQL DECLARE
      > 	o -Allow array declarations and other data types in PL/PgSQL DECLARE
      254c254
      < 	o Allow PL/PgSQL to support array element assignment
      > 	o -Allow PL/PgSQL to support array element assignment (Joe)
      e4c38da4
    • Bruce Momjian's avatar
      Remove: · 22bd88ba
      Bruce Momjian authored
      < 	o Add PL/PgSQL PROCEDURES that can return multiple values
      22bd88ba
    • Bruce Momjian's avatar
      sprompt not needed in libpq. · 6a991845
      Bruce Momjian authored
      6a991845