summaryrefslogtreecommitdiff
path: root/contrib/rserv/rserv.c
AgeCommit message (Expand)Author
2004-08-28Remove contrib/rserv, since there are better replication solutionsTom Lane
2003-07-24Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane
2003-05-27Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian
2002-11-22Fix a dozen or so places that were passing unpredictable data stringsTom Lane
2002-09-05Fix breakage introduced by careless snprintf patching.Tom Lane
2002-09-04pgindent run.Bruce Momjian
2002-09-02Code review for HeapTupleHeader changes. Add version number to page headersTom Lane
2002-08-15The attached patch changes most of the usages of sprintf() toBruce Momjian
2002-07-20oid is needed, it is added at the end of the struct (after the nullBruce Momjian
2002-03-06Change made to elog:Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-15Fix some portability problems (get it to compile, at least, on HP's cc)Tom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2000-12-20rserv replication toolkit from Vadim Mikheev.Thomas G. Lockhart