summaryrefslogtreecommitdiff
path: root/src/backend/libpq/pqsignal.c
Commit message (Collapse)AuthorAgeFilesLines
* Add SIGFPE to list of signals never to block. #ifdef all signals inTom Lane2000-06-291-3/+25
| | | | that list to cope with platforms that don't have them all.
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-1/+39
| | | | | | | | | | | | | for details). It doesn't really do that much yet, since there are no short-term memory contexts in the executor, but the infrastructure is in place and long-term contexts are handled reasonably. A few long- standing bugs have been fixed, such as 'VACUUM; anything' in a single query string crashing. Also, out-of-memory is now considered a recoverable ERROR, not FATAL. Eliminate a large amount of crufty, now-dead code in and around memory management. Fix problem with holding off SIGTRAP, SIGSEGV, etc in postmaster and backend startup.
* Substituted new configure test for types of accept()Peter Eisentraut2000-06-111-4/+4
| | | | | | | | | | | Interfaced a lot of the custom tests to the config.cache, in the process made them separate macros and grouped them out into files. Made naming adjustments. Removed a couple of useless/unused configure tests. Disabled C++ by default. C++ is no more special than Perl, Python, and Tcl. And it breaks equally often. :(
* Add:Bruce Momjian2000-01-261-2/+3
| | | | | | * Portions Copyright (c) 1996-2000, PostgreSQL, Inc to all files copyright Regents of Berkeley. Man, that's a lot of files.
* Final cleanup.Bruce Momjian1999-07-161-3/+3
|
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-3/+3
|
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
|
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-2/+2
|
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-3/+3
|
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-3/+1
|
* Another PGINDENT run that changes variable indenting and case label ↵Bruce Momjian1997-09-081-2/+2
| | | | indenting. Also static variable indenting.
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-38/+40
|
* pq/signal() portability patch. Also psql copy prompt fix.Bruce Momjian1996-12-261-5/+6
|
* Add comments about the diversity of signal functionality. Came fromBryan Henderson1996-11-181-3/+24
| | | | Makefile.global.
* I'm getting there, slowly :)Marc G. Fournier1996-11-061-3/+3
|
* Produce a clean compile of backend...Marc G. Fournier1996-11-031-1/+3
|
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+40