OSDN Git Service

pg-rex/syncrep.git
2001-02-11 Bruce MomjianMove X packet before shutdown().
2001-02-11 Bruce MomjianSource alignment cleanups.
2001-02-11 Bruce MomjianMore updates.
2001-02-11 Bruce MomjianMore cleanup.
2001-02-11 Bruce MomjianMore cleanup.
2001-02-11 Bruce MomjianCleanup of source.
2001-02-11 Bruce MomjianAdd to Makefile.
2001-02-11 Bruce MomjianAdd pg_logger to /contrib.
2001-02-11 Bruce MomjianThe attached patch does the following:
2001-02-11 Tatsuo IshiiMove pg_encoding_mblen() from common.c to wchar.c.
2001-02-11 Tatsuo Ishiiconv.c did not compile anymore. Fix wrong header file...
2001-02-11 Tatsuo IshiiClean up mutibyte supoorting source files.
2001-02-11 Bruce MomjianClean up HISTORY file, add dates to releases.
2001-02-11 Peter EisentrautRepair markup.
2001-02-10 Bruce MomjianDisable X connection close in ODBC until solution is...
2001-02-10 Bruce MomjianFormat to match standard conventions
2001-02-10 Bruce MomjianConvert to standard 4-space tabs.
2001-02-10 Peter EisentrautOnly look for bison as YACC; other yaccs need to be...
2001-02-10 Bruce Momjianmove comment
2001-02-10 Peter EisentrautDocument that NetBSD's libedit can be used instead...
2001-02-10 Peter EisentrautAdd note about the availability of contrib/mac for...
2001-02-10 Bruce MomjianAdd comment about linker/compiler on bsd.
2001-02-10 Bruce MomjianFix -Bsymbolic for FreeBSD and OpenBSD. NetBSD already...
2001-02-10 Peter EisentrautRepair BSD/OS shared library fixes.
2001-02-10 Bruce MomjianBack out addition. Seems grammar doesn't handle CONSTR...
2001-02-10 Bruce MomjianAdd mention of CONSTRAINT in ADD CONSTRAINT section.
2001-02-10 Bruce MomjianRevert shlib changes.
2001-02-10 Bruce MomjianRemove protcol option buttons.
2001-02-10 Bruce MomjianODBC BSD/OS fix.
2001-02-10 Bruce Momjiancleanup
2001-02-10 Bruce MomjianAdd URL for my2pg.pl.
2001-02-10 Bruce MomjianAdd description.
2001-02-10 Bruce MomjianAdd both conversion utilities.
2001-02-10 Bruce Momjiancleanup
2001-02-10 Bruce MomjianAdd other mysql conversion utility for comparisons.
2001-02-10 Bruce MomjianAllow -Bsymbolic on BSDI for ODBC.
2001-02-10 Peter EisentrautFix on Linux
2001-02-10 Tom LaneMinor improvements and copy-editing.
2001-02-10 Bruce MomjianMore ODBC formatting cleanup.
2001-02-10 Tom LaneFix example of syntactic ambiguity between prefix/infix...
2001-02-10 Bruce MomjianRun pgindent over ODBC source. We couldn't do this...
2001-02-10 Bruce MomjianRemove protocol-dependent code. This should have been...
2001-02-10 Bruce MomjianCleanup
2001-02-10 Bruce MomjianMore cleanup, again not sure it works.
2001-02-10 Bruce MomjianClean up bad variable used in script. Still not sure...
2001-02-10 Bruce MomjianProperly exit ODBC with 'X', allow linking on BSD/OS.
2001-02-10 Tom LaneFix documentation of EXECUTE, add documentation of...
2001-02-10 Tom LaneFix byte-vs-word-width oversight in m68k TAS() code.
2001-02-10 Tom LaneUpdate findoidjoins notes for 7.1.
2001-02-10 Tom LaneCompile a little more cleanly.
2001-02-10 Tom LaneAdd oid2name subdirectory to contrib Makefile.
2001-02-10 Tom LaneIgnore leading whitespace when trying to determine...
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2001-02-10 Peter EisentrautUpdate section about how to start server from boot...
2001-02-10 Peter EisentrautAdd new FreeBSD start script that makes use of new...
2001-02-09 Bruce MomjianRemove last code that assumed xinv/xinx are large objec...
2001-02-09 Peter EisentrautAvoid a particular <simplelist>. jadetex has formattin...
2001-02-09 Peter EisentrautMake more portable.
2001-02-09 Tom LaneThis hasn't been used for anything for a long time...
2001-02-09 Bruce MomjianLarge object manual updates.
2001-02-09 Tom LaneRemove link to dead subdirectory 'linux'.
2001-02-09 Bruce MomjianMention NetBSD
2001-02-09 Bruce MomjianRemove pg_service mention.
2001-02-09 Bruce MomjianUpdate TODO list.
2001-02-09 Tom LaneWhen updating a tuple containing compressed-in-line...
2001-02-09 Bruce MomjianAdd -g as synonmym for --globals-only in pg_dumpall...
2001-02-09 Bruce MomjianUpdate TODO list.
2001-02-09 Bruce MomjianUpdate TODO list.
2001-02-09 Bruce MomjianUpdate TODO list.
2001-02-09 Bruce MomjianI have deleted the include of termios.h in include...
2001-02-09 Hiroshi InoueChange SELECT to not trigger "BEGIN" in not autocommit...
2001-02-09 Tom Laneplpgsql's private copy of xlateSqlType was out of sync...
2001-02-09 Tom LaneDocument PL/TclU language variant, and do some minor...
2001-02-09 Tom LaneRestructure discussion of PL installation to emphasize...
2001-02-09 Tom LaneRemove no-longer-needed mklang script; now superseded...
2001-02-09 Tom LaneEXECUTE of a SELECT ... INTO now draws a 'not implement...
2001-02-08 Peter EisentrautRemove outdated contrib/linux start scripts. Beat...
2001-02-08 Peter EisentrautMake -w the default for shut down, add -W option to...
2001-02-08 Bruce MomjianUPdate file from Patrick.
2001-02-08 Hiroshi InoueFix a misuse of 'char *' declaration.
2001-02-08 Tom LaneWhen launching a child backend, take care to close...
2001-02-07 Vadim B. MikheevFixBTree flag still exists and may be used to turn
2001-02-07 Vadim B. MikheevRuntime btree recovery is now ON by default.
2001-02-07 Vadim B. MikheevMacro for btree runtime fix.
2001-02-07 Tom LaneRepair postmaster memory leakage during password authen...
2001-02-07 Tom LaneRedo pgaccess' queries about views so that they will...
2001-02-07 Tom LaneNot sure why this work script was in the repository...
2001-02-07 Tom LaneMinor copy-editing.
2001-02-07 Tom LaneUse explicit path to libpgtcl.so, instead of relying...
2001-02-07 Tom LaneMake DEF_PGPORT available to Makefiles, so it can be...
2001-02-07 Tom LaneActually, it looks like DEF_PGPORT belongs over in...
2001-02-07 Tom LaneRemove broken (and unnecessary) definition of DEF_PGPORT.
2001-02-07 Peter EisentrautOnly pass the -L* portions of LDFLAGS to the Python...
2001-02-07 Tom LaneNeed to specify DYNAMIC_PATH flag to shl_load, else...
2001-02-07 Bruce MomjianUpdate FAQ.
2001-02-07 Bruce MomjianUpdate FAQ.
2001-02-07 Peter MountSome updates prior to retrieving a fresh cvs copy:
2001-02-07 Bruce MomjianAdd java.
2001-02-07 Bruce MomjianUpdate TODO list.
2001-02-07 Bruce MomjianAdd item.
next