summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/misc.c
Commit message (Expand)AuthorAgeFilesLines
* Re-enable pg_terminate_backend() using SIGTERM. SIGTERM testing stillBruce Momjian2008-04-171-12/+7
* Revert addition of pg_terminate_backend() because of race conditions.Bruce Momjian2008-04-151-49/+14
* Add pg_terminate_backend() to allow terminating only a single session.Bruce Momjian2008-04-151-14/+49
* Implement current_query(), that shows the currently executing query.Bruce Momjian2008-04-041-1/+15
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Provide for logfiles in machine readable CSV format. In consequence, renameAndrew Dunstan2007-08-191-3/+3
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* On systems that have setsid(2) (which should be just about everything exceptTom Lane2006-11-211-1/+6
* pgindent run for 8.2.Bruce Momjian2006-10-041-10/+10
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Create a standard function pg_sleep() to sleep for a specified amount of time.Tom Lane2006-01-111-1/+50
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-11/+10
* Rename pg_complete_relation_size() to pg_total_relation_size(), for theNeil Conway2005-09-161-16/+10
* Code & docs review for server instrumentation patch. File timestampsTom Lane2005-08-121-18/+11
* Add files to do read I/O on the cluster directory:Bruce Momjian2005-08-121-1/+55
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-041-7/+6
* Simplify uses of readdir() by creating a function ReadDir() thatTom Lane2005-06-191-8/+4
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-191-2/+2
* Back out check for unreferenced files.Bruce Momjian2005-05-101-3/+12
* Check the file system on postmaster startup and report any unreferencedBruce Momjian2005-05-021-12/+3
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Message style revisionsPeter Eisentraut2004-10-121-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-31/+33
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Add functions pg_start_backup, pg_stop_backup to create backup labelTom Lane2004-08-031-31/+51
* Andreas Pflug wrote:Joe Conway2004-07-021-1/+100
* Per previous discussions, here are two functions to send INT and TERMBruce Momjian2004-06-021-1/+47
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-211-2/+1
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Fix compile warnings.Tom Lane2003-06-271-1/+2
* First batch of object rename commands.Peter Eisentraut2003-06-271-3/+2
* The "random" regression test uses a function called oidrand(), whichBruce Momjian2003-02-131-70/+1
* pgindent run.Bruce Momjian2002-09-041-2/+2
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-021-4/+3
* Add current_database().Bruce Momjian2002-08-201-1/+18
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-2/+3
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Clean up bogosities in use of random(3) and srandom(3) --- do not assumeTom Lane2000-08-071-6/+8
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-051-35/+38
* Add:Bruce Momjian2000-01-261-2/+3
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-3/+1
* 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-5/+5
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-6/+6
* Auto-seed random so user's can't request random values based onBruce Momjian1998-06-091-1/+17