| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Tweak the core scanner so that it can be used by plpgsql too. | Tom Lane | 2009-07-14 | 1 | -2/+2 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -4/+4 |
| * | Revert current_query() change to use debug_query_string again; add comment. | Bruce Momjian | 2009-01-08 | 1 | -3/+7 |
| * | Have current_query() use ActivePortal->sourceText rather than | Bruce Momjian | 2009-01-07 | 1 | -6/+3 |
| * | Add comment that it is difficult to access the more accurate | Bruce Momjian | 2009-01-07 | 1 | -1/+2 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Better descriptions in pg_get_keywords(), consistent with the documentation | Peter Eisentraut | 2008-12-05 | 1 | -5/+5 |
| * | Add pg_typeof() function. | Tom Lane | 2008-11-03 | 1 | -1/+11 |
| * | Remove obsolete internal functions istrue, isfalse, isnottrue, isnotfalse, | Peter Eisentraut | 2008-10-05 | 1 | -23/+1 |
| * | Add a function pg_get_keywords() to let clients find out the set of keywords | Tom Lane | 2008-07-03 | 1 | -1/+72 |
| * | Re-enable pg_terminate_backend() using SIGTERM. SIGTERM testing still | Bruce Momjian | 2008-04-17 | 1 | -12/+7 |
| * | Revert addition of pg_terminate_backend() because of race conditions. | Bruce Momjian | 2008-04-15 | 1 | -49/+14 |
| * | Add pg_terminate_backend() to allow terminating only a single session. | Bruce Momjian | 2008-04-15 | 1 | -14/+49 |
| * | Implement current_query(), that shows the currently executing query. | Bruce Momjian | 2008-04-04 | 1 | -1/+15 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Provide for logfiles in machine readable CSV format. In consequence, rename | Andrew Dunstan | 2007-08-19 | 1 | -3/+3 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | On systems that have setsid(2) (which should be just about everything except | Tom Lane | 2006-11-21 | 1 | -1/+6 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -10/+10 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -2/+1 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 1 | -1/+2 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Create a standard function pg_sleep() to sleep for a specified amount of time. | Tom Lane | 2006-01-11 | 1 | -1/+50 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -11/+10 |
| * | Rename pg_complete_relation_size() to pg_total_relation_size(), for the | Neil Conway | 2005-09-16 | 1 | -16/+10 |
| * | Code & docs review for server instrumentation patch. File timestamps | Tom Lane | 2005-08-12 | 1 | -18/+11 |
| * | Add files to do read I/O on the cluster directory: | Bruce Momjian | 2005-08-12 | 1 | -1/+55 |
| * | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane | 2005-07-04 | 1 | -7/+6 |
| * | Simplify uses of readdir() by creating a function ReadDir() that | Tom Lane | 2005-06-19 | 1 | -8/+4 |
| * | Split the shared-memory array of PGPROC pointers out of the sinval | Tom Lane | 2005-05-19 | 1 | -2/+2 |
| * | Back out check for unreferenced files. | Bruce Momjian | 2005-05-10 | 1 | -3/+12 |
| * | Check the file system on postmaster startup and report any unreferenced | Bruce Momjian | 2005-05-02 | 1 | -12/+3 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Message style revisions | Peter Eisentraut | 2004-10-12 | 1 | -2/+2 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -31/+33 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Add functions pg_start_backup, pg_stop_backup to create backup label | Tom Lane | 2004-08-03 | 1 | -31/+51 |
| * | Andreas Pflug wrote: | Joe Conway | 2004-07-02 | 1 | -1/+100 |
| * | Per previous discussions, here are two functions to send INT and TERM | Bruce Momjian | 2004-06-02 | 1 | -1/+47 |
| * | Integrate src/timezone library for all platforms. There is more we can | Tom Lane | 2004-05-21 | 1 | -2/+1 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | Fix compile warnings. | Tom Lane | 2003-06-27 | 1 | -1/+2 |
| * | First batch of object rename commands. | Peter Eisentraut | 2003-06-27 | 1 | -3/+2 |
| * | The "random" regression test uses a function called oidrand(), which | Bruce Momjian | 2003-02-13 | 1 | -70/+1 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -2/+2 |
| * | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 | 1 | -4/+3 |
| * | Add current_database(). | Bruce Momjian | 2002-08-20 | 1 | -1/+18 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |