| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 | 2 | -85/+147 |
| * | Defend against starting a non-MULTIBYTE-enabled backend in a database | Tom Lane | 2001-02-16 | 1 | -5/+8 |
| * | 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 | 4 | -8/+8 |
| * | Remove useless leftover global variable Ps_status_buffer. | Peter Eisentraut | 2001-01-23 | 1 | -9/+1 |
| * | Make critical sections (elog->crash) and interrupt holdoff sections | Tom Lane | 2001-01-19 | 1 | -1/+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 |
| * | Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts | Tom Lane | 2001-01-14 | 1 | -4/+7 |
| * | Add more critical-section calls: all code sections that hold spinlocks | Tom Lane | 2001-01-12 | 1 | -4/+5 |
| * | Fix recent breakage of query-cancel logic, see my pghackers message | Tom Lane | 2001-01-07 | 1 | -2/+2 |
| * | New WAL version - CRC and data blocks backup. | Vadim B. Mikheev | 2000-12-28 | 1 | -1/+47 |
| * | 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 |
| * | Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the Unix | Tom Lane | 2000-11-29 | 1 | -186/+212 |
| * | Significant cleanups in SysV IPC handling (shared mem and semaphores). | Tom Lane | 2000-11-28 | 1 | -24/+8 |
| * | 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 | 2 | -12/+18 |
| * | 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 | 2 | -64/+23 |
| * | Make the backend grok relative paths for the data directory by converting | Peter Eisentraut | 2000-11-04 | 1 | -1/+57 |
| * | 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 | 2 | -31/+63 |
| * | Code cleanup of user name and user id handling in the backend. The current | Peter Eisentraut | 2000-09-06 | 3 | -59/+41 |
| * | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 | 1 | -3/+4 |
| * | Toast all the system-table columns that seem to need it. It turns out | Tom Lane | 2000-08-06 | 1 | -2/+6 |
| * | More functions updated to new fmgr style --- money, name, tid datatypes. | Tom Lane | 2000-08-03 | 1 | -7/+3 |
| * | Remove dangling else warning (Cyrillic recode stuff) | Peter Eisentraut | 2000-07-14 | 1 | -1/+3 |
| * | Another round of those unportable config/build changes :-/ | Peter Eisentraut | 2000-07-09 | 1 | -2/+2 |
| * | 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 | 2 | -9/+53 |
| * | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 | 3 | -70/+5 |
| * | Big warnings cleanup for Solaris/GCC. Down to about 40 now, but | Peter Eisentraut | 2000-06-14 | 1 | -3/+3 |
| * | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane | 2000-06-13 | 1 | -12/+14 |
| * | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian | 2000-06-08 | 2 | -4/+8 |
| * | Remove NT-specific file open defines by defining our own open macros for | Bruce Momjian | 2000-06-02 | 1 | -6/+2 |
| * | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut | 2000-05-31 | 1 | -1/+4 |
| * | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 | 2 | -4/+2 |
| * | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane | 2000-05-29 | 1 | -3/+1 |
| * | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 | 1 | -1/+2 |
| * | Make the indexes on pg_group be shared system relations. | Tom Lane | 2000-05-05 | 1 | -1/+4 |
| * | Modify getdatabaseencoding(), pg_encoding_to_char() | Tatsuo Ishii | 2000-05-02 | 1 | -6/+3 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 3 | -140/+158 |
| * | Implement reindex command | Hiroshi Inoue | 2000-02-18 | 1 | -1/+28 |
| * | Make ISO date style (e.g. "2000-02-16 09:33") the default. | Thomas G. Lockhart | 2000-02-16 | 1 | -2/+2 |