]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
1999-07-03  Bruce MomjianUpdate tuple size check.
1999-07-03  Bruce MomjianFix for insertion of tuple too large.
1999-07-03  Bruce MomjianFix to prevent too large tuple from being created.
1999-07-02  Bruce MomjianFix for removal of temp tables if last transaction...
1999-07-02  Bruce Momjiantypo fix.
1999-07-01  Bruce Momjian#ifdef around true and false.
1999-07-01  Bruce MomjianAdd files to point to TODO list.
1999-07-01  Tom Lanemake distclean missed a few symlinks created by configure.
1999-06-30  Tom LaneMake sure symlinks for sharedlib get removed by 'make...
1999-06-30  Tom LaneGenerate a full set of version-numbered symlinks when...
1999-06-29  Michael Meskes*** empty log message ***
1999-06-29  Vadim B. MikheevAvoid disk writes for read-only transactions.
1999-06-28  Bruce MomjianAdd time warning about bigtests.
1999-06-27  Peter MountSome minor bug fixes
1999-06-26  Bruce MomjianAdd var defines for no testandset
1999-06-26  Bruce MomjianRemove -m486 on Openbsd.
1999-06-25  Michael Meskes*** empty log message ***
1999-06-25  Tom LaneMakefile.global failed to define $(LIBS), which is
1999-06-24  Michael Meskes*** empty log message ***
1999-06-23  Thomas G. LockhartRemove User's Guide entities since they were not being...
1999-06-23  Thomas G. LockhartAdd information on generating INSTALL and HISTORY from...
1999-06-23  Thomas G. LockhartClarify input/output timezone information.
1999-06-23  Thomas G. LockhartAdd backup/restore info to Admin Guide.
1999-06-23  Thomas G. LockhartMinor changes to Fred Horsh's updates.
1999-06-23  Thomas G. LockhartUpdate maximum identifier length from 15 to 31 characters.
1999-06-23  Peter MountSome fixes supplied by Jon Nielsen jonfn@image.dk
1999-06-21  Bruce MomjianThe references to mailing lists in the resources page...
1999-06-21  Bruce MomjianSome suggestions to clarify the current status of Postg...
1999-06-21  Tom LaneReplace rewriter's checkQueryHasAggs and checkQueryHasS...
1999-06-21  Tom LaneClean up problems with sublinks + grouping in planner...
1999-06-21  Tom LaneOn second thought, expression_tree_walker should handle...
1999-06-19  Bruce MomjianI have a small patch for 6.5.
1999-06-19  Bruce MomjianRename to vararg_format().
1999-06-19  Bruce MomjianChange form() to varargform() to prevent portability...
1999-06-19  Tom LaneMy first chosen victim for expression_tree_walker conve...
1999-06-19  Tom LaneCreate a generic expression-tree-walker subroutine...
1999-06-19  Tom LaneTemporarily disable error checks for missing selectivity
1999-06-18  Bruce MomjianPatch to allow vacuum on multi-segment tables, from...
1999-06-18  Thomas G. LockhartIncorporate fixes from Date and Darwen, 1997.
1999-06-18  Bruce Momjianlinux_ppc now use -O0 to fix problem in optimization...
1999-06-17  Tom LaneExplain didn't handle inheritance correctly (it didn't
1999-06-17  Tom LaneDefend against function calls with more than 8 argument...
1999-06-17  Bruce MomjianRemove QUERY_LIMIT and documenation on same. Change...
1999-06-17  Thomas G. LockhartAdd CLI required header and examples from SQL3/SQL98
1999-06-17  Bruce MomjianMake linux_ppc use only -O, not -O2.
1999-06-16  Michael Meskes*** empty log message ***
1999-06-16  Michael Meskes*** empty log message ***
1999-06-16  Bruce MomjianAdd NT readme file.
1999-06-16  Bruce MomjianCleanup
1999-06-14  Tom LaneUndo Jan's typo that broke regress.sh's detection of... REL6_5
1999-06-14  Thomas G. LockhartFix cross-reference to large objects.
1999-06-14  Thomas G. LockhartFix cross-reference to large objects in the CREATE...
1999-06-14  Thomas G. LockhartRelease notes from sgml.
1999-06-14  Thomas G. LockhartPut in CREATE TABLE AS and SELECT INTO reference pages.
1999-06-14  Thomas G. LockhartMinor updates for release.
1999-06-14  Thomas G. LockhartMinor updates for release.
1999-06-14  Thomas G. LockhartCut down to 80 columns per Bruce. Mostly hacked at...
1999-06-14  Thomas G. LockhartHTML versions of docs for v6.5 release.
1999-06-14  Thomas G. LockhartFix URL for Norm Walsh's Style Sheets.
1999-06-14  Thomas G. LockhartFix typos and wording in v6.5 release summary per Fred...
1999-06-14  Thomas G. LockhartUser's Guide for v6.5.
1999-06-13  Tatsuo Ishiichange #if defined(__mc68000__) to:
1999-06-12  Tom LaneMove default NBuffers setting into config.h, and rename it
1999-06-12  Tom LaneFix critical error noticed by Massimo: copy.c used...
1999-06-12  Tom LaneRemove query_planner's overhasty rejection of cases...
1999-06-12  Tom LanePlug hole in dike: planner would coredump if query_planner
1999-06-12  Tom LaneWhen targetlist is NULL, ExecTargetList was passing...
1999-06-12  Bruce MomjianReversed out Massimo patch.
1999-06-12  Bruce MomjianI don't like last minute patches before the final freez...
1999-06-11  Bruce MomjianHi,
1999-06-11  Bruce Momjianadd m86 similar entries.
1999-06-11  Vadim B. MikheevChange Assert(Ptp.t_data->t_xmax == tp.t_data->t_xmin...
1999-06-11  Vadim B. MikheevRemoved bad Assert(!buf->ri_lock) when unlocking exclus...
1999-06-11  Vadim B. MikheevMore about chained mode and isolation.
1999-06-11  Vadim B. MikheevMore about chained mode and isolation levels.
1999-06-11  Bruce MomjianChange mdtruncate to truncate and not unlink.
1999-06-10  Bruce MomjianThis patch should enable 6.5 to build on Motorola 68000...
1999-06-10  Michael Meskes*** empty log message ***
1999-06-10  Jan WieckAdded 2 regression tests for NUMERIC data type.
1999-06-10  Vadim B. Mikheev1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommi...
1999-06-10  Tom LaneFix errors in SELECT ... GROUP BY ... UNION SELECT ...
1999-06-09  Thomas G. LockhartAdd mention of hot backups to the release notes.
1999-06-09  Thomas G. LockhartMake minor changes in wording.
1999-06-09  Bruce MomjianRemove -O2 for linux/alpha, make -O.
1999-06-09  Vadim B. MikheevReset evaluation plan tuple table next free slot counte...
1999-06-09  Vadim B. MikheevMVCC updates.
1999-06-08  Vadim B. MikheevMVCC updation.
1999-06-08  Bruce MomjianLinux-alpha gets -O
1999-06-08  Bruce MomjianRemove optimization on linux/alpha.
1999-06-08  Bruce MomjianFix for duplicate LC_COLLATE
1999-06-08  Bruce MomjianAdd mention of new pg_dump feature.
1999-06-08  Bruce MomjianInstall proper Irix FAQ.
1999-06-08  Bruce MomjianCleanup
1999-06-08  Bruce MomjianDisable pg_upgrade for 6.5.
1999-06-07  Bruce MomjianI attach a patch for pg_upgrade. This does two things:
1999-06-07  Bruce MomjianOn AIX 4.3.2 the third line in template/aix_42:
1999-06-07  Vadim B. MikheevConcurrency... Highest one...
1999-06-07  Bruce Momjian> Here is a small patch that should only affect win32...
1999-06-07  Tom LaneRepair recently-introduced error in makeIndexable for...
1999-06-07  Vadim B. MikheevHave to release meta page before reading root one!
next