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