]> granicus.if.org Git - postgresql/history - src/backend/storage/ipc/ipc.c
The beos port in the source tree doesn't even compile. and even
[postgresql] / src / backend / storage / ipc / ipc.c
2000-10-07 Bruce Momjian The beos port in the source tree doesn't even...
2000-10-03 Bruce MomjianNew diff that now covers the entire tree. Applying...
2000-10-02 Peter EisentrautBanish caddr_t (mostly), use Datum where appropriate.
2000-07-22 Peter EisentrautShed some light onto SysV IPC configuration.
2000-05-31 Peter EisentrautThe heralded `Grand Unified Configuration scheme' ...
2000-05-16 Bruce MomjianSeveral compilation and run-time problems occur when...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
2000-01-15 Peter EisentrautFixed all elog related warnings, as well as a few others.
1999-11-22 Tom LaneClean up some problems in error recovery --- elog(...
1999-11-06 Bruce Momjianexit recursion fix from Massimo
1999-11-06 Bruce MomjianFix for recusive exit call from Massimo.
1999-10-10 Bruce MomjianRe-add mention of FAQ's for shared memory/ipc errors.
1999-10-06 Vadim B. MikheevXLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-05-25 Bruce Momjianpgindent run over code.
1999-02-21 Tom LaneRearrange handling of MAXBACKENDS a little bit. The...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-09-02 Bruce MomjianFix for indexing problems.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-25 Marc G. FournierFrom: Massimo Dal Zotto <dz@cs.unitn.it>
1998-07-12 Bruce MomjianReverse out unused patch.
1998-07-12 Bruce MomjianPrint relation name before vacuum, results after vacuum.
1998-06-27 Bruce MomjianRename proc_exit_clear to on_exit_reset.
1998-06-27 Bruce MomjianFix for hang after postmaster restart. Add new proc_ex...
1998-06-23 Bruce Momjiancleanups
1998-06-19 Bruce MomjianSolaris cleanup.
1998-06-18 Bruce MomjianCleanup UsePrivateMemory define.
1998-06-18 Bruce MomjianCleanups.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-05-29 Bruce MomjianRemove fork()/exec() and only do fork(). Small cleanups.
1998-03-02 Marc G. FournierLast minute clean up for SunOS...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-09-18 Bruce MomjianInline memset() as MemSet().
1997-09-18 Bruce MomjianInline frequently called functions.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-01-08 Bryan HendersonChange the way ipc.h is included because sys/ipc.h...
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-11-06 Marc G. FournierSome compile failure fixes from Keith Parks <emkxp01...
1996-11-03 Marc G. FournierClean up Makefile(s)
1996-10-31 Marc G. Fourniermore removals of PORTNAME_*
1996-08-14 Marc G. FournierThis is a fix to be included in 1.02.1. It adds a...
1996-07-25 Marc G. Fourniermultiple define of 'union semun' removed
1996-07-20 Marc G. FournierBrought in NEOSOFT's port to i386_solaris
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01