summaryrefslogtreecommitdiff
path: root/src/backend/commands
Commit message (Collapse)AuthorAgeFilesLines
* Change Constraint structure name from ConstraintDef to Constraint.Thomas G. Lockhart1997-12-041-11/+9
| | | | | Change reference to field inside to be compatible with new definition as a "node" structure rather than a specialty structure.
* Missed a few files from Todd's patch...oops :)Marc G. Fournier1997-12-041-0/+379
|
* From: todd brandys <brandys@eng3.hep.uiuc.edu>Marc G. Fournier1997-12-041-2/+2
| | | | | An extension to the code to allow for a pg_password authentication database that is *seperate* from the system password file
* Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog.Bruce Momjian1997-11-285-14/+14
|
* Rename heap_create to heap_create_and_catatlog, rename heap_creatr to ↵Bruce Momjian1997-11-283-10/+11
| | | | heap_create().
* Re-order args for TypeCreate() to be clearer.Bruce Momjian1997-11-261-3/+3
|
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-256-15/+16
|
* Move dbcommands.c to commands/. It should not be in the parser directory.Bruce Momjian1997-11-241-2/+2
|
* Move dbcommands.c to commands/. It should not be in the parser directory.Bruce Momjian1997-11-242-2/+341
|
* Archive cleanups.Bruce Momjian1997-11-211-2/+1
|
* Remove unused files.Bruce Momjian1997-11-211-176/+0
|
* Remove archive stuff.Bruce Momjian1997-11-216-258/+18
|
* Remove archive stuff.Bruce Momjian1997-11-211-2/+2
|
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-2011-44/+43
|
* Remove 16 char limit on system table/index names. Rename system indexes.Bruce Momjian1997-11-171-14/+2
|
* Remove NOT_USED for Massimo.Bruce Momjian1997-11-051-3/+3
|
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-021-50/+43
|
* Fix for compile warning, from Ernst Molitor.Bruce Momjian1997-10-301-2/+2
|
* Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan).Vadim B. Mikheev1997-10-284-40/+334
|
* Fix binary cursors broken by MOVE implementation.Vadim B. Mikheev1997-10-271-9/+20
| | | | (Thanks to Bruce for finding what caused problem).
* Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian1997-10-253-6/+6
|
* Fix \ handlingVadim B. Mikheev1997-10-021-2/+19
|
* STATEMENT triggers are not implemented - elog (WARN).Vadim B. Mikheev1997-09-301-0/+3
|
* MOVE implementation.Vadim B. Mikheev1997-09-291-5/+7
|
* Blowaway relation buffers from buffer pool before truncation.Vadim B. Mikheev1997-09-221-1/+10
|
* Fix up elog warning messages.Thomas G. Lockhart1997-09-201-3/+3
|
* Inline memset() as MemSet().Bruce Momjian1997-09-185-11/+11
|
* ALTER TABLE ADD COLUMN: set atthasdef to FALSE.Vadim B. Mikheev1997-09-181-1/+2
|
* Inline frequently called functions.Bruce Momjian1997-09-181-2/+3
|
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-123-26/+22
|
* Cleanups.Vadim B. Mikheev1997-09-111-18/+207
|
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-0812-146/+146
|
* Add typdefs to pgindent run.Bruce Momjian1997-09-085-14/+14
|
* Another PGINDENT run that changes variable indenting and case label ↵Bruce Momjian1997-09-0817-1531/+1530
| | | | indenting. Also static variable indenting.
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-0717-8485/+9402
|
* Before row insertion triggers call.Vadim B. Mikheev1997-09-042-87/+416
|
* BEFORE/AFTER ROW INSERT triggers startup from CopyFrom()Vadim B. Mikheev1997-09-012-27/+314
| | | | RelationBuildTriggers() & FreeTriggerDesc() in trigger.c
* Workplace for CREATE/DROP TRIGGERVadim B. Mikheev1997-08-312-2/+29
|
* Turn constraints off for sequences & viewsVadim B. Mikheev1997-08-224-13/+25
| | | | | elog(WARN,"ADD ATTRIBUTE: DEFAULT is not implemented, yet"); Call ExecConstraints in CopyFrom
* Fix for psql pager when no tty, cleanup for vacuum attdisbursion type.Bruce Momjian1997-08-221-2/+2
|
* DefineRelation: DEFAULT/CHECK handlingVadim B. Mikheev1997-08-221-25/+116
|
* AttrConstr --> TupleConstrVadim B. Mikheev1997-08-211-2/+2
|
* Rename pg_attribute.attnvals to attdisbursion.Bruce Momjian1997-08-212-4/+4
|
* Change pg_attribute.attnvals to float4, change #ifdef 0 to #if 0, fix aix ↵Bruce Momjian1997-08-211-2/+2
| | | | call to strNcpy, fix pg_super_user_id in pg_dumpall, change pg_database.dtadba from oid to int4.
* Get rid of attproc, atttyparg, attcanindex, attdefrel, attboundVadim B. Mikheev1997-08-211-6/+1
| | | | from pg_attribute. atthasdef added.
* Make functions static where possible, enclose unused functions in #ifdef ↵Bruce Momjian1997-08-193-15/+35
| | | | NOT_USED.
* NOT NULL implementation (submitted by Robson Paniago de Miranda).Vadim B. Mikheev1997-08-193-6/+30
|
* Now that names are null terminated, no need to do all that NAMEDATALEN stuff.Bruce Momjian1997-08-187-81/+81
|
* Reduce open() calls. Replace fopen() calls with calls to fd.c functions.Bruce Momjian1997-08-181-4/+6
|
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-127-23/+23
|