index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
rserv
Age
Commit message (
Expand
)
Author
2003-06-25
Back out rserv changes that would allow limit of replicated tables ---
Bruce Momjian
2003-06-25
Attached is a patch that provides *VERY* limited support for multiple
Bruce Momjian
2003-05-27
Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in
Bruce Momjian
2002-11-22
Fix a dozen or so places that were passing unpredictable data strings
Tom Lane
2002-11-01
Fix contrib/rserv to install successfully when built outside source tree.
Tom Lane
2002-10-09
Well, this patch makes Makefile for contrib/rserv use the
Bruce Momjian
2002-09-05
Fix breakage introduced by careless snprintf patching.
Tom Lane
2002-09-05
Assorted fixes for Cygwin:
Peter Eisentraut
2002-09-04
pgindent run.
Bruce Momjian
2002-09-02
Code review for HeapTupleHeader changes. Add version number to page headers
Tom Lane
2002-08-22
Add a bunch of pseudo-types to replace the behavior formerly associated
Tom Lane
2002-08-15
The attached patch changes most of the usages of sprintf() to
Bruce Momjian
2002-07-20
oid is needed, it is added at the end of the struct (after the null
Bruce Momjian
2002-03-11
Back out this for Peter:
Bruce Momjian
2002-03-06
This simple patch fixes broken Makefile, broken ApplySnapshot and
Bruce Momjian
2002-03-06
Change made to elog:
Bruce Momjian
2001-10-28
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-25
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-15
Fix some portability problems (get it to compile, at least, on HP's cc)
Tom Lane
2001-09-16
Install dynamically loadable modules into a private subdirectory
Peter Eisentraut
2001-09-06
To fix the perpetually broken makefiles in the contrib tree, I have
Peter Eisentraut
2001-06-18
The attached patch enables the contrib subtree to build cleanly under
Bruce Momjian
2001-03-22
pgindent run. Make it all clean.
Bruce Momjian
2001-02-20
Make sure -L and -I's for our source tree are always before system include
Peter Eisentraut
2000-12-28
Qualify %.in rule to avoid triggering on configure.in, repair unportable
Peter Eisentraut
2000-12-21
Rename undocumented utility SyncSyncID to MasterSync.
Thomas G. Lockhart
2000-12-21
Rename undocumented utility SyncSyncID to MasterSync.
Thomas G. Lockhart
2000-12-20
rserv replication toolkit from Vadim Mikheev.
Thomas G. Lockhart