summaryrefslogtreecommitdiff
path: root/src/include/commands
Commit message (Expand)AuthorAgeFilesLines
* pgindent run over code.Bruce Momjian1999-05-252-23/+23
* 1. Vacuum is updated for MVCC.Vadim B. Mikheev1999-03-281-9/+28
* Here is a patch.Bruce Momjian1999-03-162-6/+6
* Changes to fix/improve the dynamic loading on NTMarc G. Fournier1999-03-091-1/+1
* Fix problem with selectivity error in added columns with ALTER TABLE.Bruce Momjian1999-02-241-19/+0
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-1317-33/+33
* The following patch finishes primary key support. Previously, whenBruce Momjian1999-01-211-1/+2
* SET TRANSACTION ISOLATION LEVEL ...Vadim B. Mikheev1998-12-181-1/+3
* Initial MVCC code.Vadim B. Mikheev1998-12-151-4/+5
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-081-29/+1
* Substantial rewrite of async.c to avoid problems with non-reentrant stdioTom Lane1998-10-061-8/+19
* [Part #1: Type: text/plain, Encoding: 7bit, Size: 59]Bruce Momjian1998-09-031-1/+4
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-0118-53/+47
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-012-5/+5
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-251-1/+2
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-251-0/+1
* o note that now pg_database has a new attribuite "encoding" evenBruce Momjian1998-08-241-5/+1
* Vacuum fix. Was modifying cache.Bruce Momjian1998-08-191-9/+9
* Make large objects their own relkind type. Fix dups in pg_class_mbBruce Momjian1998-08-061-2/+2
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-262-15/+3
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-241-1/+5
* Add auto-size to screen to \d? commands. Use UNION to show allBruce Momjian1998-07-181-2/+2
* From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier1998-07-091-3/+2
* Hi, here are the patches to enhance existing MB handling. This timeBruce Momjian1998-06-161-1/+13
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-268-20/+27
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-243-17/+10
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-151-2/+2
* Move variable.c to commands/ and aclchk.c to catalog/.Bruce Momjian1998-01-051-0/+58
* Missed a few files from Todd's patch...oops :)Marc G. Fournier1997-12-041-0/+17
* Cleanup up include files.Bruce Momjian1997-11-261-3/+8
* Cleanup up include files.Bruce Momjian1997-11-266-4/+16
* Move dbcommands.c to commands/. It should not be in the parser directory.Bruce Momjian1997-11-241-0/+26
* Remove unused files.Bruce Momjian1997-11-211-0/+0
* Remove archive stuff.Bruce Momjian1997-11-212-23/+1
* Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan).Vadim B. Mikheev1997-10-281-0/+17
* Cleanups.Vadim B. Mikheev1997-09-111-3/+3
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-0810-38/+38
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-0812-111/+111
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-0715-237/+270
* Prototypes, definitions...Vadim B. Mikheev1997-09-041-19/+37
* Function prototypes.Vadim B. Mikheev1997-09-011-0/+38
* CREATE/DROP TRIGGER functionsVadim B. Mikheev1997-08-311-0/+15
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-194-28/+6
* From: Darren King <aixssd!darrenk@abs.net>Marc G. Fournier1997-05-221-2/+2
* Analyze data only if specified and specified attrs only.Vadim B. Mikheev1997-04-231-4/+5
* Prototypes for sequence.cVadim B. Mikheev1997-04-021-0/+33
* Add attribute optimization statistics.Bruce Momjian1997-02-071-7/+33
* Change EXPLAIN options to just use VERBOSE.Bruce Momjian1997-01-161-2/+2
* Added VERBOSE option to vacuum command.Bruce Momjian1997-01-131-2/+2
* vrl_min_tlen added to VRelListData.Vadim B. Mikheev1996-11-291-1/+3