]> granicus.if.org Git - postgresql/history - src/backend/catalog/heap.c
Clean up grotty references to CacheCxt (externs inside functions,
[postgresql] / src / backend / catalog / heap.c
2000-05-20 Tom LaneClean up grotty references to CacheCxt (externs inside...
2000-05-19 Tom LaneRevise FlushRelationBuffers/ReleaseRelationBuffers...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-17 Tom LaneFix a bunch of minor portability problems and maybe...
2000-03-14 Thomas G. LockhartImplement column aliases on views "CREATE VIEW name...
2000-02-18 Hiroshi InoueImplement reindex command
2000-02-15 Thomas G. LockhartCarry column aliases from the parser frontend. Enables...
2000-01-31 Tom LaneFix problems seen in parallel regress tests when SI...
2000-01-26 Bruce MomjianAdd:
2000-01-22 Peter Eisentrautadded ALTER TABLE DROP COLUMN, early version
2000-01-17 Tom Lanesetheapoverride() is history. Uses replaced with Comma...
2000-01-17 Tom LanePass atttypmod to CoerceTargetExpr, so that it can...
2000-01-16 Tom LaneRepair breakage of inherited constraint expressions...
1999-12-20 Jan WieckRequired catalog changes for extended LONG attribute...
1999-12-16 Jan WieckSome changes to prepare for LONG attributes.
1999-12-10 Bruce MomjianRename several destroy* functions/tags to drop*.
1999-11-28 Tom LaneDelete pg_statistics rows for a relation during heap_de...
1999-11-24 Bruce MomjianRename heap_replace to heap_update.
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-11-16 Bruce MomjianCommit to make clearer distinction for temp names and...
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-11-04 Hiroshi InoueMake it possible to execute crashed CREATE/DROP command...
1999-10-26 Bruce MomjianHello.
1999-10-15 Bruce MomjianThis patch implements ORACLE's COMMENT SQL command.
1999-10-07 Tom LaneSomehow missed this call to addRangeTableEntry() ...
1999-10-06 Vadim B. MikheevDon't set BootstrapProcessingMode in AddNewRelationTupl...
1999-10-04 Tom LaneOops, DEFAULT processing wasn't doing type compatibilit...
1999-10-03 Tom LaneReimplement parsing and storage of default expressions...
1999-09-29 Jan WieckThis is part #1 for of the DEFERRED CONSTRAINT TRIGGER...
1999-09-24 Tom LaneSeveral changes here, not very related but touching...
1999-09-23 Bruce MomjianAdd TRUNCATE command, with psql help and sgml additions.
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-09-05 Tom LaneDisallow DROP TABLE/DROP INDEX inside a transaction...
1999-09-04 Bruce MomjianIntercept temp table lookups further up to map temp...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-08 Bruce MomjianRename pg_temp to pg_sorttemp so it does not conflict...
1999-06-16 Bruce MomjianCleanup
1999-06-04 Tom LaneFix for failure to clean SysCache entry when a relation...
1999-05-26 Tom LanePatch from Andreas: when CREATE TABLE is followed by...
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-22 Bruce MomjianFix for DEFAULT ''.
1999-05-21 Bruce MomjianDisable fix. Didn't work.
1999-05-21 Bruce MomjianFix typo and attempt default fix.
1999-05-19 Bruce MomjianUpgrade to PyGreSQL (2.4)
1999-05-13 Tom LaneRip out QueryTreeList structure, root and branch. ...
1999-05-10 Bruce MomjianFix initdb problem introduced by recent patch.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-04-15 Tom LaneInitialize reltuples = 1000, relpages = 10 in a newly...
1999-03-17 Bruce MomjianAdd new postgres -O option to allow system table struct...
1999-02-23 Thomas G. LockhartClean up error messages.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-09 Bruce MomjianRename Temp to Noname for noname tables.
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1999-02-02 Bruce MomjianAdd TEMP tables/indexes. Add COPY pfree(). Other...
1998-12-15 Vadim B. MikheevInitial MVCC code.
1998-12-14 Marc G. FournierInitial attempt to clean up the code...
1998-12-13 Thomas G. LockhartUse the new implicit type coersion techniques for match...
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-11-17 Thomas G. LockhartAdditional fixes for mixed-case table names from Billy...
1998-11-12 Thomas G. LockhartFix test for table existance to allow mixed-case and...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-29 Bruce MomjianBetter error message if table exists.
1998-08-26 Bruce MomjianFix problem where attbyval was wrong for xid types.
1998-08-24 Bruce Momjian This is the final state of the rule system for...
1998-08-20 Bruce Momjianfix for index problem.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-08-17 Thomas G. LockhartUse the parser macro IS_BINARY_COMPATIBLE() to allow...
1998-08-06 Bruce MomjianMake large objects their own relkind type. Fix dups...
1998-07-27 Vadim B. MikheevUse Snapshot in heap access methods.
1998-07-20 Bruce MomjianUse defines rather than constants for types.
1998-07-20 Bruce MomjianFix temp name length.
1998-07-12 Bruce Momjianremoved unneeded long spec on constants.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-06-14 Bruce MomjianRelationForgetRelation not needed in heap_destroy().
1998-06-13 Bruce MomjianFix problem with table drop after rollback of transacti...
1998-04-27 Bruce MomjianThis patch...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-11 Bruce MomjianGoodbye register keyword. Compiler knows better.
1998-02-07 Bruce Momjianatttypmod now -1.
1998-02-05 Bruce MomjianFIx for atttypmod in system catalogs.
1998-01-06 Bruce MomjianABORT to ERROR in catalog/.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-11 Bruce MomjianRename pg_plan and pg_eval to be more meaningful.
1997-12-01 Bruce MomjianDocument pg_dump -z, clean up option list. Fix problem...
1997-11-28 Bruce MomjianRename heap_destroyr to heap_destroy, heap_destroy...
1997-11-28 Bruce MomjianRename heap_create to heap_create_and_catatlog, rename...
1997-11-26 Bruce MomjianRe-order args for TypeCreate() to be clearer.
1997-11-26 Bruce MomjianFix from Zeugswetter Andreas DBT for Sendproc.
1997-11-26 Bruce MomjianCleanup up include files.
1997-11-25 Bruce MomjianBreak parser functions into smaller files, group together.
1997-11-24 Bruce MomjianRemove tqual.h includes not needed.
1997-11-21 Bruce MomjianRemove archive stuff.
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
1997-11-02 Vadim B. MikheevGood Bye, Time Travel!
1997-09-18 Bruce MomjianInline memset() as MemSet().
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
next