summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
1998-07-15Fix for COPY problem and atttypmod.Bruce Momjian
1998-07-15Fix explain for union and inheritance. Rename Append structureBruce Momjian
1998-07-12Change atttypmod from int16 to int32, for Thomas.Bruce Momjian
1998-07-12Print relation name before vacuum, results after vacuum.Bruce Momjian
1998-07-09From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier
1998-06-27Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian
1998-06-19From: t-ishii@sra.co.jpMarc G. Fournier
1998-06-16More mb patches.Bruce Momjian
1998-06-16Hi, here are the patches to enhance existing MB handling. This timeBruce Momjian
1998-06-15Remove un-needed braces around single statements.Bruce Momjian
1998-06-04Show backend status on ps command line. Remove unused args fromBruce Momjian
1998-05-09Change parameters to func_error().Thomas G. Lockhart
1998-05-06What I've done:Bruce Momjian
1998-04-27show the index used in an explainMarc G. Fournier
1998-04-27This patch...Bruce Momjian
1998-04-26Re-apply Darren's char2-16 removal code.Bruce Momjian
1998-04-07Back out char2-char16 removal. Add later.Bruce Momjian
1998-04-06Hi,Bruce Momjian
1998-04-05Remove GetDatabaseName/Path and use globals. Make consts later.Bruce Momjian
1998-04-01remove the call to port-protos.h ...Marc G. Fournier
1998-03-30The following uuencoded, gzip'd file will ...Bruce Momjian
1998-03-30The buffer overrun while creating sequences turns out to be a readBruce Momjian
1998-03-30There's a patch attached to fix gcc 2.8.x warnings, except for theBruce Momjian
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