index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
misc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
1
-1
/
+1
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-7
/
+7
*
Tighten checks for whitespace in functions that parse identifiers etc.
Tom Lane
2017-05-24
1
-3
/
+3
*
Logical replication support for initial data copy
Peter Eisentraut
2017-03-23
1
-0
/
+20
*
Fix wrong word in comment.
Robert Haas
2017-03-07
1
-1
/
+1
*
Fix incorrect comments.
Robert Haas
2017-03-06
1
-8
/
+2
*
Add pg_current_logfile() function.
Robert Haas
2017-03-03
1
-0
/
+103
*
Move atooid() definition to a central place
Peter Eisentraut
2017-03-01
1
-2
/
+0
*
Remove now-dead code for !HAVE_INT64_TIMESTAMP.
Tom Lane
2017-02-23
1
-5
/
+0
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-04
1
-1
/
+3
*
Adjust spellings of forms of "cancel"
Peter Eisentraut
2016-07-14
1
-1
/
+1
*
pgindent run for 9.6
Robert Haas
2016-06-09
1
-2
/
+2
*
Message style and wording fixes
Peter Eisentraut
2016-06-07
1
-2
/
+2
*
Create default roles
Stephen Frost
2016-04-08
1
-3
/
+5
*
Use GRANT system to manage access to sensitive functions
Stephen Frost
2016-04-06
1
-10
/
+6
*
Code and docs review for commit 3187d6de0e5a9e805b27c48437897e8c39071d45.
Tom Lane
2016-03-28
1
-125
/
+74
*
Move keywords.c/kwlookup.c into src/common/.
Tom Lane
2016-03-23
1
-1
/
+1
*
Introduce parse_ident()
Teodor Sigaev
2016-03-18
1
-0
/
+224
*
Add num_nulls() and num_nonnulls() to count NULL arguments.
Tom Lane
2016-02-04
1
-0
/
+121
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Message style improvements
Peter Eisentraut
2015-10-28
1
-1
/
+1
*
Fix assorted inconsistencies in our calls of readlink().
Tom Lane
2015-05-28
1
-3
/
+5
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-1
/
+1
*
GetUserId() changes to has_privs_of_role()
Stephen Frost
2015-03-19
1
-8
/
+31
*
Add a default local latch for use in signal handlers.
Andres Freund
2015-01-14
1
-2
/
+2
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Split builtins.h to a new header ruleutils.h
Alvaro Herrera
2014-10-08
1
-0
/
+1
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-7
/
+7
*
Rationalize common/relpath.[hc].
Tom Lane
2014-04-30
1
-1
/
+0
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Allow only some columns of a view to be auto-updateable.
Robert Haas
2013-10-18
1
-7
/
+6
*
Add use of asprintf()
Peter Eisentraut
2013-10-13
1
-10
/
+3
*
Use WaitLatch, not pg_usleep, for delaying in pg_sleep().
Tom Lane
2013-06-15
1
-10
/
+17
*
Improve updatability checking for views and foreign tables.
Tom Lane
2013-06-12
1
-16
/
+35
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-5
/
+5
*
Move relpath() to libpgcommon
Alvaro Herrera
2013-02-21
1
-0
/
+1
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Support automatically-updatable views.
Tom Lane
2012-12-08
1
-0
/
+31
*
Have pg_terminate/cancel_backend not ERROR on non-existent processes
Alvaro Herrera
2012-09-27
1
-23
/
+16
*
Fix redundant wording
Alvaro Herrera
2012-08-07
1
-1
/
+1
*
Allow pg_terminate_backend() to be used on backends with matching role.
Robert Haas
2012-06-26
1
-5
/
+7
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-9
/
+10
*
Make pg_tablespace_location(0) return the database's default tablespace.
Tom Lane
2012-04-10
1
-1
/
+9
*
Add COLLATION FOR expression
Peter Eisentraut
2012-03-02
1
-0
/
+27
*
Allow a user to kill his own queries using pg_cancel_backend()
Magnus Hagander
2012-01-15
1
-10
/
+70
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Fix corner cases in readlink() usage.
Tom Lane
2011-12-07
1
-4
/
+8
*
Better error reporting if the link target is too long
Magnus Hagander
2011-12-07
1
-1
/
+4
*
Remove spclocation field from pg_tablespace
Magnus Hagander
2011-12-07
1
-0
/
+39
[next]