]> granicus.if.org Git - postgresql/history - src/include/utils/rel.h
Commit to match discussed elog() changes. Only update is that LOG is
[postgresql] / src / include / utils / rel.h
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