]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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.
2001-02-07  Bruce MomjianUpdate TODO list.
2001-02-07  Bruce MomjianUpdate TODO list.
2001-02-06  Bruce Momjiancleaned up.
2001-02-06  Bruce MomjianMake it clearer.
2001-02-06  Peter EisentrautOnly use termcap xor [n]curses, depending on what readl...
2001-02-06  Bruce MomjianWell, learned the hard way...
2001-02-06  Bruce MomjianAdd.
2001-02-06  Bruce MomjianUpdate /contrib and TODO.detail.
2001-02-06  Bruce MomjianUpdate TODO list.
2001-02-06  Bruce MomjianUpdate TODO list.
2001-02-06  Peter EisentrautIf the first argument is --version or --help, skip...
2001-02-06  Vadim B. MikheevPageAddItem in overwrite mode: must *NOT* check itemid...
2001-02-06  Bruce MomjianUpdate FAQ.
2001-02-06  Hiroshi InoueImproved version handling introduced by Dave Page.
2001-02-06  Tom LaneNow that I look at it, PQoidValue() ain't quite right...
2001-02-06  Tom LaneRepair PQoidStatus() bug reported by darcy@druid.net.
2001-02-06  Tom LaneOut-of-bounds memory allocation request sizes should...
2001-02-05  Peter EisentrautDocument BETWEEN.
2001-02-05  Bruce MomjianUpdate FAQ.
2001-02-05  Peter EisentrautDump/display 'timestamp' as 'timestamp with time zone...
2001-02-04  Peter EisentrautMove PL docs to programmer's guide, "storage" chapter...
2001-02-04  Peter EisentrautCheck for -lresolv.
2001-02-04  Peter EisentrautPass LDFLAGS along with LIBS to the Python build stuff...
2001-02-04  Peter EisentrautMust run jadetex three times to get correct page number...
2001-02-04  Peter EisentrautWhen making xrefs to refsects, the linkend should point...
2001-02-03  Bruce MomjianRe-add Peter E's changes.
2001-02-03  Tom LaneFix inappropriate attempt to push down qual clauses...
2001-02-03  Peter EisentrautUse elog() instead of exit() for fatal scanner errors.
2001-02-03  Peter EisentrautImproved wording, from Albert REINER <areiner@tph.tuwie...
2001-02-03  Peter EisentrautUpdate, polish, consistencify preface/intro sections.
2001-02-03  Bruce MomjianChange description.
2001-02-02  Vadim B. MikheevRuntime tree recovery is implemented, just testing...
2001-02-02  Bruce MomjianApply patches for QNX from Maurizio
2001-02-01  Bruce MomjianA patch for the GROUP BY/HAVING example. p.date should...
2001-02-01  Bruce Momjian Please replace with the one attached to this...
2001-01-31  Michael MeskesApplied two bug fixes by Christof Petig.
2001-01-31  Peter MountWed Jan 31 08:46:00 GMT 2001 peter@retep.org.uk
2001-01-31  Peter MountTue Jan 30 22:24:00 GMT 2001 peter@retep.org.uk
2001-01-31  Vadim B. MikheevCouple additional functions to fix tree at runtime.
2001-01-30  Bruce MomjianUpdate /contrib README and add init.d from Ryan.
2001-01-29  Bruce MomjianUpdate HISTORY/release with current changes.
next