]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2000-07-05  Bruce Momjianautoconf
2000-07-05  Bruce Momjianattached to this mail is a patch from a colleague that...
2000-07-05  Jan WieckSmall fix for ALTER TABLE xxx* ADD COLUMN ...
2000-07-05  Jan WieckAutomatically create toast tables on ALTER TABLE ....
2000-07-05  Jan WieckBugfix in ALTER TABLE CREATE TOAST TABLE
2000-07-05  Jan WieckFixed lztextlen() bug in MULTIBYTE, still thinking...
2000-07-05  Bruce MomjianU Re-add flock TODO.detail.
2000-07-05  Bruce MomjianUpdate TODO list.
2000-07-05  Bruce MomjianNew resultmap for Alpha, from Ryan Kirkpatrick
2000-07-04  Peter EisentrautFix broken pg_dump makefile
2000-07-04  Jan WieckMoving toaster out of NO ELOG area in heap_update().
2000-07-04  Bruce Momjianmake TEMP -> TEMPORARY
2000-07-04  Bruce MomjianMake pgdump_oid a temp table. Rename to pg_dump_oid.
2000-07-04  Peter EisentrautExpand secondary password file feature, so that you...
2000-07-04  Peter EisentrautFix thinko in my last pg_dumpall change
2000-07-04  Bruce MomjianMakefile cleanup from Karel.
2000-07-04  Jan WieckAdded CVS header
2000-07-04  Jan WieckNew contrib module for statistical mathematics
2000-07-04  Bruce Momjianpg_dump patch from Philip Warner
2000-07-04  Bruce MomjianUpdate TODO list.
2000-07-04  Tom LaneNow that I look at it, is_stopword() is broken and...
2000-07-04  Tom LaneResult of strcmp() is a signed int. Per bug report
2000-07-04  Tom LaneMake toast-table creation and deletion work somewhat...
2000-07-04  Bruce MomjianUpdate TODO list.
2000-07-04  Bruce MomjianRemove unused TODO.detail files.
2000-07-04  Bruce MomjianUpdate tablespaces TODO.detail item.
2000-07-04  Bruce MomjianUpdate TODO list.
2000-07-04  Tom LaneDataFill() has no business resetting xact status bits
2000-07-04  Vadim B. Mikheevmisc
2000-07-04  Vadim B. Mikheevunlock buffer before releasing in heap_insert
2000-07-04  Tom Lanetuptoaster.h should surely not #include postgres.h.
2000-07-03  Tom LaneAdd missing #include for TOAST.
2000-07-03  Jan WieckTOAST changes to catalog
2000-07-03  Jan WieckTOAST
2000-07-03  Peter EisentrautMove global internal files to PGDATA/global.
2000-07-03  Peter EisentrautMove PGPORT envar handling to ResetAllOptions(). Improv...
2000-07-03  Peter EisentrautHave pg_dumpall write CREATE USER and CREATE GROUP...
2000-07-03  Bruce Momjian Very small changes in the contrib's pg_dumplo in the...
2000-07-03  Bruce MomjianIn the attache is new (correct) version. I add TZ ...
2000-07-03  Hiroshi InoueAdd a check of HEAP_MARKED_FOR_UPDATE in HeapTupleSatis...
2000-07-03  Tom LaneClean up memory-context stuff, other minor infelicities.
2000-07-03  Tom LaneRemove unused variable. (Hey Peter, you use gcc, why...
2000-07-03  Vadim B. Mikheevheap' logging
2000-07-02  Bruce MomjianAttached is a new patch which addresses this problem...
2000-07-02  Peter EisentrautVersion number now set in configure, available through...
2000-07-02  Tom LaneDon't run in CacheMemoryContext more than necessary.
2000-07-02  Tom LaneDon't run in CacheMemoryContext longer than necessary.
2000-07-02  Tom LaneRemove memory leak from VACUUM parsing.
2000-07-02  Tom LaneNew memmgr logic in xact.c failed if AbortTransaction...
2000-07-01  Bruce MomjianBack out Karels to_char changes.
2000-07-01  Peter EisentrautWe don't need config.status substituting anything into...
2000-07-01  Peter EisentrautSynchronized integrated documentation with latest admin...
2000-07-01  Peter EisentrautA little bit of clean-up/bug fix in Tcl build. Handle...
2000-07-01  Bruce Momjian In the attache is new to_date()/to_timestamp() version.
2000-06-30  Bruce MomjianFix select '1--2'; for PEter.
2000-06-30  Peter EisentrautNew and revised material for Admin guide, re backup...
2000-06-30  Peter EisentrautFixes for Solaris/cc suggested by <pgsql-hackers@thewri...
2000-06-30  Tom LaneRemoveView was doing things the hard way...
2000-06-30  Tom LaneUse a private memory context to store rule information...
2000-06-29  Bruce MomjianFix quotes in /* */ comments in psql.
2000-06-29  Tom LaneAdd test code to copy all parse/plan trees. Repair...
2000-06-29  Tom LaneRearrange config.h entries into a more sensible order...
2000-06-29  Tom LaneRemove freefuncs.c, which hasn't been used in a long...
2000-06-29  Tom LaneAdd SIGFPE to list of signals never to block. #ifdef...
2000-06-29  Bruce MomjianAdd #ifdef for LC_MESSAGES, because it is not ANSI...
2000-06-28  Peter EisentrautMakefile cleanup for interface tree. Now essentially...
2000-06-28  Tom LaneSuppress memory leak in COPY WITH OIDS TO wherever.
2000-06-28  Tom LaneRepair incorrect assumption that all versions of 'insta...
2000-06-28  Tom LaneCall me silly, but I think it would be a good idea...
2000-06-28  Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-27  Bruce MomjianTamotsu Nakagawa has posted a fix for this to a local...
2000-06-27  Peter EisentrautMakefile cleanup for bin and pl subtrees. They should...
2000-06-26  Bruce MomjianFix \pset null to use ', not ".
2000-06-25  Peter EisentrautAdded new commands and intelligence to psql tab completion.
2000-06-25  Peter EisentrautRelaxed pickiness about user and group commands in...
2000-06-24  Bruce MomjianUpdate FAQ.
2000-06-22  Peter EisentrautSecond pass over run-time configuration system. Adjust...
2000-06-21  Peter EisentrautFix typo
2000-06-20  Bruce Momjian> Great! Please cc: the docs or hackers mailing lists...
2000-06-20  Peter EisentrautCleaned up PL/pgSQL build. Fixed a couple of copyandpas...
2000-06-20  Tom LaneMake renaming a temp table behave sensibly. We don...
2000-06-20  Tom LaneMake inheritance planning logic a little simpler and...
2000-06-20  Tom LaneFix handling of type tuple associated with a temp relat...
2000-06-19  Tom LaneModify index-opening code to guarantee that the indexes...
2000-06-19  Tom LaneEnsure that kernel error code is included in smgr-level...
2000-06-19  Peter EisentrautIntegrated ODBC driver into regular build. No more...
2000-06-19  Bruce MomjianRemove old README files.
2000-06-19  Bruce MomjianAdd missing /contrib files
2000-06-19  Bruce MomjianUpdate to /contrib from Karel.
2000-06-19  Bruce Momjianautoconf
2000-06-19  Bruce MomjianRename HAVE_SQLGETPRIVATEPROFILESTRING to something...
2000-06-19  Bruce Momjianfix HAVE_SQLGETPRIVATEPROFILESTRING define
2000-06-19  Tom LaneClean up bogosities in pg_opclass, pg_amop, pg_amproc...
2000-06-19  Bruce MomjianLinux/alpha patch.
2000-06-18  Tom LaneReimplement nodeMaterial to use a temporary BufFile...
2000-06-18  Peter EisentrautSeparated set constraints and set transaction reference...
2000-06-18  Tom LaneReinstate BufFileTell().
2000-06-17  Tom LaneGet rid of IndexIsUniqueNoCache() kluge by the simple...
2000-06-17  Tom LaneFix performance problems with pg_index lookups (see...
2000-06-17  Tom LaneClean out another pocket of functions called via nonspe...
next