- 15 Oct, 2004 7 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
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
-
Bruce Momjian authored
Michael Paesold
-
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
-
Bruce Momjian authored
-
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
-
- 14 Oct, 2004 16 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Allow libpq to access SQLSTATE so pg_ctl can test for connection failure > > This would be used for checking if the server is up. >
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
for getpid().
-
Bruce Momjian authored
< > * Prevent inet cast to cidr if the unmasked bits are not zero, or > zero bits
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 13 Oct, 2004 9 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Reini Urban
-
Bruce Momjian authored
-
Neil Conway authored
and contrib/xml2
-
Neil Conway authored
- remove another senseless "extern" keyword that was applied to a function definition - change a foo more function signatures from "some_type foo()" to "some_type foo(void)" - rewrite another K&R style function definition - make the type of the "action" function pointer in the KeyWord struct in src/backend/utils/adt/formatting.c more precise
-
Neil Conway authored
not update some error message text).
-
Bruce Momjian authored
> * Add RESET CONNECTION command to reset all session state 329a331,334 > This would include resetting of all variables (RESET ALL), dropping of > all temporary tables, removal of any NOTIFYs, etc. This could be used > for connection pooling. We could also change RESET ALL to have this > functionality.
-
Bruce Momjian authored
-
- 12 Oct, 2004 8 commits
-
-
Bruce Momjian authored
Urban
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Tom Lane authored
argument, leading to label matching failures at run-time. Per report from Patrick Fiche. Also, fix it so that an unrecognized label argument draws a more useful error message than 'syntax error'.
-
Neil Conway authored
-
Neil Conway authored
name, mainly for debugging purposes.
-