]> granicus.if.org Git - postgresql/history - src/backend/commands
Goodbye register keyword. Compiler knows better.
[postgresql] / src / backend / commands /
1998-02-11 Bruce MomjianGoodbye register keyword. Compiler knows better.
1998-02-10 Bruce MomjianPass around typmod as int16.
1998-02-10 Bruce MomjianPass attypmod through to executor by adding to Var...
1998-02-07 Bruce MomjianAtttypmod cleanups.
1998-02-07 Bruce Momjianatttypmod now -1.
1998-02-03 Bruce MomjianVacuum parameter fix.
1998-02-03 Bruce MomjianSubselects with =, >, etc.
1998-02-03 Thomas G. LockhartSupress call to tzset() in reset_timezone() if a new...
1998-01-31 Bruce MomjianInline fastgetattr and others so data access does not...
1998-01-25 Bruce Momjiangetpid/pid cleanup
1998-01-20 Bruce MomjianAdd Var.varlevelup to code. More parser cleanup.
1998-01-16 Bruce MomjianNew pg_attribute.atttypmod for type-specific informatio...
1998-01-15 PostgreSQL DaemonThank god for searchable mail archives.
1998-01-10 Bruce MomjianFix CLUSTER.
1998-01-07 Bruce MomjianAllow varchar() to only store needed bytes. Remove...
1998-01-05 Bruce MomjianMove variable.c to commands/ and aclchk.c to catalog/.
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-12-30 Marc G. FournierSlightly delayed patches from Todd...damn holidays :)
1997-12-29 Bruce MomjianChange some mallocs to palloc.
1997-12-22 Bruce MomjianFix for select 1=1 or 2=2, select 1=1 and 2=2, and...
1997-12-20 Marc G. FournierMajor cleanout of PORTNAME variables from Makefiles...
1997-12-19 Marc G. FournierMore cleanups. I can now compile without PORTNAME...
1997-12-17 Marc G. FournierMakefile cleaned up
1997-12-12 Bruce MomjianMake password null on startup.
1997-12-11 Bruce MomjianRename pg_plan and pg_eval to be more meaningful.
1997-12-09 Marc G. FournierMajor code cleanup following the pg_password insertion...
1997-12-06 Bruce MomjianAdd VARHDRSZ where needed. Many places just used 4.
1997-12-05 Bruce MomjianFix tolower loops to go in proper direction for cache.
1997-12-04 Thomas G. LockhartChange Constraint structure name from ConstraintDef...
1997-12-04 Marc G. FournierMissed a few files from Todd's patch...oops :)
1997-12-04 Marc G. FournierFrom: todd brandys <brandys@eng3.hep.uiuc.edu>
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-25 Bruce MomjianBreak parser functions into smaller files, group together.
1997-11-24 Bruce MomjianMove dbcommands.c to commands/. It should not be in...
1997-11-24 Bruce MomjianMove dbcommands.c to commands/. It should not be in...
1997-11-21 Bruce MomjianArchive cleanups.
1997-11-21 Bruce MomjianRemove unused files.
1997-11-21 Bruce MomjianRemove archive stuff.
1997-11-21 Bruce MomjianRemove archive stuff.
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
1997-11-17 Bruce MomjianRemove 16 char limit on system table/index names. ...
1997-11-05 Bruce MomjianRemove NOT_USED for Massimo.
1997-11-02 Vadim B. MikheevGood Bye, Time Travel!
1997-10-30 Bruce MomjianFix for compile warning, from Ernst Molitor.
1997-10-28 Vadim B. MikheevNow we are able to CREATE PROCEDURAL LANGUAGE (Thanks...
1997-10-27 Vadim B. MikheevFix binary cursors broken by MOVE implementation.
1997-10-25 Bruce MomjianRename strNcpy to StrNCpy, and change third parameter.
1997-10-02 Vadim B. MikheevFix \ handling
1997-09-30 Vadim B. MikheevSTATEMENT triggers are not implemented - elog (WARN).
1997-09-29 Vadim B. MikheevMOVE implementation.
1997-09-22 Vadim B. MikheevBlowaway relation buffers from buffer pool before trunc...
1997-09-20 Thomas G. LockhartFix up elog warning messages.
1997-09-18 Bruce MomjianInline memset() as MemSet().
1997-09-18 Vadim B. MikheevALTER TABLE ADD COLUMN: set atthasdef to FALSE.
1997-09-18 Bruce MomjianInline frequently called functions.
1997-09-12 Bruce Momjianheapattr functions now return a Datum, not char *.
1997-09-11 Vadim B. MikheevCleanups.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAdd typdefs to pgindent run.
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. MikheevBefore row insertion triggers call.
1997-09-01 Vadim B. MikheevBEFORE/AFTER ROW INSERT triggers startup from CopyFrom()
1997-08-31 Vadim B. MikheevWorkplace for CREATE/DROP TRIGGER
1997-08-22 Vadim B. MikheevTurn constraints off for sequences & views
1997-08-22 Bruce MomjianFix for psql pager when no tty, cleanup for vacuum...
1997-08-22 Vadim B. MikheevDefineRelation: DEFAULT/CHECK handling
1997-08-21 Vadim B. MikheevAttrConstr --> TupleConstr
1997-08-21 Bruce MomjianRename pg_attribute.attnvals to attdisbursion.
1997-08-21 Bruce MomjianChange pg_attribute.attnvals to float4, change #ifdef...
1997-08-21 Vadim B. MikheevGet rid of attproc, atttyparg, attcanindex, attdefrel...
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
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-18 Bruce MomjianReduce open() calls. Replace fopen() calls with calls...
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-08-12 Bruce MomjianFix pgproc names over 15 chars in output. Add strNcpy...
1997-08-03 Bruce MomjianCleanup for NAMEDATALEN use.
1997-08-02 Bruce MomjianPrevent relname unallocated string length from being...
1997-07-29 Thomas G. LockhartChange call definition for isreltime().
1997-07-28 Bruce MomjianAdded SCO support, from Daniel Harris.
1997-06-12 Vadim B. MikheevDatum *idatum;
1997-06-07 Bruce MomjianCleanup on xinv# table names.
1997-06-07 Bruce Momjianavoid xinv* table name conflict with large objects.
1997-06-06 Bruce Momjianlowercase large object table name fix.
1997-06-03 Vadim B. Mikheevcc1: warnings being treated as errors
1997-06-03 Vadim B. MikheevFix deleted tuples re-incarnation possible when vacuum...
1997-06-02 Vadim B. MikheevOracle like currval behaviour.
1997-05-22 Marc G. FournierFrom: Darren King <aixssd!darrenk@abs.net>
1997-05-05 Vadim B. MikheevKill re-incarnated bug arround
1997-04-30 Vadim B. MikheevMore informative NOTICEs in tuple checks.
1997-04-23 Vadim B. MikheevAnalyze data only if specified and specified attrs...
1997-04-17 Vadim B. MikheevThe patch fixes a rare bug that may occur when one...
1997-04-15 Marc G. FournierPatch for Solaris 2.5 from: adrian@waltham.harvard.net
1997-04-05 Vadim B. MikheevPrint 'Group' as name of Group plan.
1997-04-02 Vadim B. MikheevCan't COPY TO sequence relation.
1997-04-02 Vadim B. MikheevSequence numbers generators code.
next