Bruce Momjian
7e04792a1c
Update copyright for 2014
...
Update all files in head, and files COPYRIGHT and legal.sgml in all back
branches.
2014-01-07 16:05:30 -05:00
Alvaro Herrera
dddc91ddd3
Remove broken PGXS code for pg_xlogdump
...
With the PGXS boilerplate in place, pg_xlogdump currently fails with an
ominous error message that certain targets cannot be built because
certain files do not exist. Remove that and instead throw a quick error
message alerting the user of the actual problem, which should be easier
to diagnose that the statu quo.
Andres Freund
2013-10-01 17:36:15 -03:00
Heikki Linnakangas
79e15c7d86
Fix off-by-one in pg_xlogdump -r option.
...
Because of the bug, -r would not accept the rmgr with the highest ID.
2013-06-04 18:51:43 +03:00
Bruce Momjian
9af4159fce
pgindent run for release 9.3
...
This is the first run of the Perl-based pgindent script. Also update
pgindent instructions.
2013-05-29 16:58:43 -04:00
Peter Eisentraut
a4fd3366a6
pg_xlogdump: Improve --help output
2013-05-11 22:02:53 -04:00
Heikki Linnakangas
26b45dc54f
Fix typo in "pg_xlogdump --help" and error message.
...
Fujii Masao and me.
2013-02-27 21:27:01 +02:00
Tom Lane
08f9728057
Add missing .gitignore file.
2013-02-26 15:58:34 -05:00
Tom Lane
1418e6e07b
Clean up "stopgap" implementation of timestamptz_to_str().
...
Use correct type for "result", fix bogus strftime argument, don't use
unnecessary static variables, improve comments.
Andres Freund and Tom Lane
2013-02-26 15:50:22 -05:00
Tom Lane
e5bf0c376e
Fix build of contrib/pg_xlogdump.
...
rmgrdesc.c is not auto-generated now, though it apparently was the last
time the Makefile was updated.
2013-02-24 08:58:00 -05:00
Alvaro Herrera
4591933549
Fix some typos and grammatical mistakes
...
... as well a update copyrights statements to 2013.
Noted by Thom Brown and Peter Geoghegan
2013-02-22 18:52:59 -03:00
Alvaro Herrera
f03a779751
Fix copy-and-pasteo
...
Harmless, but it's certainly better like this.
Noticed by Andres Freund
2013-02-22 17:04:12 -03:00
Alvaro Herrera
639ed4e84b
Add pg_xlogdump contrib program
...
This program relies on rm_desc backend routines and the xlogreader
infrastructure to emit human-readable rendering of WAL records.
Author: Andres Freund, with many reworks by Álvaro
Reviewed (in a much earlier version) by Peter Eisentraut
2013-02-22 16:56:55 -03:00