OSDN Git Service

Change error messages to oids come out as %u and not %d. Change has no
[pg-rex/syncrep.git] / src / backend / commands / command.c
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-04-13 Bruce MomjianFix adding columns to a temp table.
1999-03-30 Bruce MomjianSmall cleanups.
1999-03-23 Bruce Momjiancleanups
1999-03-17 Bruce MomjianAdd new postgres -O option to allow system table struct...
1999-02-24 Bruce MomjianFix problem with selectivity error in added columns...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-08 Jan WieckAdded LIMIT/OFFSET functionality including new regressi...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1998-12-18 Vadim B. MikheevSET TRANSACTION ISOLATION LEVEL ...
1998-12-15 Vadim B. MikheevInitial MVCC code.
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
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-07-27 Vadim B. MikheevUse Snapshot in heap access methods.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-04-27 Bruce MomjianThis patch...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-07 Bruce MomjianAtttypmod cleanups.
1998-01-16 Bruce MomjianNew pg_attribute.atttypmod for type-specific informatio...
1998-01-05 Bruce MomjianChange some ABORTS to ERROR. Add line number when...
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
1997-10-27 Vadim B. MikheevFix binary cursors broken by MOVE implementation.
1997-09-29 Vadim B. MikheevMOVE implementation.
1997-09-20 Thomas G. LockhartFix up elog warning messages.
1997-09-18 Vadim B. MikheevALTER TABLE ADD COLUMN: set atthasdef to FALSE.
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-22 Vadim B. MikheevTurn constraints off for sequences & views
1997-08-21 Bruce MomjianRename pg_attribute.attnvals to attdisbursion.
1997-08-21 Vadim B. MikheevGet rid of attproc, atttyparg, attcanindex, attdefrel...
1997-08-19 Vadim B. MikheevNOT NULL implementation (submitted by Robson Paniago...
1997-08-18 Bruce MomjianNow that names are null terminated, no need to do all...
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-01-02 Bruce MomjianALTER TABLE (text) fix
1996-11-17 Bruce MomjianFix for Alter TABLE add column varchar(). Was causing...
1996-11-06 Marc G. FournierClean it up so that it compiles
1996-11-03 Marc G. FournierAnother first pass at cleaning up the #includes
1996-10-21 Marc G. Fournier-Wall'd
1996-08-19 Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources