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
/
commands
/
user.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the new castNode() macro in a number of places.
Andres Freund
2017-01-26
1
-3
/
+1
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Make more use of RoleSpec struct
Peter Eisentraut
2016-12-29
1
-5
/
+7
*
Turn password_encryption GUC into an enum.
Heikki Linnakangas
2016-09-28
1
-9
/
+9
*
Add location field to DefElem
Peter Eisentraut
2016-09-06
1
-14
/
+27
*
Move code shared between libpq and backend from backend/libpq/ to common/.
Heikki Linnakangas
2016-09-02
1
-1
/
+1
*
pgindent run for 9.6
Robert Haas
2016-06-09
1
-10
/
+10
*
Remove various special checks around default roles
Stephen Frost
2016-05-06
1
-11
/
+0
*
Reserve the "pg_" namespace for roles
Stephen Frost
2016-04-08
1
-0
/
+49
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Improve some messages
Peter Eisentraut
2015-12-10
1
-1
/
+1
*
In AlterRole, make bypassrls an int
Stephen Frost
2015-08-21
1
-1
/
+1
*
Don't handle PUBLIC/NONE separately
Alvaro Herrera
2015-07-20
1
-14
/
+0
*
Make RLS related error messages more consistent and compliant.
Joe Conway
2015-07-06
1
-1
/
+1
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-13
/
+14
*
Integrate pg_upgrade_support module into backend
Peter Eisentraut
2015-04-14
1
-1
/
+1
*
Fix crasher bugs in previous commit
Alvaro Herrera
2015-03-09
1
-2
/
+6
*
Allow CURRENT/SESSION_USER to be used in certain commands
Alvaro Herrera
2015-03-09
1
-57
/
+59
*
Remove rolcatupdate
Peter Eisentraut
2015-03-06
1
-11
/
+1
*
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-03-03
1
-2
/
+5
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Revert "Use a bitmask to represent role attributes"
Alvaro Herrera
2014-12-23
1
-145
/
+99
*
Use a bitmask to represent role attributes
Alvaro Herrera
2014-12-23
1
-99
/
+145
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
1
-0
/
+46
*
pg_upgrade: prevent automatic oid assignment
Bruce Momjian
2014-08-25
1
-2
/
+7
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-4
/
+4
*
Shore up ADMIN OPTION restrictions.
Noah Misch
2014-02-17
1
-1
/
+10
*
ALTER TABLESPACE ... MOVE ... OWNED BY
Stephen Frost
2014-01-23
1
-2
/
+1
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Move pg_upgrade_support global variables to their own include file
Bruce Momjian
2013-12-19
1
-0
/
+1
*
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-07-02
1
-2
/
+2
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-1
/
+1
*
Extend object-access hook machinery to support post-alter events.
Robert Haas
2013-03-17
1
-0
/
+4
*
Code beautification for object-access hook machinery.
Robert Haas
2013-03-06
1
-10
/
+2
*
Add ALTER ROLE ALL SET command
Peter Eisentraut
2013-02-17
1
-32
/
+56
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Adjust more backend functions to return OID rather than void.
Robert Haas
2012-12-29
1
-3
/
+12
*
Adjust many backend functions to return OID rather than void.
Robert Haas
2012-12-23
1
-1
/
+3
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
1
-0
/
+1
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-1
/
+2
*
Extend object access hook framework to support arguments, and DROP.
Robert Haas
2012-03-09
1
-1
/
+11
*
Make superuser imply replication privilege. The idea of a privilege that
Heikki Linnakangas
2012-01-14
1
-9
/
+0
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-09
1
-0
/
+1
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
1
-1
/
+0
*
Support SECURITY LABEL on databases, tablespaces, and roles.
Robert Haas
2011-07-20
1
-1
/
+3
*
Replace errdetail("%s", ...) with errdetail_internal("%s", ...).
Tom Lane
2011-07-16
1
-1
/
+1
*
Add postmaster/postgres undocumented -b option for binary upgrades.
Bruce Momjian
2011-04-25
1
-1
/
+1
*
Avoid incorrectly granting replication to roles created with NOSUPERUSER.
Robert Haas
2011-04-13
1
-1
/
+1
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
1
-9
/
+10
[next]