summaryrefslogtreecommitdiff
path: root/src/backend/port/ipc_test.c
AgeCommit message (Expand)Author
2008-04-17Repair two places where SIGTERM exit could leave shared memory stateTom Lane
2006-07-14Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-01-08Fix the assert_enabled issue properly. This eliminates the former ABITom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-02-05Fix bit-rot in ipc_test.c; it didn't include some stuff that pg_shmem.cTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-05-28Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs byTom Lane
2003-12-12This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-08-26Mop-up for previous change to determine default shared_buffers andTom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-07-27elog mop-up: bring some straggling fprintf(stderr)'s into the elog world.Tom Lane
2003-07-22Error message editing in backend/bootstrap, /lib, /nodes, /port.Tom Lane
2002-09-04pgindent run.Bruce Momjian
2002-08-10This patch removes a lot of unused code related to assertions andBruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-05-05Add missing includes.Tom Lane
2002-05-05Add a trivial testbed for pg_sema and pg_shmem code.Tom Lane