summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
1998-03-06pg_user cleanup.Bruce Momjian
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1998-02-25Fix 6.X vacuum bug in shrinking code.Vadim B. Mikheev
1998-02-25From: Jan Wieck <jwieck@debis.com>Marc G. Fournier
1998-02-19Password fix. Now people have to do the REVOKE themselves.Bruce Momjian
1998-02-13Atttypmod cleanup.Bruce Momjian
1998-02-13From: Jan Wieck <jwieck@debis.com>Marc G. Fournier
1998-02-13Support for subselects.Vadim B. Mikheev
1998-02-11Goodbye register keyword. Compiler knows better.Bruce Momjian
1998-02-10Pass around typmod as int16.Bruce Momjian
1998-02-10Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian
1998-02-07Atttypmod cleanups.Bruce Momjian
1998-02-07atttypmod now -1.Bruce Momjian
1998-02-03Vacuum parameter fix.Bruce Momjian
1998-02-03Subselects with =, >, etc.Bruce Momjian
1998-02-03Supress call to tzset() in reset_timezone() if a new time zone has neverThomas G. Lockhart
1998-01-31Inline fastgetattr and others so data access does not use functionBruce Momjian
1998-01-25getpid/pid cleanupBruce Momjian
1998-01-20Add Var.varlevelup to code. More parser cleanup.Bruce Momjian
1998-01-16New pg_attribute.atttypmod for type-specific information likeBruce Momjian
1998-01-15Thank god for searchable mail archives.PostgreSQL Daemon
1998-01-10Fix CLUSTER.Bruce Momjian
1998-01-07Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ...Bruce Momjian
1998-01-05Move variable.c to commands/ and aclchk.c to catalog/.Bruce Momjian
1998-01-05Change some ABORTS to ERROR. Add line number when COPY Failure.Bruce Momjian
1998-01-05Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian
1997-12-30Slightly delayed patches from Todd...damn holidays :)Marc G. Fournier
1997-12-29Change some mallocs to palloc.Bruce Momjian
1997-12-22Fix for select 1=1 or 2=2, select 1=1 and 2=2, and select sum(2+2).Bruce Momjian
1997-12-20Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier
1997-12-19More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier
1997-12-17Makefile cleaned upMarc G. Fournier
1997-12-12Make password null on startup.Bruce Momjian
1997-12-11Rename pg_plan and pg_eval to be more meaningful.Bruce Momjian
1997-12-09Major code cleanup following the pg_password insertion...Marc G. Fournier
1997-12-06Add VARHDRSZ where needed. Many places just used 4.Bruce Momjian
1997-12-05Fix tolower loops to go in proper direction for cache.Bruce Momjian
1997-12-04Change Constraint structure name from ConstraintDef to Constraint.Thomas G. Lockhart
1997-12-04Missed a few files from Todd's patch...oops :)Marc G. Fournier
1997-12-04From: todd brandys <brandys@eng3.hep.uiuc.edu>Marc G. Fournier
1997-11-28Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog.Bruce Momjian
1997-11-28Rename heap_create to heap_create_and_catatlog, rename heap_creatr to heap_cr...Bruce Momjian
1997-11-26Re-order args for TypeCreate() to be clearer.Bruce Momjian
1997-11-25Break parser functions into smaller files, group together.Bruce Momjian
1997-11-24Move dbcommands.c to commands/. It should not be in the parser directory.Bruce Momjian
1997-11-24Move dbcommands.c to commands/. It should not be in the parser directory.Bruce Momjian
1997-11-21Archive cleanups.Bruce Momjian
1997-11-21Remove unused files.Bruce Momjian
1997-11-21Remove archive stuff.Bruce Momjian
1997-11-21Remove archive stuff.Bruce Momjian