Commit Graph

23 Commits (293ab5abf3fcd8bcd57490a9b5a2e05a00a321ec)

Author SHA1 Message Date
Peter Eisentraut b0c3c48eb3 Assemble portability modules into libpgport library. 24 years ago
Bruce Momjian a5a8110a86 Contrib port/ usage is same as others so no need for rules. 24 years ago
Bruce Momjian 7f43165dd2 Make src/backend/port/*.c file location dependent only on configure.in. 24 years ago
Bruce Momjian d84fe82230 Update copyright to 2002. 24 years ago
Tom Lane 5c2d36c3dd Code review for latest changes. 25 years ago
Bruce Momjian 37c9346ef2 pg_resetxlog specifies log location in hex; more pg_upgrade testing 25 years ago
Bruce Momjian 9ab1872ef4 Have pg_resetxlog -n return zero exit status. 25 years ago
Bruce Momjian c309873680 Remove 7.1beta WAL handling from /contrib/pg_resetxlog. 25 years ago
Bruce Momjian 4c0e9b5efc Add new -l flag to set checkpoint location for /contrib/pg_resetxlog. 25 years ago
Bruce Momjian 872aad61ff Per Tom, do full reset on -x flag. 25 years ago
Bruce Momjian f6e603cffa Add new -x XID option to /contrib/pg_resetxlog for future pg_upgrade use. 25 years ago
Bruce Momjian ea08e6cd55 New pgindent run with fixes suggested by Tom. Patch manually reviewed, 25 years ago
Bruce Momjian 6783b2372e Another pgindent run. Fixes enum indenting, and improves #endif 25 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
Bruce Momjian b4a57b0648 Add more missing 'do { ... } while (0)' in missing macros. Without it, 25 years ago
Peter Eisentraut 17cc78ef01 To fix the perpetually broken makefiles in the contrib tree, I have 25 years ago
Tom Lane 7d4d5c00f0 Arrange to recycle old XLOG log segment files as new segment files, 25 years ago
Tom Lane 1173344e74 Adjust WAL code so that checkpoints truncate the xlog at the previous 25 years ago
Bruce Momjian e7988a7ad3 Remove SEP_CHAR from /contrib. 25 years ago
Tom Lane 5f5db804f5 Provide snprintf() if system hasn't got it. 25 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Tom Lane 4eb5e27a28 Resetting the XLOG can't include rewinding it to logical position zero, 25 years ago
Tom Lane eeaf3fc3a1 First cut at XLOG file reset utility. 25 years ago