| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Modify sequence state storage to eliminate dangling-pointer problem | Tom Lane | 2002-05-22 | 1 | -1/+30 |
| * | The contents of command.c, creatinh.c, define.c, remove.c and rename.c | Tom Lane | 2002-04-15 | 1 | -1052/+24 |
| * | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane | 2002-04-11 | 1 | -13/+78 |
| * | Functions live in namespaces. Qualified function names work, eg | Tom Lane | 2002-04-09 | 1 | -29/+42 |
| * | Divide functions into three volatility classes (immutable, stable, and | Tom Lane | 2002-04-05 | 1 | -16/+22 |
| * | pg_type has a typnamespace column; system now supports creating types | Tom Lane | 2002-03-29 | 1 | -177/+313 |
| * | Code review for DOMAIN patch. | Tom Lane | 2002-03-20 | 1 | -153/+83 |
| * | Add DOMAIN support. Includes manual pages and regression tests, from | Bruce Momjian | 2002-03-19 | 1 | -4/+360 |
| * | Back out domain patch until it works properly. | Bruce Momjian | 2002-03-07 | 1 | -359/+4 |
| * | Ok. Updated patch attached. | Bruce Momjian | 2002-03-06 | 1 | -4/+359 |
| * | Change made to elog: | Bruce Momjian | 2002-03-06 | 1 | -7/+7 |
| * | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 | 1 | -3/+3 |
| * | Privileges on functions and procedural languages | Peter Eisentraut | 2002-02-18 | 1 | -80/+30 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -6/+6 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -28/+27 |
| * | Mention createlang when language not installed, per problem report. | Bruce Momjian | 2001-10-13 | 1 | -3/+4 |
| * | Add CREATE OR REPLACE FUNCTION syntax to allow replacing a function | Tom Lane | 2001-10-02 | 1 | -1/+2 |
| * | Clean up some confusion about where and how to set whereToSendOutput. | Tom Lane | 2001-09-08 | 1 | -6/+3 |
| * | Fix handling of pg_type.typdefault per bug report from Dave Blasby. | Tom Lane | 2001-09-06 | 1 | -11/+9 |
| * | For some reason, CREATE TYPE has only accepted alignment specifications | Tom Lane | 2001-08-03 | 1 | -6/+15 |
| * | Fix strangely formatted comment. | Bruce Momjian | 2001-06-21 | 1 | -32/+32 |
| * | Allow a non-superuser database owner to vacuum all tables in his | Tom Lane | 2001-06-13 | 1 | -4/+4 |
| * | Small code cleanups,formatting. | Bruce Momjian | 2001-05-18 | 1 | -5/+5 |
| * | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 | 1 | -11/+8 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -28/+35 |
| * | Rearrange order of operations in heap_create_with_catalog so that if | Tom Lane | 2001-02-12 | 1 | -2/+4 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane | 2000-12-03 | 1 | -2/+2 |
| * | Revise handling of oldstyle/newstyle functions per recent discussions | Tom Lane | 2000-11-20 | 1 | -13/+8 |
| * | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 1 | -7/+6 |
| * | Arrange that no database accesses are attempted during parser() --- this | Tom Lane | 2000-10-07 | 1 | -104/+122 |
| * | Arrays are toastable. (At least if you initdb, which I didn't force.) | Tom Lane | 2000-07-22 | 1 | -4/+4 |
| * | Revise aggregate functions per earlier discussions in pghackers. | Tom Lane | 2000-07-17 | 1 | -65/+31 |
| * | TOAST | Jan Wieck | 2000-07-03 | 1 | -3/+27 |
| * | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 | 1 | -41/+42 |
| * | This is the second time I've answered this exact same problem in two | Bruce Momjian | 2000-05-12 | 1 | -2/+12 |
| * | Fixed CREATE TYPE to recognize changed parsenodes | Jan Wieck | 2000-04-13 | 1 | -3/+6 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -14/+17 |
| * | Add transcendental math functions (sine, cosine, etc) | Thomas G. Lockhart | 2000-04-07 | 1 | -13/+21 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Add system indexes to match all caches. | Bruce Momjian | 1999-11-22 | 1 | -2/+2 |
| * | Allow CREATE FUNCTION's WITH clause to be used for all language types, | Tom Lane | 1999-10-02 | 1 | -100/+89 |
| * | I have been working with user defined types and user defined c | Bruce Momjian | 1999-09-28 | 1 | -7/+29 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -3/+1 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -7/+7 |
| * | Update #include cleanups | Bruce Momjian | 1999-07-16 | 1 | -3/+3 |
| * | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 | 1 | -14/+14 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -2/+2 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -3/+3 |