Commit Graph

56 Commits (e97af6c8bfc80d084bca5bf41f036de944b63efe)

Author SHA1 Message Date
Fujii Masao fb174687f7 Make use of xlog_internal.h's macros in WAL-related utilities. 10 years ago
Robert Haas 0b49642b99 pg_standby: Avoid writing one byte beyond the end of the buffer. 11 years ago
Noah Misch 0ffc201a51 Add file version information to most installed Windows binaries. 11 years ago
Bruce Momjian 1494931d73 Remove MinGW readdir/errno bug workaround fixed on 2003-10-10 12 years ago
Bruce Momjian 6f03927fce Properly check for readdir/closedir() failures 12 years ago
Tom Lane 01824385ae Prevent potential overruns of fixed-size buffers. 12 years ago
Tom Lane 60ff2fdd99 Centralize getopt-related declarations in a new header file pg_getopt.h. 12 years ago
Kevin Grittner b64b5ccb6a Silence benign warnings from clang version 3.0-6ubuntu3. 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Tom Lane 3c07fbf40b Use pqsignal() in contrib programs rather than calling signal(2) directly. 13 years ago
Bruce Momjian 49ec613201 In our source code, make a copy of getopt's 'optarg' string arguments, 13 years ago
Peter Eisentraut bb7520cc26 Make documentation of --help and --version options more consistent 13 years ago
Peter Eisentraut 72155b29a8 pg_standby: Remove tabs from string literals 13 years ago
Peter Eisentraut 510860a6a5 Small cleanups of contrib --help output 14 years ago
Peter Eisentraut 85612039b9 Message style improvements 14 years ago
Bruce Momjian 6560407c7d Pgindent run before 9.1 beta2. 14 years ago
Peter Eisentraut 4d7d6386d7 Remove literal tabs from message strings 15 years ago
Alvaro Herrera c6eb5740b3 Fix assorted typos 15 years ago
Peter Eisentraut b24181b26f Improve pg_archivecleanup and pg_standby --help output 15 years ago
Bruce Momjian d7a714828f Use consistent spacing for PGAPPICON Makefile option. 15 years ago
Magnus Hagander fe9b36fd59 Convert cvsignore to gitignore, and add .gitignore for build targets. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Heikki Linnakangas de4e18a34d Fix typos in comments, spotted by Josh Kupershmidt. 16 years ago
Bruce Momjian 395d1259ad Add PGFILEDESC description to Makefiles for all /contrib executables. 16 years ago
Bruce Momjian 65e806cba1 pgindent run for 9.0 16 years ago
Heikki Linnakangas 48912acc08 Disable triggering failover with a signal in pg_standby on Windows, because 16 years ago
Heikki Linnakangas fe1cc1e730 pg_standby doesn't need to be linked with libpq. Fujii Masao. 16 years ago
Tom Lane 888bcdb9e0 Make prior patch pgindent-safe. 16 years ago
Heikki Linnakangas 8fd733bd19 Disable pg_standby -l option because the backend doesn't expect the recovered 16 years ago
Heikki Linnakangas efa8544fd5 Fix a few errors in comments. Patch by Fujii Masao, plus the one in 16 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 16 years ago
Heikki Linnakangas 9e403c2587 Add recovery_end_command option to recovery.conf. recovery_end_command 17 years ago
Tom Lane c7662960b1 Make pg_standby's maxretries option do what one would expect. Fujii Masao 17 years ago
Heikki Linnakangas 753a040486 Don't set the signal handler for SIGQUIT on Windows. Buildfarm shows that 17 years ago
Heikki Linnakangas 47ce595502 Don't intercept SIGQUIT as a signal to trigger failover; that's what 17 years ago
Peter Eisentraut b6e4c8f255 Equip the programs installed by contrib with proper --help and --version 17 years ago
Tom Lane e228624011 Remove references to pgsql-ports and pgsql-patches mailing lists from 17 years ago
Bruce Momjian 1b92aeb93e Improve comment about why sleep is used by pg_standby to handle 'copy' 17 years ago
Bruce Momjian eb88e7ee2c Add comment about GNUWin32's cp not having the file system problem. 17 years ago
Bruce Momjian 78b25fd2e9 Add missing 'break' in Win32 switch statement, reported by Martin Zaun 17 years ago
Heikki Linnakangas cac2f697ee Fix WAL file cutoff point calculation in pg_standby. 17 years ago
Andrew Dunstan 53972b460c Add $PostgreSQL$ markers to a lot of files that were missing them. 18 years ago
Heikki Linnakangas f0eb3e5e58 Fix incorrect archive truncation point calculation in the %r recovery_command 18 years ago
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 18 years ago
Bruce Momjian 541ff409cc Remove references to READMEs from /contrib Makefiles. 18 years ago
Bruce Momjian c3c69ab4fd Move most /contrib README files into SGML. Some still need conversion 18 years ago
Tom Lane f18dfc4835 Minor improvements in backup and recovery: 18 years ago
Magnus Hagander bbef913250 Quote pathnames so pg_standby works with paths that have 18 years ago
Tom Lane 84a0445c4d Change a couple of exit(0) to return 0 to suppress complaints from 18 years ago
Tom Lane b09c248bdd Fix PGXS conventions so that extensions can be built against Postgres 18 years ago