| Commit message (Expand) | Author | Age | Files | Lines |
* | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -16/+13 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -9/+1 |
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -2/+1 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -2/+3 |
* | Improve error message from failed LOAD command (include | Tom Lane | 1999-05-22 | 1 | -13/+3 |
* | Add new postgres -O option to allow system table structure changes. | Bruce Momjian | 1999-03-17 | 1 | -4/+4 |
* | Here is a patch. | Bruce Momjian | 1999-03-16 | 1 | -9/+9 |
* | Remove reference to recipe.h. | Bruce Momjian | 1999-02-25 | 1 | -2/+1 |
* | Fix problem with selectivity error in added columns with ALTER TABLE. | Bruce Momjian | 1999-02-24 | 1 | -1/+3 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
* | primary key support cleanups from D'Arcy... | Marc G. Fournier | 1999-01-26 | 1 | -2/+2 |
* | The following patch finishes primary key support. Previously, when | Bruce Momjian | 1999-01-21 | 1 | -1/+2 |
* | Apply Win32 patch from Horak Daniel. | Bruce Momjian | 1999-01-17 | 1 | -1/+5 |
* | SET TRANSACTION ISOLATION LEVEL ... | Vadim B. Mikheev | 1998-12-18 | 1 | -1/+8 |
* | Bracket filename in LOAD error message with single quotes | Thomas G. Lockhart | 1998-09-25 | 1 | -2/+2 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -45/+45 |
* | From: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier | 1998-08-25 | 1 | -1/+12 |
* | From: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier | 1998-08-25 | 1 | -44/+43 |
* | o note that now pg_database has a new attribuite "encoding" even | Bruce Momjian | 1998-08-24 | 1 | -5/+1 |
* | 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 | 1 | -2/+2 |
* | I really hope that I haven't missed anything in this one... | Marc G. Fournier | 1998-07-24 | 1 | -1/+5 |
* | Change error message and remove non-functional update message, from | Bruce Momjian | 1998-06-16 | 1 | -2/+2 |
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -7/+1 |
* | Fix macros that were not properly surrounded by parens or braces. | Bruce Momjian | 1998-06-15 | 1 | -2/+7 |
* | Show backend status on ps command line. Remove unused args from | Bruce Momjian | 1998-06-04 | 1 | -42/+44 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -26/+27 |
* | getpid/pid cleanup | Bruce Momjian | 1998-01-25 | 1 | -2/+2 |
* | Move variable.c to commands/ and aclchk.c to catalog/. | Bruce Momjian | 1998-01-05 | 1 | -2/+2 |
* | Change some ABORTS to ERROR. Add line number when COPY Failure. | Bruce Momjian | 1998-01-05 | 1 | -16/+16 |
* | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | 1 | -16/+16 |
* | Coerce a function argument to avoid compiler warning. | Thomas G. Lockhart | 1998-01-01 | 1 | -4/+6 |
* | From: todd brandys <brandys@eng3.hep.uiuc.edu> | Marc G. Fournier | 1997-12-04 | 1 | -1/+27 |
* | Move dbcommands.c to commands/. It should not be in the parser directory. | Bruce Momjian | 1997-11-24 | 1 | -2/+2 |
* | More archive cleanup. | Bruce Momjian | 1997-11-21 | 1 | -2/+1 |
* | Remove archive stuff. | Bruce Momjian | 1997-11-21 | 1 | -15/+1 |
* | Support alternate database locations. | Thomas G. Lockhart | 1997-11-07 | 1 | -2/+2 |
* | Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan). | Vadim B. Mikheev | 1997-10-28 | 1 | -4/+22 |
* | Rename "TYPE" parser keyword token from P_TYPE to TYPE_P to conform | Thomas G. Lockhart | 1997-10-25 | 1 | -3/+3 |
* | MOVE implementation. | Vadim B. Mikheev | 1997-09-29 | 1 | -3/+4 |
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 1 | -2/+3 |
* | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 1 | -524/+528 |
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -594/+618 |
* | CREATE/DROP TRIGGER | Vadim B. Mikheev | 1997-08-31 | 1 | -1/+19 |
* | Now that names are null terminated, no need to do all that NAMEDATALEN stuff. | Bruce Momjian | 1997-08-18 | 1 | -7/+7 |
* | Reduce open() calls. Replace fopen() calls with calls to fd.c functions. | Bruce Momjian | 1997-08-18 | 1 | -6/+4 |
* | Various compile errors concerning overflow due to shifts, unsigned, and bad p... | Bruce Momjian | 1997-07-24 | 1 | -3/+2 |
* | From: Darren King <aixssd!darrenk@abs.net> | Marc G. Fournier | 1997-05-22 | 1 | -4/+11 |
* | 1. SHOW/RESET var fixed. | Vadim B. Mikheev | 1997-04-23 | 1 | -4/+6 |
* | To: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> | Marc G. Fournier | 1997-04-23 | 1 | -2/+18 |