summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/misc.c
Commit message (Expand)AuthorAgeFilesLines
* Add num_nulls() and num_nonnulls() to count NULL arguments.Tom Lane2016-02-041-0/+121
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Message style improvementsPeter Eisentraut2015-10-281-1/+1
* Fix assorted inconsistencies in our calls of readlink().Tom Lane2015-05-281-3/+5
* pgindent run for 9.5Bruce Momjian2015-05-231-1/+1
* GetUserId() changes to has_privs_of_role()Stephen Frost2015-03-191-8/+31
* Add a default local latch for use in signal handlers.Andres Freund2015-01-141-2/+2
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Split builtins.h to a new header ruleutils.hAlvaro Herrera2014-10-081-0/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-7/+7
* Rationalize common/relpath.[hc].Tom Lane2014-04-301-1/+0
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Allow only some columns of a view to be auto-updateable.Robert Haas2013-10-181-7/+6
* Add use of asprintf()Peter Eisentraut2013-10-131-10/+3
* Use WaitLatch, not pg_usleep, for delaying in pg_sleep().Tom Lane2013-06-151-10/+17
* Improve updatability checking for views and foreign tables.Tom Lane2013-06-121-16/+35
* pgindent run for release 9.3Bruce Momjian2013-05-291-5/+5
* Move relpath() to libpgcommonAlvaro Herrera2013-02-211-0/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Support automatically-updatable views.Tom Lane2012-12-081-0/+31
* Have pg_terminate/cancel_backend not ERROR on non-existent processesAlvaro Herrera2012-09-271-23/+16
* Fix redundant wordingAlvaro Herrera2012-08-071-1/+1
* Allow pg_terminate_backend() to be used on backends with matching role.Robert Haas2012-06-261-5/+7
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-9/+10
* Make pg_tablespace_location(0) return the database's default tablespace.Tom Lane2012-04-101-1/+9
* Add COLLATION FOR expressionPeter Eisentraut2012-03-021-0/+27
* Allow a user to kill his own queries using pg_cancel_backend()Magnus Hagander2012-01-151-10/+70
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Fix corner cases in readlink() usage.Tom Lane2011-12-071-4/+8
* Better error reporting if the link target is too longMagnus Hagander2011-12-071-1/+4
* Remove spclocation field from pg_tablespaceMagnus Hagander2011-12-071-0/+39
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-091-2/+3
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+0
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-2/+2
* Please tablespace directories in their own subdirectory so pg_migratorBruce Momjian2010-01-121-3/+6
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Tweak the core scanner so that it can be used by plpgsql too.Tom Lane2009-07-141-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-4/+4
* Revert current_query() change to use debug_query_string again; add comment.Bruce Momjian2009-01-081-3/+7
* Have current_query() use ActivePortal->sourceText rather thanBruce Momjian2009-01-071-6/+3
* Add comment that it is difficult to access the more accurateBruce Momjian2009-01-071-1/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Better descriptions in pg_get_keywords(), consistent with the documentationPeter Eisentraut2008-12-051-5/+5
* Add pg_typeof() function.Tom Lane2008-11-031-1/+11
* Remove obsolete internal functions istrue, isfalse, isnottrue, isnotfalse,Peter Eisentraut2008-10-051-23/+1
* Add a function pg_get_keywords() to let clients find out the set of keywordsTom Lane2008-07-031-1/+72
* Re-enable pg_terminate_backend() using SIGTERM. SIGTERM testing stillBruce Momjian2008-04-171-12/+7
* Revert addition of pg_terminate_backend() because of race conditions.Bruce Momjian2008-04-151-49/+14