1. 18 10月, 2004 14 次提交
  2. 17 10月, 2004 7 次提交
  3. 16 10月, 2004 11 次提交
  4. 15 10月, 2004 8 次提交
    • B
      > This lets you do something like: · 4d94e99b
      Bruce Momjian 提交于
      >
      >    ./configure LDFLAGS=-static-libgcc LDFLAGS_SL=-static-libgcc
      >
      > to produce binaries that do not depend on libgcc_s.so at all.
      
      Oliver Jowett
      4d94e99b
    • B
      Allow psql booleans to use OFF or off. · 063216ef
      Bruce Momjian 提交于
      Michael Paesold
      063216ef
    • B
      Fix pg_ctl -D handling for Win32: · 8613eac6
      Bruce Momjian 提交于
      	C:\msys\1.0\home\y-asaba>pg_ctl -D data restart
      	waiting for postmaster to shut down...LOG:  received smart shutdown
      	request.
      	LOG:  shutting down
      	LOG:  database system is shut down
      	done
      	postmaster stopped
      
      	postmaster starting
      
      	C:\msys\1.0\home\y-asaba>postmaster.exe: invalid argument: "'-D'"
      	Try "postmaster.exe --help" for more information.
      
      Yoshiyuki Asaba
      8613eac6
    • B
      a49f6ad0
    • N
      psql code cleanup: · 8ff374ce
      Neil Conway 提交于
      - refactor a bunch of code to call a separate function print_msg() which
      checks whether "silent mode" is enabled before printing an error
      message.
      
      - rename "silence_mode" to "silent_mode", which IMHO makes more sense
      
      - make the error messages we emit in "waiting" mode more consistent; I
      believe this fixes a recent error message regression
      8ff374ce
    • B
      Update mingw faq. · aa0d4726
      Bruce Momjian 提交于
      aa0d4726
    • B
      Update Win32 fAQ. · 293a2719
      Bruce Momjian 提交于
      293a2719
    • B
      Add: · 19d97fb3
      Bruce Momjian 提交于
      > * Allow libpq to access SQLSTATE so pg_ctl can test for connection failure
      >
      >   This would be used for checking if the server is up.
      >
      19d97fb3