1. 28 Jun, 2003 2 commits
    • Tom Lane's avatar
      Update psql for some features of new FE/BE protocol. There is a · f9ebf369
      Tom Lane authored
      client-side AUTOCOMMIT mode now: '\set AUTOCOMMIT off' supports
      SQL-spec commit behavior.  Get rid of LO_TRANSACTION hack --- the
      LO operations just work now, using libpq's ability to track the
      transaction status.  Add a VERBOSE variable to control verboseness
      of error message display, and add a %T prompt-string code to show
      current transaction-block status.  Superuser state display in the
      prompt string correctly follows SET SESSION AUTHORIZATION commands.
      Control-C works to get out of COPY IN state.
      f9ebf369
    • Tom Lane's avatar
      When using new protocol, PQexec can get out of a COPY IN or COPY OUT · ea20397b
      Tom Lane authored
      state by itself, so do so.
      ea20397b
  2. 27 Jun, 2003 10 commits
  3. 26 Jun, 2003 4 commits
  4. 25 Jun, 2003 24 commits