summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/misc.c
AgeCommit message (Expand)Author
2020-07-09Fix pg_current_logfile() to not emit a carriage return on Windows.Tom Lane
2020-03-16Avoid holding a directory FD open across assorted SRF calls.Tom Lane
2019-11-21Defend against self-referential views in relation_is_updatable().Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-05-24Tighten checks for whitespace in functions that parse identifiers etc.Tom Lane
2017-03-23Logical replication support for initial data copyPeter Eisentraut
2017-03-07Fix wrong word in comment.Robert Haas
2017-03-06Fix incorrect comments.Robert Haas
2017-03-03Add pg_current_logfile() function.Robert Haas
2017-03-01Move atooid() definition to a central placePeter Eisentraut
2017-02-23Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-10-04Extend framework from commit 53be0b1ad to report latch waits.Robert Haas
2016-07-14Adjust spellings of forms of "cancel"Peter Eisentraut
2016-06-09pgindent run for 9.6Robert Haas
2016-06-07Message style and wording fixesPeter Eisentraut
2016-04-08Create default rolesStephen Frost
2016-04-06Use GRANT system to manage access to sensitive functionsStephen Frost
2016-03-28Code and docs review for commit 3187d6de0e5a9e805b27c48437897e8c39071d45.Tom Lane
2016-03-23Move keywords.c/kwlookup.c into src/common/.Tom Lane
2016-03-18Introduce parse_ident()Teodor Sigaev
2016-02-04Add num_nulls() and num_nonnulls() to count NULL arguments.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-10-28Message style improvementsPeter Eisentraut
2015-05-28Fix assorted inconsistencies in our calls of readlink().Tom Lane
2015-05-23pgindent run for 9.5Bruce Momjian
2015-03-19GetUserId() changes to has_privs_of_role()Stephen Frost
2015-01-14Add a default local latch for use in signal handlers.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
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