aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/misc.c
Commit message (Expand)AuthorAge
* Adjust spellings of forms of "cancel"Peter Eisentraut2016-07-14
* pgindent run for 9.6Robert Haas2016-06-09
* Message style and wording fixesPeter Eisentraut2016-06-07
* Create default rolesStephen Frost2016-04-08
* Use GRANT system to manage access to sensitive functionsStephen Frost2016-04-06
* Code and docs review for commit 3187d6de0e5a9e805b27c48437897e8c39071d45.Tom Lane2016-03-28
* Move keywords.c/kwlookup.c into src/common/.Tom Lane2016-03-23
* Introduce parse_ident()Teodor Sigaev2016-03-18
* Add num_nulls() and num_nonnulls() to count NULL arguments.Tom Lane2016-02-04
* Update copyright for 2016Bruce Momjian2016-01-02
* Message style improvementsPeter Eisentraut2015-10-28
* Fix assorted inconsistencies in our calls of readlink().Tom Lane2015-05-28
* pgindent run for 9.5Bruce Momjian2015-05-23
* GetUserId() changes to has_privs_of_role()Stephen Frost2015-03-19
* Add a default local latch for use in signal handlers.Andres Freund2015-01-14
* Update copyright for 2015Bruce Momjian2015-01-06
* Split builtins.h to a new header ruleutils.hAlvaro Herrera2014-10-08
* pgindent run for 9.4Bruce Momjian2014-05-06
* Rationalize common/relpath.[hc].Tom Lane2014-04-30
* Update copyright for 2014Bruce Momjian2014-01-07
* Allow only some columns of a view to be auto-updateable.Robert Haas2013-10-18
* Add use of asprintf()Peter Eisentraut2013-10-13
* Use WaitLatch, not pg_usleep, for delaying in pg_sleep().Tom Lane2013-06-15
* Improve updatability checking for views and foreign tables.Tom Lane2013-06-12
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Move relpath() to libpgcommonAlvaro Herrera2013-02-21
* Update copyrights for 2013Bruce Momjian2013-01-01
* Support automatically-updatable views.Tom Lane2012-12-08
* Have pg_terminate/cancel_backend not ERROR on non-existent processesAlvaro Herrera2012-09-27
* Fix redundant wordingAlvaro Herrera2012-08-07
* Allow pg_terminate_backend() to be used on backends with matching role.Robert Haas2012-06-26
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Make pg_tablespace_location(0) return the database's default tablespace.Tom Lane2012-04-10
* Add COLLATION FOR expressionPeter Eisentraut2012-03-02
* Allow a user to kill his own queries using pg_cancel_backend()Magnus Hagander2012-01-15
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Fix corner cases in readlink() usage.Tom Lane2011-12-07
* Better error reporting if the link target is too longMagnus Hagander2011-12-07
* Remove spclocation field from pg_tablespaceMagnus Hagander2011-12-07
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-09
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Please tablespace directories in their own subdirectory so pg_migratorBruce Momjian2010-01-12
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Tweak the core scanner so that it can be used by plpgsql too.Tom Lane2009-07-14
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Revert current_query() change to use debug_query_string again; add comment.Bruce Momjian2009-01-08
* Have current_query() use ActivePortal->sourceText rather thanBruce Momjian2009-01-07