summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/misc.c
AgeCommit message (Expand)Author
2017-07-31Remove extra snprintf call in pg_tablespace_databasesTomas Vondra
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
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-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-04Extend framework from commit 53be0b1ad to report latch waits.Robert Haas
2016-07-15Adjust 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-07Use GRANT system to manage access to sensitive functionsStephen Frost
2016-03-28Code and docs review for commit 3187d6de0e5a9e805b27c48437897e8c39071d45.Tom Lane
2016-03-24Move keywords.c/kwlookup.c into src/common/.Tom Lane
2016-03-18Introduce parse_ident()Teodor Sigaev
2016-02-05Add num_nulls() and num_nonnulls() to count NULL arguments.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-10-29Message style improvementsPeter Eisentraut
2015-06-05Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-06-04Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-05-28Fix assorted inconsistencies in our calls of readlink().Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-04-27Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4Pavan Deolasee
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-22Move 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-07-27Merge commit '80edfd76591fdb9beec061de3c05ef4e9d96ce56' into postgres-xc/masterMichael Paquier
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