Skip to content
Snippets Groups Projects
  1. Jun 07, 2006
  2. Jun 05, 2006
  3. Jun 04, 2006
  4. Mar 21, 2006
  5. Mar 06, 2006
  6. Mar 05, 2006
  7. Feb 11, 2006
  8. Dec 18, 2005
  9. Oct 15, 2005
  10. Feb 22, 2005
  11. Jan 01, 2005
  12. Oct 31, 2004
  13. Aug 29, 2004
  14. Feb 19, 2004
    • Tom Lane's avatar
      Re-implement psql's input scanning to use a flex-generated lexer, as per · 4b39aa3a
      Tom Lane authored
      recent discussion.  The lexer is used for both SQL command text and
      backslash commands.  The purpose of this change is to make it easier to
      track the behavior of the backend's SQL lexer --- essentially identical
      flex rules are now used by psql.  Also, this cleans up a lot of very
      squirrelly code in mainloop.c and command.c.  The flex code is somewhat
      bulkier than the removed code, but should be lots easier to maintain.
      4b39aa3a
  15. Jan 25, 2004
  16. Jan 24, 2004
  17. Jan 21, 2004
  18. Nov 29, 2003
    • PostgreSQL Daemon's avatar
      · 969685ad
      PostgreSQL Daemon authored
      $Header: -> $PostgreSQL Changes ...
      969685ad
  19. Aug 05, 2003
  20. Aug 04, 2003
  21. Mar 21, 2003
  22. Mar 20, 2003
    • Bruce Momjian's avatar
      Fix multiline C comments in psql. · 5ae42452
      Bruce Momjian authored
      5ae42452
    • Bruce Momjian's avatar
      I'm continuing to work on cleaning up code in psql. As things appear · add932ee
      Bruce Momjian authored
      now, my changes seem to work.  Some possible minor bugs got squished
      on the way but I can't be sure without more feedback from people who
      really put the code to the test.
      
      The new patch mostly simplifies variable handling and reduces code
      duplication.  Changes in the command parser eliminate some redundant
      variables (boolean state + depth counter), replaces some
      "else if" constructs with switches, and so on.  It is meant to be
      applied together with my previous patch, although I hope they don't
      conflict; I went back to the CVS version for this one.
      
      One more thing I thought should perhaps be changed: an IGNOREEOF
      value of n will ignore only n-1 EOFs.  I didn't want to touch this
      for fear of breaking existing applications, but it does seem a tad
      illogical.
      
      Jeroen T. Vermeulen
      add932ee
    • Bruce Momjian's avatar
      Here's some changes I made last night to psql's common.c (as found in · be1c6e75
      Bruce Momjian authored
      7.3.2).  It removes some code duplication and #ifdeffing, and some
      unstructured ugliness such as tacky breaks and an unneeded continue.
      Breaks up a large function into smaller functions and reduces required
      nesting levels, and kills a variable or two.
      
      Jeroen T. Vermeulen
      be1c6e75
  23. Oct 13, 2002
  24. Sep 04, 2002
  25. Jul 03, 2002
  26. Jun 15, 2002
    • Bruce Momjian's avatar
      Noted with versions 7.0.3, 7.1.3, and 7.2.1: · cd7be4d9
      Bruce Momjian authored
      The psql interpreter becomes unstable if variable substitutions
      are used.  The debugger GDB was unable to help however mpatrol
      reports that the sprintf at mainloop.c:389 is steping one byte
      farther than the allocation.
      
      William K. Volkman
      cd7be4d9
  27. Mar 27, 2002
  28. Feb 18, 2002
  29. Dec 28, 2001
  30. Nov 05, 2001
  31. Oct 28, 2001
  32. Oct 25, 2001
  33. Jun 02, 2001
    • Peter Eisentraut's avatar
      Native Language Support (NLS) · e5420364
      Peter Eisentraut authored
      Use --enable-nls to turn it on; see installation instructions for details.
      See developer's guide how to make use of it in programs and how to add
      translations.
      
      psql sources have been almost fully prepared and an incomplete German
      translation has been provided.  In the backend, only elog() calls are
      currently translatable, and the provided German translation file is more
      of a placeholder.
      e5420364
  34. Mar 26, 2001
Loading