| Commit message (Expand) | Author | Age | Files | Lines |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 | 2 | -23/+23 |
* | 1. Vacuum is updated for MVCC. | Vadim B. Mikheev | 1999-03-28 | 1 | -9/+28 |
* | Here is a patch. | Bruce Momjian | 1999-03-16 | 2 | -6/+6 |
* | Changes to fix/improve the dynamic loading on NT | Marc G. Fournier | 1999-03-09 | 1 | -1/+1 |
* | Fix problem with selectivity error in added columns with ALTER TABLE. | Bruce Momjian | 1999-02-24 | 1 | -19/+0 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 17 | -33/+33 |
* | The following patch finishes primary key support. Previously, when | Bruce Momjian | 1999-01-21 | 1 | -1/+2 |
* | SET TRANSACTION ISOLATION LEVEL ... | Vadim B. Mikheev | 1998-12-18 | 1 | -1/+3 |
* | Initial MVCC code. | Vadim B. Mikheev | 1998-12-15 | 1 | -4/+5 |
* | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian | 1998-10-08 | 1 | -29/+1 |
* | Substantial rewrite of async.c to avoid problems with non-reentrant stdio | Tom Lane | 1998-10-06 | 1 | -8/+19 |
* | [Part #1: Type: text/plain, Encoding: 7bit, Size: 59] | Bruce Momjian | 1998-09-03 | 1 | -1/+4 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 18 | -53/+47 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 2 | -5/+5 |
* | From: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier | 1998-08-25 | 1 | -1/+2 |
* | From: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier | 1998-08-25 | 1 | -0/+1 |
* | o note that now pg_database has a new attribuite "encoding" even | Bruce Momjian | 1998-08-24 | 1 | -5/+1 |
* | Vacuum fix. Was modifying cache. | Bruce Momjian | 1998-08-19 | 1 | -9/+9 |
* | Make large objects their own relkind type. Fix dups in pg_class_mb | Bruce Momjian | 1998-08-06 | 1 | -2/+2 |
* | From: t-ishii@sra.co.jp | Marc G. Fournier | 1998-07-26 | 2 | -15/+3 |
* | I really hope that I haven't missed anything in this one... | Marc G. Fournier | 1998-07-24 | 1 | -1/+5 |
* | Add auto-size to screen to \d? commands. Use UNION to show all | Bruce Momjian | 1998-07-18 | 1 | -2/+2 |
* | From: Tom Lane <tgl@sss.pgh.pa.us> | Marc G. Fournier | 1998-07-09 | 1 | -3/+2 |
* | Hi, here are the patches to enhance existing MB handling. This time | Bruce Momjian | 1998-06-16 | 1 | -1/+13 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 8 | -20/+27 |
* | Fix prototypes so they don't look like function definitions. | Bruce Momjian | 1998-01-24 | 3 | -17/+10 |
* | Thank god for searchable mail archives. | PostgreSQL Daemon | 1998-01-15 | 1 | -2/+2 |
* | Move variable.c to commands/ and aclchk.c to catalog/. | Bruce Momjian | 1998-01-05 | 1 | -0/+58 |
* | Missed a few files from Todd's patch...oops :) | Marc G. Fournier | 1997-12-04 | 1 | -0/+17 |
* | Cleanup up include files. | Bruce Momjian | 1997-11-26 | 1 | -3/+8 |
* | Cleanup up include files. | Bruce Momjian | 1997-11-26 | 6 | -4/+16 |
* | Move dbcommands.c to commands/. It should not be in the parser directory. | Bruce Momjian | 1997-11-24 | 1 | -0/+26 |
* | Remove unused files. | Bruce Momjian | 1997-11-21 | 1 | -0/+0 |
* | Remove archive stuff. | Bruce Momjian | 1997-11-21 | 2 | -23/+1 |
* | Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan). | Vadim B. Mikheev | 1997-10-28 | 1 | -0/+17 |
* | Cleanups. | Vadim B. Mikheev | 1997-09-11 | 1 | -3/+3 |
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 10 | -38/+38 |
* | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 12 | -111/+111 |
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 15 | -237/+270 |
* | Prototypes, definitions... | Vadim B. Mikheev | 1997-09-04 | 1 | -19/+37 |
* | Function prototypes. | Vadim B. Mikheev | 1997-09-01 | 1 | -0/+38 |
* | CREATE/DROP TRIGGER functions | Vadim B. Mikheev | 1997-08-31 | 1 | -0/+15 |
* | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 | 4 | -28/+6 |
* | From: Darren King <aixssd!darrenk@abs.net> | Marc G. Fournier | 1997-05-22 | 1 | -2/+2 |
* | Analyze data only if specified and specified attrs only. | Vadim B. Mikheev | 1997-04-23 | 1 | -4/+5 |
* | Prototypes for sequence.c | Vadim B. Mikheev | 1997-04-02 | 1 | -0/+33 |
* | Add attribute optimization statistics. | Bruce Momjian | 1997-02-07 | 1 | -7/+33 |
* | Change EXPLAIN options to just use VERBOSE. | Bruce Momjian | 1997-01-16 | 1 | -2/+2 |
* | Added VERBOSE option to vacuum command. | Bruce Momjian | 1997-01-13 | 1 | -2/+2 |
* | vrl_min_tlen added to VRelListData. | Vadim B. Mikheev | 1996-11-29 | 1 | -1/+3 |