| Commit message (Expand) | Author | Age |
* | Move relpath() to libpgcommon | Alvaro Herrera | 2013-02-21 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Support automatically-updatable views. | Tom Lane | 2012-12-08 |
* | Have pg_terminate/cancel_backend not ERROR on non-existent processes | Alvaro Herrera | 2012-09-27 |
* | Fix redundant wording | Alvaro Herrera | 2012-08-07 |
* | Allow pg_terminate_backend() to be used on backends with matching role. | Robert Haas | 2012-06-26 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Make pg_tablespace_location(0) return the database's default tablespace. | Tom Lane | 2012-04-10 |
* | Add COLLATION FOR expression | Peter Eisentraut | 2012-03-02 |
* | Allow a user to kill his own queries using pg_cancel_backend() | Magnus Hagander | 2012-01-15 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Fix corner cases in readlink() usage. | Tom Lane | 2011-12-07 |
* | Better error reporting if the link target is too long | Magnus Hagander | 2011-12-07 |
* | Remove spclocation field from pg_tablespace | Magnus Hagander | 2011-12-07 |
* | Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. | Tom Lane | 2011-09-09 |
* | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Please tablespace directories in their own subdirectory so pg_migrator | Bruce Momjian | 2010-01-12 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Tweak the core scanner so that it can be used by plpgsql too. | Tom Lane | 2009-07-14 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Revert current_query() change to use debug_query_string again; add comment. | Bruce Momjian | 2009-01-08 |
* | Have current_query() use ActivePortal->sourceText rather than | Bruce Momjian | 2009-01-07 |
* | Add comment that it is difficult to access the more accurate | Bruce Momjian | 2009-01-07 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Better descriptions in pg_get_keywords(), consistent with the documentation | Peter Eisentraut | 2008-12-05 |
* | Add pg_typeof() function. | Tom Lane | 2008-11-03 |
* | Remove obsolete internal functions istrue, isfalse, isnottrue, isnotfalse, | Peter Eisentraut | 2008-10-05 |
* | Add a function pg_get_keywords() to let clients find out the set of keywords | Tom Lane | 2008-07-03 |
* | Re-enable pg_terminate_backend() using SIGTERM. SIGTERM testing still | Bruce Momjian | 2008-04-17 |
* | Revert addition of pg_terminate_backend() because of race conditions. | Bruce Momjian | 2008-04-15 |
* | Add pg_terminate_backend() to allow terminating only a single session. | Bruce Momjian | 2008-04-15 |
* | Implement current_query(), that shows the currently executing query. | Bruce Momjian | 2008-04-04 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Provide for logfiles in machine readable CSV format. In consequence, rename | Andrew Dunstan | 2007-08-19 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | On systems that have setsid(2) (which should be just about everything except | Tom Lane | 2006-11-21 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Create a standard function pg_sleep() to sleep for a specified amount of time. | Tom Lane | 2006-01-11 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Rename pg_complete_relation_size() to pg_total_relation_size(), for the | Neil Conway | 2005-09-16 |
* | Code & docs review for server instrumentation patch. File timestamps | Tom Lane | 2005-08-12 |
* | Add files to do read I/O on the cluster directory: | Bruce Momjian | 2005-08-12 |
* | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane | 2005-07-04 |
* | Simplify uses of readdir() by creating a function ReadDir() that | Tom Lane | 2005-06-19 |