]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
1999-07-30  Marc G. FournierThere is one section that changed, concernign startup...
1999-07-30  Marc G. Fournierv6.6's HISTORY file should reflect changes that went...
1999-07-30  Marc G. Fournierjust testing a script...
1999-07-30  Bruce MomjianRemove extra #endif
1999-07-30  Marc G. FournierNothing changed, just testing cvslog ...
1999-07-30  Bruce MomjianFix description of psql flags -t and -q.
1999-07-30  Tom LaneFix coredump seen when doing mergejoin between indexed...
1999-07-30  Tom LaneUpdate comments for create_indexscan_node().
1999-07-29  Bruce MomjianRemove comment after optimization flag.
1999-07-29  Tom LaneAdd support for Case exprs to fix_indxqual_references,
1999-07-29  Tom LaneAdd equal() funcs for Case nodes ... amazing we had not
1999-07-28  Bruce MomjianUpdate TODO list.
1999-07-28  Bruce MomjianUpdate TODO list.
1999-07-28  Tom LaneAllow a_expr not just AexprConst in the right-hand...
1999-07-28  Bruce MomjianUpdate TODO list.
1999-07-27  Tom LaneCorrect bug in best_innerjoin(): it should check all the
1999-07-27  Tom LaneMy recent optimizer changes caused a different plan to
1999-07-27  Tom LaneFirst cut at doing LIKE/regex indexing optimization in
1999-07-26  Bruce MomjianUpdate TODO list.
1999-07-26  Bruce MomjianUpdate TODO list.
1999-07-25  Tom LaneFurther work on planning of indexscans. Cleaned up...
1999-07-25  Tom LaneRemove 'restrictinfojoinid' field from RestrictInfo...
1999-07-24  Tom LaneClean up messy clause-selectivity code in clausesel...
1999-07-23  Tom LaneMinor code beautification, extensive improvement of
1999-07-23  Tom LaneExit cleanups I made yesterday caused pq_close() to be
1999-07-22  Bruce MomjianAlpha spinlock fix from Uncle George <gatgul@voicenet...
1999-07-22  Thomas G. LockhartComplete merge of all old man page information.
1999-07-22  Thomas G. LockhartComplete merge of all old man page information.
1999-07-22  Tom LanePlug several holes in backend's ability to cope with
1999-07-20  Bruce MomjianUpdate TODO list.
1999-07-20  Bruce MomjianUpdate TODO list.
1999-07-20  Bruce MomjianUpdate TODO list.
1999-07-20  Bruce MomjianWhile I was running some tests in psql, trying to figur...
1999-07-20  Bruce MomjianUpdate TODO list.
1999-07-20  Bruce MomjianReverse out cache changes that are not ready yet.
1999-07-20  Bruce MomjianUse -ieee alpha flag for gcc and egcs only.
1999-07-20  Bruce Momjianautoconf
1999-07-20  Bruce MomjianRe-add Makefile.
1999-07-20  Bruce MomjianMove -ieee to adt Makefile, and add CPU Makefile variable.
1999-07-20  Tom LaneComplain about INSERT ... SELECT ... ORDER BY, which...
1999-07-19  Bruce Momjianpsql fix.
1999-07-19  Bruce Momjianlinux/sparc cleanup
1999-07-19  Bruce MomjianFix for linux/sparc.
1999-07-19  Bruce MomjianCleanup of patch just applied.
1999-07-19  Bruce MomjianSet the application name, used for parsing readline...
1999-07-19  Bruce MomjianFix #if if.
1999-07-19  Michael Meskes*** empty log message ***
1999-07-19  Bruce MomjianInstall new alignment code to use MAXALIGN rather than...
1999-07-19  Bruce MomjianEnable WIN32 compilation of libpq.
1999-07-19  Bruce MomjianWin32 cleanup
1999-07-19  Bruce Momjianautoconf
1999-07-19  Bruce MomjianRe-add getopt.h check, remove NT-specific tests for it.
1999-07-19  Tom LaneClean up gcc warning about unused static decl.
1999-07-19  Bruce Momjianautoconf
1999-07-19  Bruce MomjianRemove getopt configure check.
1999-07-19  Tom LanePut back mistakenly removed configure test for HAVE_NET...
1999-07-19  Bruce MomjianUpdate TODO list.
1999-07-19  Tom LaneParser no longer considers
1999-07-19  Tom LaneRewrite parser's handling of INSERT ... SELECT so that...
1999-07-18  Bruce MomjianUpdate ecpg compile.
1999-07-18  Bruce Momjianautoconf
1999-07-18  Bruce MomjianAdd getopt test.
1999-07-18  Bruce Momjianautoconf
1999-07-18  Bruce Momjiancleanup
1999-07-18  Bruce MomjianFix configure problem.
1999-07-18  Bruce Momjianautoconf
1999-07-18  Tom LaneFix typo in _outArrayRef().
1999-07-18  Bruce Momjianupdate
1999-07-18  Bruce MomjianUpdate for 6.6.
1999-07-18  Bruce Momjianconfigure cleanup
1999-07-18  Bruce Momjianconfigure cleanup
1999-07-18  Bruce Momjianautoconf
1999-07-18  Bruce MomjianUpdate configure include checks.
1999-07-18  Bruce Momjianautoconf
1999-07-18  Bruce MomjianUpdate includes from configure
1999-07-18  Bruce Momjianautoconf
1999-07-18  Bruce MomjianNo check for string/strings.h.
1999-07-18  Tom LaneImprove commentary about ArrayRef and ResTarget nodes.
1999-07-17  Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-17  Tom LaneFix incorrect declaration of rtentry as 'ResTarget...
1999-07-17  Bruce MomjianUpdate TODO list.
1999-07-17  Bruce MomjianFix for multi-byte includes.
1999-07-17  Tom LaneFix silly typo in commentary...
1999-07-17  Bruce MomjianAdd c.h to exclusion list.
1999-07-17  Bruce Momjianclean up comment on missing file.
1999-07-17  Bruce MomjianInclude check
1999-07-17  Bruce MomjianMore config.h cleanups.
1999-07-17  Bruce MomjianAdd config.h as needed.
1999-07-17  Bruce MomjianUpdate TODO list.
1999-07-16  Tom LaneTired of seeing that 'unused variable' warning...
1999-07-16  Tom LaneAdd back improperly removed #include for utils/trace.h.
1999-07-16  Tom LaneAdd back improperly removed #include for config.h.
1999-07-16  Tom LaneAdd back improperly removed #include for utils/dynamic_...
1999-07-16  Tom LaneFix 'SO__MINOR_VERSION' typo for irix5; add AIX shlib...
1999-07-16  Tom LaneSupport subscripts on bare column names.
1999-07-16  Tom LaneAllow bare column names to be subscripted as arrays...
1999-07-16  Tom LaneRevise _bt_binsrch() so that its binary search loop...
1999-07-16  Bruce MomjianMore cleanup
1999-07-16  Bruce MomjianMore cleanup
1999-07-16  Thomas G. LockhartFix conflicting id tags (sql.sgml also used "select...
next