| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 | 1 | -7/+7 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -8/+9 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Fix all the places that called heap_update() and heap_delete() without | Tom Lane | 2001-01-23 | 1 | -9/+6 |
| * | Change lcons(x, NIL) to makeList(x) where appropriate. | Bruce Momjian | 2001-01-17 | 1 | -3/+4 |
| * | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 1 | -47/+42 |
| * | Fix missing CommandCounterIncrement in DROP USER. | Tom Lane | 2000-10-19 | 1 | -3/+9 |
| * | Implement differentiation between CURRENT_USER and SESSION_USER as per SQL. | Peter Eisentraut | 2000-09-19 | 1 | -2/+2 |
| * | Clean up callers of AllocateFile and BasicOpenFile to ensure that | Tom Lane | 2000-08-27 | 1 | -3/+3 |
| * | More functions updated to new fmgr style --- money, name, tid datatypes. | Tom Lane | 2000-08-03 | 1 | -10/+12 |
| * | Missed some array updates ... | Tom Lane | 2000-07-22 | 1 | -7/+7 |
| * | Revise aggregate functions per earlier discussions in pghackers. | Tom Lane | 2000-07-17 | 1 | -1/+2 |
| * | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane | 2000-07-05 | 1 | -6/+11 |
| * | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 | 1 | -2/+2 |
| * | Relaxed pickiness about user and group commands in transaction blocks. | Peter Eisentraut | 2000-06-25 | 1 | -37/+5 |
| * | Back out pg_shadow changes to allow create table and locking permissions. | Bruce Momjian | 2000-06-12 | 1 | -35/+4 |
| * | I have large database and with this DB work more users and I very need | Bruce Momjian | 2000-06-09 | 1 | -4/+35 |
| * | Another round of updates for new fmgr, mostly in the datetime code. | Tom Lane | 2000-06-09 | 1 | -5/+7 |
| * | Create an fd.c entry point that is just like plain open(2) except that | Tom Lane | 2000-06-02 | 1 | -5/+5 |
| * | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 | 1 | -7/+1 |
| * | Second round of fmgr changes: triggers are now invoked in new style, | Tom Lane | 2000-05-29 | 1 | -10/+4 |
| * | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 | 1 | -1/+2 |
| * | Don't leak a file descriptor when updating pg_pwd file. Also, check for | Tom Lane | 2000-05-04 | 1 | -11/+21 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -738/+774 |
| * | Remove another incorrect UserAbortTransactionBlock() call. | Tom Lane | 2000-03-15 | 1 | -2/+1 |
| * | Silence gcc warning about uninitialized var. | Tom Lane | 2000-02-15 | 1 | -1/+5 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | * User management commands no longer user pg_exec_query_dest -> more robust | Peter Eisentraut | 2000-01-14 | 1 | -460/+475 |
| * | update_pg_pwd() is an AR trigger. Corrected return type. | Jan Wieck | 1999-12-21 | 1 | -2/+12 |
| * | Clean up some minor gcc warnings. | Tom Lane | 1999-12-20 | 1 | -11/+6 |
| * | Here's the Create/Alter/Drop Group stuff that's been really overdue. I | Bruce Momjian | 1999-12-16 | 1 | -2/+527 |
| * | > From what I gather, this should be a little cleaner because the | Bruce Momjian | 1999-12-14 | 1 | -14/+6 |
| * | >From what I gather, this should be a little cleaner because the | Bruce Momjian | 1999-12-14 | 1 | -6/+14 |
| * | Depending on my interpreting (and programming) skills, this might solve | Bruce Momjian | 1999-12-14 | 1 | -1/+2 |
| * | I'm in TODO mood today ... | Bruce Momjian | 1999-12-12 | 1 | -4/+9 |
| * | Fix compile error on older patch. | Bruce Momjian | 1999-11-30 | 1 | -2/+2 |
| * | create/alter user extension | Bruce Momjian | 1999-11-30 | 1 | -39/+85 |
| * | Add pg_statistic index, add missing Hiroshi file. | Bruce Momjian | 1999-11-24 | 1 | -3/+3 |
| * | Add system indexes to match all caches. | Bruce Momjian | 1999-11-22 | 1 | -3/+3 |
| * | Change backend-side COPY to write files with permissions 644 not 666 | Tom Lane | 1999-11-21 | 1 | -13/+22 |
| * | Fix to give super user and createdb user proper update catalog rights. | Bruce Momjian | 1999-09-27 | 1 | -2/+4 |
| * | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane | 1999-09-18 | 1 | -64/+79 |
| * | Make usecatupd disabled for normal users, and allow normal users to | Bruce Momjian | 1999-07-30 | 1 | -2/+2 |
| * | 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 | -4/+4 |
| * | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 | 1 | -13/+13 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -5/+1 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -45/+43 |
| * | Repair problems with omitted password and VALID UNTIL | Tom Lane | 1999-04-02 | 1 | -21/+38 |
| * | Fix snprintf with strings, and nextval('"Aa"'); | Bruce Momjian | 1999-03-16 | 1 | -6/+8 |