| Commit message (Expand) | Author | Age | Files | Lines |
| * | Restructure system-catalog index updating logic. Instead of having | Tom Lane | 2002-08-05 | 1 | -54/+8 |
| * | Remove unused system table columns: | Peter Eisentraut | 2002-07-24 | 1 | -2/+1 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Katherine Ward wrote: | Jan Wieck | 2002-06-11 | 1 | -2/+2 |
| * | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane | 2002-05-21 | 1 | -4/+4 |
| * | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 | 1 | -13/+13 |
| * | Merge the last few variable.c configuration variables into the generic | Tom Lane | 2002-05-17 | 1 | -5/+3 |
| * | Minor code cleanup. | Tom Lane | 2002-04-28 | 1 | -6/+6 |
| * | Support toasting of shared system relations, and provide toast tables for | Tom Lane | 2002-04-27 | 1 | -315/+213 |
| * | Fix write of pg_pwd file for multiple users. Broken recently by my | Bruce Momjian | 2002-04-27 | 1 | -3/+3 |
| * | Move renametrig() from tablecmds.c to trigger.c --- if we're going to | Tom Lane | 2002-04-26 | 1 | -2/+2 |
| * | Make PUBLIC an unreserved word (in fact, not a keyword at all), | Tom Lane | 2002-04-18 | 1 | -7/+15 |
| * | Authentication improvements: | Bruce Momjian | 2002-04-04 | 1 | -85/+284 |
| * | pg_class has a relnamespace column. You can create and access tables | Tom Lane | 2002-03-26 | 1 | -4/+4 |
| * | Change made to elog: | Bruce Momjian | 2002-03-06 | 1 | -7/+6 |
| * | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 | 1 | -3/+3 |
| * | User and database-specific session defaults for run-time configuration | Peter Eisentraut | 2002-03-01 | 1 | -1/+88 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -9/+10 |
| * | Merge three existing ways of signaling postmaster from child processes, | Tom Lane | 2001-11-04 | 1 | -4/+3 |
| * | Fix pg_pwd caching mechanism, which was broken by changes to fork | Tom Lane | 2001-11-02 | 1 | -17/+10 |
| * | Reject tabs and linefeeds in usernames and passwords that are being | Tom Lane | 2001-11-01 | 1 | -18/+47 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -7/+7 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -47/+63 |
| * | Replace useless strcasecmp's by strcmp's. | Peter Eisentraut | 2001-09-19 | 1 | -21/+21 |
| * | Make the world somewhat safe for (not from) DELETE FROM pg_shadow; | Peter Eisentraut | 2001-09-08 | 1 | -15/+26 |
| * | Add 4-byte MD5 salt. | Bruce Momjian | 2001-08-17 | 1 | -3/+5 |
| * | Move md5.h contents to crypt.h. | Bruce Momjian | 2001-08-15 | 1 | -2/+1 |
| * | Use MD5 for wire protocol encryption for >= 7.2 client/server. | Bruce Momjian | 2001-08-15 | 1 | -81/+116 |
| * | Remove grammar restrictions on order of optional clauses in CREATE GROUP. | Tom Lane | 2001-07-12 | 1 | -18/+50 |
| * | Changes from Vince Vielhaber to allow the optional clauses of CREATE | Tom Lane | 2001-07-10 | 1 | -49/+174 |
| * | has_table_privilege functions from Joe Conway (with some kibitzing from | Tom Lane | 2001-06-14 | 1 | -27/+7 |
| * | Clean up various to-do items associated with system indexes: | Tom Lane | 2001-06-12 | 1 | -88/+92 |
| * | 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 |