| Commit message (Expand) | Author | Age |
* | Defend against starting a non-MULTIBYTE-enabled backend in a database | Tom Lane | 2001-02-16 |
* | Re-read Unix-socket lock file every so often (every CheckPoint interval, | Tom Lane | 2001-01-27 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Remove useless leftover global variable Ps_status_buffer. | Peter Eisentraut | 2001-01-23 |
* | Make critical sections (elog->crash) and interrupt holdoff sections | Tom Lane | 2001-01-19 |
* | Suppress compiler warning in MULTIBYTE code. | Tom Lane | 2001-01-19 |
* | Minor coding cleanups. | Tom Lane | 2001-01-14 |
* | Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts | Tom Lane | 2001-01-14 |
* | Add more critical-section calls: all code sections that hold spinlocks | Tom Lane | 2001-01-12 |
* | Fix recent breakage of query-cancel logic, see my pghackers message | Tom Lane | 2001-01-07 |
* | New WAL version - CRC and data blocks backup. | Vadim B. Mikheev | 2000-12-28 |
* | Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks | Tom Lane | 2000-12-18 |
* | Bugfix | Jan Wieck | 2000-12-14 |
* | No more #ifdef XLOG. | Vadim B. Mikheev | 2000-11-30 |
* | Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the Unix | Tom Lane | 2000-11-29 |
* | Significant cleanups in SysV IPC handling (shared mem and semaphores). | Tom Lane | 2000-11-28 |
* | Fix spelling errors in error message. | Tom Lane | 2000-11-17 |
* | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 |
* | Extend CREATE DATABASE to allow selection of a template database to be | Tom Lane | 2000-11-14 |
* | Keep track of the last active slot in the shared ProcState array, so | Tom Lane | 2000-11-12 |
* | Make the backend grok relative paths for the data directory by converting | Peter Eisentraut | 2000-11-04 |
* | WAL | Vadim B. Mikheev | 2000-10-28 |
* | New file naming. Database OID is used as "tablespace" id and | Vadim B. Mikheev | 2000-10-16 |
* | Banish caddr_t (mostly), use Datum where appropriate. | Peter Eisentraut | 2000-10-02 |
* | Implement differentiation between CURRENT_USER and SESSION_USER as per SQL. | Peter Eisentraut | 2000-09-19 |
* | Code cleanup of user name and user id handling in the backend. The current | Peter Eisentraut | 2000-09-06 |
* | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 |
* | Toast all the system-table columns that seem to need it. It turns out | Tom Lane | 2000-08-06 |
* | More functions updated to new fmgr style --- money, name, tid datatypes. | Tom Lane | 2000-08-03 |
* | Remove dangling else warning (Cyrillic recode stuff) | Peter Eisentraut | 2000-07-14 |
* | Another round of those unportable config/build changes :-/ | Peter Eisentraut | 2000-07-09 |
* | Remove long-dead support for invoking queries from dynamically loaded | Tom Lane | 2000-07-08 |
* | Remove unused variable. (Hey Peter, you use gcc, why didn't you | Tom Lane | 2000-07-03 |
* | Version number now set in configure, available through Makefile.global | Peter Eisentraut | 2000-07-02 |
* | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 |
* | Big warnings cleanup for Solaris/GCC. Down to about 40 now, but | Peter Eisentraut | 2000-06-14 |
* | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane | 2000-06-13 |
* | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian | 2000-06-08 |
* | Remove NT-specific file open defines by defining our own open macros for | Bruce Momjian | 2000-06-02 |
* | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut | 2000-05-31 |
* | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 |
* | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane | 2000-05-29 |
* | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 |
* | Make the indexes on pg_group be shared system relations. | Tom Lane | 2000-05-05 |
* | Modify getdatabaseencoding(), pg_encoding_to_char() | Tatsuo Ishii | 2000-05-02 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Implement reindex command | Hiroshi Inoue | 2000-02-18 |
* | Make ISO date style (e.g. "2000-02-16 09:33") the default. | Thomas G. Lockhart | 2000-02-16 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | The latest source does not compile on Solaris 7 due to | Bruce Momjian | 2000-01-19 |