postgresql/contrib/pg_xlogdump
Heikki Linnakangas f1fd515b39 Move WAL-related definitions from dbcommands.h to separate header file.
This makes it easier to write frontend programs that needs to understand
the WAL record format of CREATE/DROP DATABASE. dbcommands.h cannot easily
be #included in a frontend program, because it pulls in other header files
that need backend stuff, but the new dbcommands_xlog.h header file has
fewer dependencies.
2015-03-09 15:50:49 +02:00
..
.gitignore pg_xlogdump/.gitignore: add committsdesc.c 2014-12-09 09:54:14 -03:00
compat.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
Makefile Add file version information to most installed Windows binaries. 2014-07-14 14:07:52 -04:00
pg_xlogdump.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
rmgrdesc.c Move WAL-related definitions from dbcommands.h to separate header file. 2015-03-09 15:50:49 +02:00
rmgrdesc.h Revamp the WAL record format. 2014-11-20 18:46:41 +02:00