| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add is_superuser parameter reporting, soon to be used by psql. | Tom Lane | 2003-06-27 | 1 | -4/+14 |
| * | First batch of object rename commands. | Peter Eisentraut | 2003-06-27 | 1 | -17/+1 |
| * | Add Win32 path handling for / vs. \ and drive letters. | Bruce Momjian | 2003-04-04 | 1 | -3/+7 |
| * | > I can see a couple possible downsides: (a) the library might have some | Bruce Momjian | 2003-03-20 | 1 | -1/+90 |
| * | Get rid of last few unadorned 'permission denied' messages. | Tom Lane | 2003-01-27 | 1 | -2/+2 |
| * | Where available, use utime() or utimes() to update the file mod time | Tom Lane | 2003-01-25 | 1 | -8/+27 |
| * | More cleanup of userid to be AclId rather than Oid. | Bruce Momjian | 2002-12-05 | 1 | -18/+18 |
| * | This patch removes a bunch of superfluous #include directives: if | Bruce Momjian | 2002-11-08 | 1 | -2/+1 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -10/+9 |
| * | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 | 1 | -2/+1 |
| * | Implement DROP CONVERSION | Tatsuo Ishii | 2002-07-25 | 1 | -51/+1 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Katherine Ward wrote: | Jan Wieck | 2002-06-11 | 1 | -2/+2 |
| * | Merge the last few variable.c configuration variables into the generic | Tom Lane | 2002-05-17 | 1 | -14/+10 |
| * | Accept SET SESSION AUTHORIZATION DEFAULT and RESET SESSION AUTHORIZATION | Tom Lane | 2002-05-06 | 1 | -13/+31 |
| * | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane | 2002-05-05 | 1 | -13/+13 |
| * | Fix compile errors in CYR_RECODE code, per report from Oliver Elphick. | Tom Lane | 2002-05-03 | 1 | -15/+18 |
| * | Support toasting of shared system relations, and provide toast tables for | Tom Lane | 2002-04-27 | 1 | -3/+2 |
| * | Authentication improvements: | Bruce Momjian | 2002-04-04 | 1 | -92/+225 |
| * | If presented db path has a trailing slash, remove it to avoid generating | Tom Lane | 2002-03-04 | 1 | -1/+11 |
| * | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 | 1 | -5/+5 |
| * | User and database-specific session defaults for run-time configuration | Peter Eisentraut | 2002-03-01 | 1 | -1/+19 |
| * | Fix use of 'char' to hold result of getc, per bug report forwarded by | Tom Lane | 2002-01-09 | 1 | -58/+51 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -9/+7 |
| * | Set optreset on platforms that have it before launching postmaster | Tom Lane | 2001-10-19 | 1 | -13/+1 |
| * | Ensure that all startup paths (postmaster, standalone postgres, or | Tom Lane | 2001-10-19 | 1 | -5/+3 |
| * | Add a new function "pg_client_encoding" which returns the current client | Tatsuo Ishii | 2001-10-12 | 1 | -1/+7 |
| * | Make the world somewhat safe for (not from) DELETE FROM pg_shadow; | Peter Eisentraut | 2001-09-08 | 1 | -1/+15 |
| * | Add conver/convert2 functions. They are similar to the SQL99's convert. | Tatsuo Ishii | 2001-08-15 | 1 | -1/+14 |
| * | Seems like a bad idea to free() a string we are about to use in an | Tom Lane | 2001-08-06 | 1 | -9/+5 |
| * | Check that the data directory does not have group or world access; remove | Peter Eisentraut | 2001-08-06 | 1 | -1/+17 |
| * | Don't go into infinite loop if /home/postgres/testversion/data directory is n... | Tom Lane | 2001-07-03 | 1 | -4/+7 |
| * | Handle reading of startup packet and authentication exchange after forking | Peter Eisentraut | 2001-06-20 | 1 | -4/+12 |
| * | has_table_privilege functions from Joe Conway (with some kibitzing from | Tom Lane | 2001-06-14 | 1 | -12/+9 |
| * | Don't assume free(NULL) is OK. Yes, I know ANSI C says it is. | Tom Lane | 2001-06-13 | 1 | -6/+14 |
| * | Adjust WAL code so that checkpoints truncate the xlog at the previous | Tom Lane | 2001-06-06 | 1 | -2/+8 |
| * | Check for malloc failure. | Tom Lane | 2001-06-01 | 1 | -3/+12 |
| * | Suppress compiler warnings about pid_t vs int. | Tom Lane | 2001-05-18 | 1 | -3/+3 |
| * | Add SET SESSION AUTHORIZATION command. | Peter Eisentraut | 2001-05-08 | 1 | -2/+29 |
| * | getdatabaseencoding() and PG_encoding_to_char() were being sloppy about | Tom Lane | 2001-04-16 | 1 | -3/+3 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -36/+41 |
| * | Patches from Cyril Velter to make shared-memory-conflict-detection code | Tom Lane | 2001-03-18 | 1 | -2/+9 |
| * | XLOG (and related) changes: | Tom Lane | 2001-03-13 | 1 | -36/+144 |
| * | Re-read Unix-socket lock file every so often (every CheckPoint interval, | Tom Lane | 2001-01-27 | 1 | -1/+32 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the Unix | Tom Lane | 2000-11-29 | 1 | -186/+212 |
| * | Fix spelling errors in error message. | Tom Lane | 2000-11-17 | 1 | -3/+3 |
| * | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 1 | -7/+16 |
| * | Make the backend grok relative paths for the data directory by converting | Peter Eisentraut | 2000-11-04 | 1 | -1/+57 |
| * | Implement differentiation between CURRENT_USER and SESSION_USER as per SQL. | Peter Eisentraut | 2000-09-19 | 1 | -28/+60 |