aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/misc.c
Commit message (Expand)AuthorAge
* Please tablespace directories in their own subdirectory so pg_migratorBruce Momjian2010-01-12
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Tweak the core scanner so that it can be used by plpgsql too.Tom Lane2009-07-14
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Revert current_query() change to use debug_query_string again; add comment.Bruce Momjian2009-01-08
* Have current_query() use ActivePortal->sourceText rather thanBruce Momjian2009-01-07
* Add comment that it is difficult to access the more accurateBruce Momjian2009-01-07
* Update copyright for 2009.Bruce Momjian2009-01-01
* Better descriptions in pg_get_keywords(), consistent with the documentationPeter Eisentraut2008-12-05
* Add pg_typeof() function.Tom Lane2008-11-03
* Remove obsolete internal functions istrue, isfalse, isnottrue, isnotfalse,Peter Eisentraut2008-10-05
* Add a function pg_get_keywords() to let clients find out the set of keywordsTom Lane2008-07-03
* Re-enable pg_terminate_backend() using SIGTERM. SIGTERM testing stillBruce Momjian2008-04-17
* Revert addition of pg_terminate_backend() because of race conditions.Bruce Momjian2008-04-15
* Add pg_terminate_backend() to allow terminating only a single session.Bruce Momjian2008-04-15
* Implement current_query(), that shows the currently executing query.Bruce Momjian2008-04-04
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Provide for logfiles in machine readable CSV format. In consequence, renameAndrew Dunstan2007-08-19
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* On systems that have setsid(2) (which should be just about everything exceptTom Lane2006-11-21
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* 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