1. 15 Oct, 2004 5 commits
    • Bruce Momjian's avatar
      > This lets you do something like: · 4d94e99b
      Bruce Momjian authored
      >
      >    ./configure LDFLAGS=-static-libgcc LDFLAGS_SL=-static-libgcc
      >
      > to produce binaries that do not depend on libgcc_s.so at all.
      
      Oliver Jowett
      4d94e99b
    • Bruce Momjian's avatar
      Allow psql booleans to use OFF or off. · 063216ef
      Bruce Momjian authored
      Michael Paesold
      063216ef
    • Bruce Momjian's avatar
      Fix pg_ctl -D handling for Win32: · 8613eac6
      Bruce Momjian authored
      	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
    • Bruce Momjian's avatar
    • Neil Conway's avatar
      psql code cleanup: · 8ff374ce
      Neil Conway authored
      - 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
  2. 14 Oct, 2004 16 commits
  3. 13 Oct, 2004 9 commits
  4. 12 Oct, 2004 10 commits