aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/misc.c
Commit message (Expand)AuthorAge
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Create a standard function pg_sleep() to sleep for a specified amount of time.Tom Lane2006-01-11
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Rename pg_complete_relation_size() to pg_total_relation_size(), for theNeil Conway2005-09-16
* Code & docs review for server instrumentation patch. File timestampsTom Lane2005-08-12
* Add files to do read I/O on the cluster directory:Bruce Momjian2005-08-12
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-04
* Simplify uses of readdir() by creating a function ReadDir() thatTom Lane2005-06-19
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-19
* Back out check for unreferenced files.Bruce Momjian2005-05-10
* Check the file system on postmaster startup and report any unreferencedBruce Momjian2005-05-02
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Message style revisionsPeter Eisentraut2004-10-12
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Add functions pg_start_backup, pg_stop_backup to create backup labelTom Lane2004-08-03
* Andreas Pflug wrote:Joe Conway2004-07-02
* Per previous discussions, here are two functions to send INT and TERMBruce Momjian2004-06-02
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-21
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Fix compile warnings.Tom Lane2003-06-27
* First batch of object rename commands.Peter Eisentraut2003-06-27
* The "random" regression test uses a function called oidrand(), whichBruce Momjian2003-02-13
* pgindent run.Bruce Momjian2002-09-04
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Add current_database().Bruce Momjian2002-08-20
* Update copyright to 2002.Bruce Momjian2002-06-20
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Clean up bogosities in use of random(3) and srandom(3) --- do not assumeTom Lane2000-08-07
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-05
* Add:Bruce Momjian2000-01-26
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* Auto-seed random so user's can't request random values based onBruce Momjian1998-06-09
* Remove #include "port-protos.h", since we no longer use itMarc G. Fournier1998-02-24
* More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier1997-12-19
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Added SCO support, from Daniel Harris.Bruce Momjian1997-07-28
* Change mixed-case routines to lower-case if referenced in pg_proc.hThomas G. Lockhart1997-04-27
* Use port-protos.h instead of trying to declare random() and srandom()Bryan Henderson1996-11-14
* more removal of PORTNAME_*Marc G. Fournier1996-10-31
* - merging in Dr. George's tree with oursMarc G. Fournier1996-07-22
* fix: BSDi 2.1 requires a port seperate from BSDi 2.0{.1}Marc G. Fournier1996-07-16