summaryrefslogtreecommitdiff
path: root/src/backend/commands
Commit message (Expand)AuthorAgeFilesLines
* Fix for constbyval .Bruce Momjian1998-10-011-3/+2
* Allow 8-key indexes.Bruce Momjian1998-09-234-8/+8
* AIX align fix.Bruce Momjian1998-09-081-2/+2
* Alignment cleanup so no more massive switch statements for alignment,Bruce Momjian1998-09-071-33/+4
* [Part #1: Type: text/plain, Encoding: 7bit, Size: 59]Bruce Momjian1998-09-031-1/+49
* Fix for indexing problems.Bruce Momjian1998-09-021-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-0119-257/+259
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-0116-179/+179
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-301-99/+226
* Prevent file descriptor leak from failed COPY.Bruce Momjian1998-08-291-6/+16
* Fix scanner name length trimming.Bruce Momjian1998-08-291-1/+3
* This is the first (of hopefully few) AIX port patches. This patchBruce Momjian1998-08-292-9/+9
* vacuum fix.Bruce Momjian1998-08-281-13/+7
* Hi all,Bruce Momjian1998-08-281-6/+4
* Fix atttypmod alignment again, and re-enable ecpg.Bruce Momjian1998-08-261-20/+20
* Make attalign match type alignment.Bruce Momjian1998-08-261-6/+21
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-251-0/+48
* o note that now pg_database has a new attribuite "encoding" evenBruce Momjian1998-08-243-12/+64
* update fixes.Bruce Momjian1998-08-201-3/+2
* fix for index problem.Bruce Momjian1998-08-201-2/+2
* Another vacuum fix.Bruce Momjian1998-08-201-8/+9
* Fix for vacuum introduced today.Bruce Momjian1998-08-191-8/+11
* Vacuum cleanup.Bruce Momjian1998-08-191-154/+155
* Vacuum fix. Was modifying cache.Bruce Momjian1998-08-191-211/+221
* Fix for vacuum updating problem.Bruce Momjian1998-08-191-5/+4
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-1915-588/+373
* Change owner from oid to int4 type.Bruce Momjian1998-08-111-5/+5
* Make large objects their own relkind type. Fix dups in pg_class_mbBruce Momjian1998-08-065-23/+14
* MergeSort was sometimes called mergejoin and was confusing. NowBruce Momjian1998-08-041-4/+5
* EXPLAIN VERBOSE prints the plan, and now pretty-prints the plan toBruce Momjian1998-08-041-4/+7
* Make EXPLAIN show output more clearly.Bruce Momjian1998-08-041-3/+3
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-2710-127/+47
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-268-74/+26
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-249-544/+100
* 1) Queries using the having clause on base tables should work wellBruce Momjian1998-07-191-1/+4
* Add auto-size to screen to \d? commands. Use UNION to show allBruce Momjian1998-07-182-16/+16
* Fix for COPY problem and atttypmod.Bruce Momjian1998-07-151-3/+3
* Fix explain for union and inheritance. Rename Append structureBruce Momjian1998-07-151-1/+36
* Change atttypmod from int16 to int32, for Thomas.Bruce Momjian1998-07-121-5/+5
* Print relation name before vacuum, results after vacuum.Bruce Momjian1998-07-121-3/+4
* From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier1998-07-091-6/+6
* Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian1998-06-271-2/+2
* From: t-ishii@sra.co.jpMarc G. Fournier1998-06-191-15/+9
* More mb patches.Bruce Momjian1998-06-161-0/+527
* Hi, here are the patches to enhance existing MB handling. This timeBruce Momjian1998-06-162-2/+66
* Remove un-needed braces around single statements.Bruce Momjian1998-06-1516-207/+13
* Show backend status on ps command line. Remove unused args fromBruce Momjian1998-06-043-11/+11
* Change parameters to func_error().Thomas G. Lockhart1998-05-091-3/+3
* What I've done:Bruce Momjian1998-05-061-10/+3
* show the index used in an explainMarc G. Fournier1998-04-271-2/+9