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