]> granicus.if.org Git - postgresql/shortlog
postgresql
2000-07-14 Thomas G. LockhartUpdate docs for TIME WITHOUT TIME ZONE.
2000-07-13 Peter EisentrautFix typo, from Keith Parks
2000-07-13 Peter EisentrautRepair parallel make in backend tree (and make it reall...
2000-07-13 Tom LanePlanner did the wrong thing with index-scan-backward...
2000-07-12 Peter EisentrautRemove a bunch of unused configure tests, in particular...
2000-07-12 Bruce MomjianCan you please apply the following patch to current CVS
2000-07-12 Peter EisentrautAdd assert checking to GUC ("debug_assertions")
2000-07-12 Tom LaneRepair missing MEMORY_CONTEXT_CHECKING logic for realloc().
2000-07-12 Tom LaneFirst stage of reclaiming memory in executor by resetti...
2000-07-11 Bruce Momjian Here is the patch with memory leak checker. This check...
2000-07-11 Bruce MomjianDone. In backend/commands/define.c unused field is...
2000-07-11 Jan WieckSome security checks that we've found an external value...
2000-07-10 Tom LanePrevent creating a boatload of empty segments when...
2000-07-09 Peter Eisentrautoidvectortypes: use SQL type names and separate by...
2000-07-09 Peter Eisentrauttypo
2000-07-09 Peter EisentrautFix handling of pre-existing LD_LIBRARY_PATH, from...
2000-07-09 Peter EisentrautFix sed invocation, from Keith Parks
2000-07-09 Peter EisentrautAnother round of those unportable config/build changes :-/
2000-07-09 Tom LaneMake view/rule permission checking behave properly...
2000-07-09 Tom LaneFix bogus DatumGetInt32 coercion.
2000-07-08 Thomas G. LockhartRemove reference to tag which is not available to the...
2000-07-08 Bruce MomjianUpdate TODO list.
2000-07-08 Bruce MomjianUpdate TODO list.
2000-07-08 Tom LaneSeems we need <errno.h> to be included explicitly now...
2000-07-08 Tom LaneRemove long-dead support for invoking queries from...
2000-07-08 Tom LanePut back separate install-bin target ... I was using...
2000-07-07 Tom LaneFix misuse of StrNCpy to copy and add null to non-null...
2000-07-07 Peter Eisentraut- format_type function, in use by psql
2000-07-07 Bruce MomjianRename cash_words_out to cash_words.
2000-07-07 Bruce MomjianRemove HTML FAQ files that are really just text files.
2000-07-07 Bruce MomjianUpdate TODO list.
2000-07-07 Bruce MomjianUpdate TODO list.
2000-07-07 Bruce Momjian|> The Makefile.shlib changes will have to be discussed...
2000-07-06 Bruce MomjianMove FAQ source into main cvs tree.
2000-07-06 Tom LaneCorrect unsafe use of strcmp(). See rant of same date...
2000-07-06 Peter EisentrautBackend makefile cleanup. make maintainer-clean is...
2000-07-06 Jan WieckAdded comments about the compression algorithm as reque...
2000-07-06 Jan WieckPlease find attached a patch for the pg_dump directory...
2000-07-06 Jan WieckBugfix. If toasted tuple containted NULLs, DataFill...
2000-07-06 Tom LaneFunctions on 'text' type updated to new fmgr style...
2000-07-05 Tom LaneUpdate textin() and textout() to new fmgr style. This...
2000-07-05 Tom LaneMake the regression tests safe for TOAST.
2000-07-05 Tom LaneFix typo (extraneous semicolon) in fd.c patch to avoid...
2000-07-05 Jan WieckEnable pg_rewrite to be toasted (unlimited size of...
2000-07-05 Marc G. Fournieradd check for libz compression library for pg_dump
2000-07-05 Jan WieckChanged TOAST relations to have relkind RELKIND_TOASTVALUE.
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.
next