Commit Graph

91 Commits (b10e9ae9f3ae4f1910085673eab159ff9c8e1080)

Author SHA1 Message Date
Tom Lane a99c42f291 Support automatically-updatable views. 13 years ago
Alvaro Herrera ae90ffada4 Have pg_terminate/cancel_backend not ERROR on non-existent processes 13 years ago
Alvaro Herrera 3a42a3ffd8 Fix redundant wording 13 years ago
Robert Haas c60ca19de9 Allow pg_terminate_backend() to be used on backends with matching role. 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Tom Lane 3769fa5fc6 Make pg_tablespace_location(0) return the database's default tablespace. 13 years ago
Peter Eisentraut 6688d2878e Add COLLATION FOR expression 14 years ago
Magnus Hagander 0495aaad8b Allow a user to kill his own queries using pg_cancel_backend() 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Tom Lane 0d0ec527af Fix corner cases in readlink() usage. 14 years ago
Magnus Hagander 0d9b09282f Better error reporting if the link target is too long 14 years ago
Magnus Hagander 16d8e594ac Remove spclocation field from pg_tablespace 14 years ago
Tom Lane a7801b62f2 Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. 14 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 14 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Bruce Momjian 65e806cba1 pgindent run for 9.0 16 years ago
Bruce Momjian 228170410d Please tablespace directories in their own subdirectory so pg_migrator 16 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Tom Lane 1aa58d3a83 Tweak the core scanner so that it can be used by plpgsql too. 16 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 16 years ago
Bruce Momjian 1c175cd76a Revert current_query() change to use debug_query_string again; add comment. 17 years ago
Bruce Momjian 12dcf7bb75 Have current_query() use ActivePortal->sourceText rather than 17 years ago
Bruce Momjian 6b88393058 Add comment that it is difficult to access the more accurate 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Peter Eisentraut b61318d1b4 Better descriptions in pg_get_keywords(), consistent with the documentation 17 years ago
Tom Lane b8fab2411d Add pg_typeof() function. 17 years ago
Peter Eisentraut 2cf8afe5d1 Remove obsolete internal functions istrue, isfalse, isnottrue, isnotfalse, 17 years ago
Tom Lane c63147d6f0 Add a function pg_get_keywords() to let clients find out the set of keywords 17 years ago
Bruce Momjian c4fd93b3f3 Re-enable pg_terminate_backend() using SIGTERM. SIGTERM testing still 17 years ago
Bruce Momjian 76365960d2 Revert addition of pg_terminate_backend() because of race conditions. 17 years ago
Bruce Momjian 18b286f3e3 Add pg_terminate_backend() to allow terminating only a single session. 17 years ago
Bruce Momjian f96928fde9 Implement current_query(), that shows the currently executing query. 17 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Andrew Dunstan fd801f4faa Provide for logfiles in machine readable CSV format. In consequence, rename 18 years ago
Bruce Momjian 29dccf5fe0 Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
Tom Lane 3ad0728c81 On systems that have setsid(2) (which should be just about everything except 19 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 19 years ago
Bruce Momjian e0522505bd Remove 576 references of include files that were not needed. 19 years ago
Bruce Momjian a22d76d96a Allow include files to compile own their own. 19 years ago
Bruce Momjian f2f5b05655 Update copyright for 2006. Update scripts. 20 years ago
Tom Lane 782eefc580 Create a standard function pg_sleep() to sleep for a specified amount of time. 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Neil Conway e4d9b69779 Rename pg_complete_relation_size() to pg_total_relation_size(), for the 20 years ago
Tom Lane a43ea120bf Code & docs review for server instrumentation patch. File timestamps 20 years ago
Bruce Momjian b609695b7a Add files to do read I/O on the cluster directory: 20 years ago
Tom Lane eb5949d190 Arrange for the postmaster (and standalone backends, initdb, etc) to 20 years ago
Tom Lane 3f749924f8 Simplify uses of readdir() by creating a function ReadDir() that 20 years ago
Tom Lane ee3b71f6bc Split the shared-memory array of PGPROC pointers out of the sinval 20 years ago
Bruce Momjian 35e1651508 Back out check for unreferenced files. 20 years ago