| Commit message (Expand) | Author | Age | Files | Lines |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -7/+8 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Revise command completion tags as per hackers message on 20 March. | Peter Eisentraut | 2002-05-18 | 1 | -2/+2 |
| * | The contents of command.c, creatinh.c, define.c, remove.c and rename.c | Tom Lane | 2002-04-15 | 1 | -2/+2 |
| * | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane | 2002-03-21 | 1 | -3/+3 |
| * | Change made to elog: | Bruce Momjian | 2002-03-06 | 1 | -2/+2 |
| * | Paranoia about data structure lifetime ... | Tom Lane | 2002-02-27 | 1 | -2/+3 |
| * | Clean up BeginCommand and related routines. BeginCommand and EndCommand | Tom Lane | 2002-02-27 | 1 | -41/+20 |
| * | Restructure command-completion-report code so that there is just one | Tom Lane | 2002-02-26 | 1 | -59/+51 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -4/+2 |
| * | Further cleanup of dynahash.c API, in pursuit of portability and | Tom Lane | 2001-10-05 | 1 | -2/+2 |
| * | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 | 1 | -58/+41 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -2/+7 |
| * | Tweak portal (cursor) code so that it will not call the executor again | Tom Lane | 2001-02-27 | 1 | -2/+2 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Restructure handling of inheritance queries so that they work with outer | Tom Lane | 2000-11-12 | 1 | -3/+6 |
| * | Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in | Tom Lane | 2000-10-26 | 1 | -3/+2 |
| * | Fix a many-legged critter reported by chifungfan@yahoo.com: under the | Tom Lane | 2000-08-22 | 1 | -11/+20 |
| * | Revise aggregate functions per earlier discussions in pghackers. | Tom Lane | 2000-07-17 | 1 | -1/+3 |
| * | First stage of reclaiming memory in executor by resetting short-term | Tom Lane | 2000-07-12 | 1 | -2/+1 |
| * | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 | 1 | -120/+58 |
| * | Back out pg_shadow changes to allow create table and locking permissions. | Bruce Momjian | 2000-06-12 | 1 | -21/+1 |
| * | I have large database and with this DB work more users and I very need | Bruce Momjian | 2000-06-09 | 1 | -1/+21 |
| * | If user re-DECLAREs an existing cursor name, close the old cursor of | Tom Lane | 2000-06-04 | 1 | -8/+24 |
| * | New ps display code, works on more platforms. | Peter Eisentraut | 2000-06-04 | 1 | -2/+2 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Clean up some minor gcc warnings. | Tom Lane | 1999-12-20 | 1 | -2/+1 |
| * | Several changes here, not very related but touching some of the same files. | Tom Lane | 1999-09-24 | 1 | -6/+1 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -2/+1 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -5/+1 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -12/+1 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -3/+1 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -3/+3 |
| * | cleanups | Bruce Momjian | 1999-03-23 | 1 | -3/+2 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
| * | Added LIMIT/OFFSET functionality including new regression test for it. | Jan Wieck | 1999-02-08 | 1 | -5/+7 |
| * | Fix for indexing problems. | Bruce Momjian | 1998-09-02 | 1 | -2/+2 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -2/+2 |
| * | From: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier | 1998-08-25 | 1 | -4/+3 |
| * | Show backend status on ps command line. Remove unused args from | Bruce Momjian | 1998-06-04 | 1 | -5/+4 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -2/+2 |
| * | EState->->es_param_exec_vals = NULL; in CreateExecutorState(). | Vadim B. Mikheev | 1998-02-13 | 1 | -1/+2 |
| * | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 | 1 | -2/+2 |
| * | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | 1 | -2/+2 |
| * | Inline memset() as MemSet(). | Bruce Momjian | 1997-09-18 | 1 | -2/+2 |
| * | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 1 | -12/+12 |
| * | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 1 | -44/+44 |
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -277/+286 |
| * | Number of tuples inserted/affected by INSERT/UPDATE/DELETE... | Vadim B. Mikheev | 1997-08-27 | 1 | -1/+4 |
| * | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 | 1 | -2/+4 |