summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/misc.c
AgeCommit message (Expand)Author
2014-10-08Split builtins.h to a new header ruleutils.hAlvaro Herrera
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-30Rationalize common/relpath.[hc].Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-10-18Allow only some columns of a view to be auto-updateable.Robert Haas
2013-10-13Add use of asprintf()Peter Eisentraut
2013-06-15Use WaitLatch, not pg_usleep, for delaying in pg_sleep().Tom Lane
2013-06-12Improve updatability checking for views and foreign tables.Tom Lane
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-02-21Move relpath() to libpgcommonAlvaro Herrera
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-08Support automatically-updatable views.Tom Lane
2012-09-27Have pg_terminate/cancel_backend not ERROR on non-existent processesAlvaro Herrera
2012-08-07Fix redundant wordingAlvaro Herrera
2012-06-26Allow pg_terminate_backend() to be used on backends with matching role.Robert Haas
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-04-10Make pg_tablespace_location(0) return the database's default tablespace.Tom Lane
2012-03-02Add COLLATION FOR expressionPeter Eisentraut
2012-01-15Allow a user to kill his own queries using pg_cancel_backend()Magnus Hagander
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-07Fix corner cases in readlink() usage.Tom Lane
2011-12-07Better error reporting if the link target is too longMagnus Hagander
2011-12-07Remove spclocation field from pg_tablespaceMagnus Hagander
2011-09-09Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-12Please tablespace directories in their own subdirectory so pg_migratorBruce Momjian
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-07-14Tweak the core scanner so that it can be used by plpgsql too.Tom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-08Revert current_query() change to use debug_query_string again; add comment.Bruce Momjian
2009-01-07Have current_query() use ActivePortal->sourceText rather thanBruce Momjian
2009-01-07Add comment that it is difficult to access the more accurateBruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-05Better descriptions in pg_get_keywords(), consistent with the documentationPeter Eisentraut
2008-11-03Add pg_typeof() function.Tom Lane
2008-10-05Remove obsolete internal functions istrue, isfalse, isnottrue, isnotfalse,Peter Eisentraut
2008-07-03Add a function pg_get_keywords() to let clients find out the set of keywordsTom Lane
2008-04-17Re-enable pg_terminate_backend() using SIGTERM. SIGTERM testing stillBruce Momjian
2008-04-15Revert addition of pg_terminate_backend() because of race conditions.Bruce Momjian
2008-04-15Add pg_terminate_backend() to allow terminating only a single session.Bruce Momjian
2008-04-04Implement current_query(), that shows the currently executing query.Bruce Momjian
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-08-19Provide for logfiles in machine readable CSV format. In consequence, renameAndrew Dunstan
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-11-21On systems that have setsid(2) (which should be just about everything exceptTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian