aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands
Commit message (Expand)AuthorAge
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-27
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-26
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-24
* 1) Queries using the having clause on base tables should work wellBruce Momjian1998-07-19
* Add auto-size to screen to \d? commands. Use UNION to show allBruce Momjian1998-07-18
* Fix for COPY problem and atttypmod.Bruce Momjian1998-07-15
* Fix explain for union and inheritance. Rename Append structureBruce Momjian1998-07-15
* Change atttypmod from int16 to int32, for Thomas.Bruce Momjian1998-07-12
* Print relation name before vacuum, results after vacuum.Bruce Momjian1998-07-12
* From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier1998-07-09
* Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian1998-06-27
* From: t-ishii@sra.co.jpMarc G. Fournier1998-06-19
* More mb patches.Bruce Momjian1998-06-16
* Hi, here are the patches to enhance existing MB handling. This timeBruce Momjian1998-06-16
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* Show backend status on ps command line. Remove unused args fromBruce Momjian1998-06-04
* Change parameters to func_error().Thomas G. Lockhart1998-05-09
* What I've done:Bruce Momjian1998-05-06
* show the index used in an explainMarc G. Fournier1998-04-27
* This patch...Bruce Momjian1998-04-27
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-26
* Back out char2-char16 removal. Add later.Bruce Momjian1998-04-07
* Hi,Bruce Momjian1998-04-06
* Remove GetDatabaseName/Path and use globals. Make consts later.Bruce Momjian1998-04-05
* remove the call to port-protos.h ...Marc G. Fournier1998-04-01
* The following uuencoded, gzip'd file will ...Bruce Momjian1998-03-30
* The buffer overrun while creating sequences turns out to be a readBruce Momjian1998-03-30
* There's a patch attached to fix gcc 2.8.x warnings, except for theBruce Momjian1998-03-30
* pg_user cleanup.Bruce Momjian1998-03-06
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Fix 6.X vacuum bug in shrinking code.Vadim B. Mikheev1998-02-25
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-25
* Password fix. Now people have to do the REVOKE themselves.Bruce Momjian1998-02-19
* Atttypmod cleanup.Bruce Momjian1998-02-13
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-13
* Support for subselects.Vadim B. Mikheev1998-02-13
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-11
* Pass around typmod as int16.Bruce Momjian1998-02-10
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-10
* Atttypmod cleanups.Bruce Momjian1998-02-07
* atttypmod now -1.Bruce Momjian1998-02-07
* Vacuum parameter fix.Bruce Momjian1998-02-03
* Subselects with =, >, etc.Bruce Momjian1998-02-03
* Supress call to tzset() in reset_timezone() if a new time zone has neverThomas G. Lockhart1998-02-03
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-31
* getpid/pid cleanupBruce Momjian1998-01-25
* Add Var.varlevelup to code. More parser cleanup.Bruce Momjian1998-01-20
* New pg_attribute.atttypmod for type-specific information likeBruce Momjian1998-01-16
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-15
* Fix CLUSTER.Bruce Momjian1998-01-10