OSDN Git Service

Restructure operator classes to allow improved handling of cross-data-type
[pg-rex/syncrep.git] / src / include / utils / rel.h
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-04-25 Tom LaneArrange to cache btree metapage data in the relcache...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-06 Tom LaneRevise pgstats stuff to fix the problems with not count...
2005-08-12 Tom LaneSolve the problem of OID collisions by probing for...
2005-05-27 Tom LaneArrange to cache fmgr lookup information for an index...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-01-10 Tom LanePhase 1 of fix for 'SMgrRelation hashtable corrupted...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-16 Tom LaneRestructure subtransaction handling to reduce resource...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-28 Tom LaneFix relcache to account properly for subtransaction...
2004-07-17 Tom LaneInvent ResourceOwner mechanism as per my recent proposa...
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-05-08 Tom LaneGet rid of rd_nblocks field in relcache entries. Turns...
2004-02-10 Tom LaneRestructure smgr API as per recent proposal. smgr...
2004-01-06 Neil ConwayCode cleanup, mostly in the smgr:
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-09-24 Tom LaneRepair some REINDEX problems per recent discussions...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-05-28 Tom LaneReplace functional-index facility with expressional...
2002-11-23 Bruce MomjianThis patch implements FOR EACH STATEMENT triggers,...
2002-09-04 Bruce Momjianpgindent run.
2002-08-11 Tom LaneCode review of CLUSTER patch. Clean up problems with...
2002-08-06 Tom LaneRestructure local-buffer handling per recent pghackers...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-04-01 Tom LaneAdd tgconstrrelid to stored Trigger structures, make...
2002-03-31 Tom LaneReimplement temp tables using schemas. The temp table...
2002-03-26 Tom Lanepg_class has a relnamespace column. You can create...
2002-02-19 Tom LaneA bunch of changes aimed at reducing backend startup...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-06 Tom LaneRearrange fmgr.c and relcache so that it's possible...
2001-06-27 Tom LaneInstall infrastructure for shared-memory free space...
2001-06-22 Jan WieckStatistical system views (yet without the config stuff...
2001-06-19 Tom LaneFix badly broken RelationGetRelationName().
2001-06-19 Bruce MomjianMove temprel name define from temprel.h to rel.h.
2001-06-19 Tom LaneBring RelationGetRelationName into sync with new temp...
2001-06-01 Tom LaneClean up some minor problems exposed by further thought...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-23 Tom LaneImprove comments.
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-09-07 Vadim B. MikheevHeap redo/undo (except for tuple moving used by vacuum).
2000-07-14 Tom LaneCleanup of code for creating index entries. Functional...
2000-06-30 Tom LaneUse a private memory context to store rule information...
2000-06-18 Tom LaneReimplement nodeMaterial to use a temporary BufFile...
2000-06-17 Tom LaneFix performance problems with pg_index lookups (see...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-27 Tom LaneAdd Assert() to check for trying to heap_close a relati...
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-10 Bruce MomjianMake number of args to a function configurable.
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-09-29 Jan WieckThis is part #1 for of the DEFERRED CONSTRAINT TRIGGER...
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-07-16 Bruce MomjianMore cleanup
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-05-25 Bruce Momjianpgindent run over code.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-02 Bruce MomjianAdd TEMP tables/indexes. Add COPY pfree(). Other...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-24 Bruce MomjianFix prototypes so they don't look like function definit...
1998-01-15 PostgreSQL DaemonThank god for searchable mail archives.
1997-11-21 Bruce MomjianMore archive cleanup.
1997-10-28 Vadim B. MikheevNow we are able to CREATE PROCEDURAL LANGUAGE (Thanks...
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-09-04 Vadim B. Mikheevstruct Trigger changed
1997-09-01 Vadim B. MikheevTriggers added to Relation
1996-11-04 Marc G. Fournierfinally, this directory is (should be!) totally clean
1996-11-04 Marc G. FournierAnother series started from utils/builtins.h
1996-11-01 Marc G. FournierOkay, following Bryan's (and others) suggestions.....
1996-10-24 Marc G. FournierFixes: Errors when PQexec() in backend creates temp
1996-10-19 Marc G. FournierHopefully that cleans up the cruft from rel.h
1996-10-19 Marc G. Fournierand another
1996-08-28 Marc G. FournierMore cleanups of the include files