| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove OLD_FILE_NAMING code. No longer used. | Bruce Momjian | 2001-05-30 | 1 | -4/+1 |
| * | Add SET SESSION AUTHORIZATION command. | Peter Eisentraut | 2001-05-08 | 1 | -2/+2 |
| * | Remove useless setuid() call, instead add a check that real and effective | Tom Lane | 2001-04-21 | 1 | -5/+3 |
| * | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 | 1 | -12/+11 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -18/+26 |
| * | Defend against starting a non-MULTIBYTE-enabled backend in a database | Tom Lane | 2001-02-16 | 1 | -5/+8 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Suppress compiler warning in MULTIBYTE code. | Tom Lane | 2001-01-19 | 1 | -1/+2 |
| * | Minor coding cleanups. | Tom Lane | 2001-01-14 | 1 | -15/+10 |
| * | Add more critical-section calls: all code sections that hold spinlocks | Tom Lane | 2001-01-12 | 1 | -4/+5 |
| * | Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks | Tom Lane | 2000-12-18 | 1 | -24/+85 |
| * | Bugfix | Jan Wieck | 2000-12-14 | 1 | -1/+5 |
| * | No more #ifdef XLOG. | Vadim B. Mikheev | 2000-11-30 | 1 | -16/+1 |
| * | Significant cleanups in SysV IPC handling (shared mem and semaphores). | Tom Lane | 2000-11-28 | 1 | -24/+8 |
| * | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 1 | -5/+2 |
| * | Extend CREATE DATABASE to allow selection of a template database to be | Tom Lane | 2000-11-14 | 1 | -13/+13 |
| * | Keep track of the last active slot in the shared ProcState array, so | Tom Lane | 2000-11-12 | 1 | -62/+22 |
| * | WAL | Vadim B. Mikheev | 2000-10-28 | 1 | -4/+5 |
| * | New file naming. Database OID is used as "tablespace" id and | Vadim B. Mikheev | 2000-10-16 | 1 | -1/+14 |
| * | Banish caddr_t (mostly), use Datum where appropriate. | Peter Eisentraut | 2000-10-02 | 1 | -2/+2 |
| * | Implement differentiation between CURRENT_USER and SESSION_USER as per SQL. | Peter Eisentraut | 2000-09-19 | 1 | -3/+3 |
| * | Code cleanup of user name and user id handling in the backend. The current | Peter Eisentraut | 2000-09-06 | 1 | -10/+13 |
| * | Toast all the system-table columns that seem to need it. It turns out | Tom Lane | 2000-08-06 | 1 | -2/+6 |
| * | Remove long-dead support for invoking queries from dynamically loaded | Tom Lane | 2000-07-08 | 1 | -11/+1 |
| * | Remove unused variable. (Hey Peter, you use gcc, why didn't you | Tom Lane | 2000-07-03 | 1 | -2/+1 |
| * | Version number now set in configure, available through Makefile.global | Peter Eisentraut | 2000-07-02 | 1 | -8/+3 |
| * | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 | 1 | -20/+3 |
| * | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 | 1 | -2/+1 |
| * | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 | 1 | -1/+2 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -79/+80 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Fixed everything in and surrounding createdb and dropdb to make it more | Peter Eisentraut | 2000-01-13 | 1 | -234/+66 |
| * | to live in a transaction before access to db | Hiroshi Inoue | 1999-12-22 | 1 | -1/+4 |
| * | Repair problem exposed by Jan's new parallel-regression-test scaffold: | Tom Lane | 1999-11-21 | 1 | -7/+1 |
| * | Standardize on MAXPGPATH as the size of a file pathname buffer, | Tom Lane | 1999-10-25 | 1 | -33/+33 |
| * | XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. | Vadim B. Mikheev | 1999-10-06 | 1 | -136/+53 |
| * | Make tree compilable (+WAL). | Vadim B. Mikheev | 1999-09-28 | 1 | -1/+3 |
| * | Several changes here, not very related but touching some of the same files. | Tom Lane | 1999-09-24 | 1 | -30/+103 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -3/+1 |
| * | Fix for multi-byte includes. | Bruce Momjian | 1999-07-17 | 1 | -1/+5 |
| * | More cleanup | Bruce Momjian | 1999-07-16 | 1 | -2/+1 |
| * | Final cleanup | Bruce Momjian | 1999-07-16 | 1 | -18/+11 |
| * | Update #include cleanups | Bruce Momjian | 1999-07-16 | 1 | -5/+4 |
| * | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 | 1 | -5/+5 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -11/+1 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -4/+1 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -3/+3 |
| * | comments cleanup. | Bruce Momjian | 1999-02-22 | 1 | -8/+3 |
| * | Allow maximum number of backends to be set at configure time | Tom Lane | 1999-02-19 | 1 | -2/+2 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -4/+4 |