OSDN Git Service

Change error messages to oids come out as %u and not %d. Change has no
[pg-rex/syncrep.git] / src / backend / executor / execAmi.c
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-03-23 Bruce MomjianRemove Tee code, move to _deadcode.
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-02 Bruce MomjianAdd TEMP tables/indexes. Add COPY pfree(). Other...
1999-01-18 Bruce MomjianHi!
1998-12-14 Marc G. Fourniermore cleanups...of note, appendStringInfo now performs...
1998-12-14 Marc G. FournierMany more cleanups...
1998-12-14 Marc G. FournierInitial attempt to clean up the code...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-07-27 Vadim B. MikheevUse Snapshot in heap access methods.
1998-07-16 Bruce MomjianPatch for ReScan of Group.
1998-07-15 Bruce MomjianAllow UNION/UNION ALL in subselects.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-02-27 Vadim B. MikheevExecReScan for MergeJoin.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-23 Vadim B. MikheevExecReScan for Unique & Sort nodes.
1998-02-13 Vadim B. MikheevSupport for subselects.
1998-01-16 Bruce MomjianNew pg_attribute.atttypmod for type-specific informatio...
1998-01-16 Bruce MomjianTemporary varchar patch.
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-11-28 Bruce MomjianRename heap_create to heap_create_and_catatlog, rename...
1997-11-27 Bruce MomjianCleaups of comments.
1997-11-21 Bruce MomjianRemove unused files.
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
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-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1996-11-08 Marc G. FournierD'Arcy's recent cleanups
1996-11-06 Marc G. FournierSome compile failure fixes from Keith Parks <emkxp01...
1996-10-31 Marc G. Fournieradd #include "postgres.h", as required by all .c files
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources