]> granicus.if.org Git - postgresql/history - src/backend/commands/user.c
Fix reporting of violations in ExecConstraints, again.
[postgresql] / src / backend / commands / user.c
2017-03-07 Heikki LinnakangasSupport SCRAM-SHA-256 authentication (RFC 5802 and...
2017-02-01 Tom LaneProvide CatalogTupleDelete() as a wrapper around simple...
2017-02-01 Heikki LinnakangasReplace isMD5() with a more future-proof way to check...
2017-01-31 Alvaro HerreraTweak catalog indexing abstraction for upcoming WARM
2017-01-27 Andres FreundUse the new castNode() macro in a number of places.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-29 Peter EisentrautMake more use of RoleSpec struct
2016-09-28 Heikki LinnakangasTurn password_encryption GUC into an enum.
2016-09-06 Peter EisentrautAdd location field to DefElem
2016-09-02 Heikki LinnakangasMove code shared between libpq and backend from backend...
2016-06-09 Robert Haaspgindent run for 9.6
2016-05-06 Stephen FrostRemove various special checks around default roles
2016-04-08 Stephen FrostReserve the "pg_" namespace for roles
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-11 Peter EisentrautImprove some messages
2015-08-21 Stephen FrostIn AlterRole, make bypassrls an int
2015-07-20 Alvaro HerreraDon't handle PUBLIC/NONE separately
2015-07-07 Joe ConwayMake RLS related error messages more consistent and...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-04-14 Peter EisentrautIntegrate pg_upgrade_support module into backend
2015-03-09 Alvaro HerreraFix crasher bugs in previous commit
2015-03-09 Alvaro HerreraAllow CURRENT/SESSION_USER to be used in certain commands
2015-03-07 Peter EisentrautRemove rolcatupdate
2015-03-03 Alvaro HerreraChange many routines to return ObjectAddress rather...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-23 Alvaro HerreraRevert "Use a bitmask to represent role attributes"
2014-12-23 Alvaro HerreraUse a bitmask to represent role attributes
2014-09-19 Stephen FrostRow-Level Security Policies (RLS)
2014-08-26 Bruce Momjianpg_upgrade: prevent automatic oid assignment
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-02-17 Noah MischShore up ADMIN OPTION restrictions.
2014-01-24 Stephen FrostALTER TABLESPACE ... MOVE ... OWNED BY
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-19 Bruce MomjianMove pg_upgrade_support global variables to their own...
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-03-18 Robert HaasExtend object-access hook machinery to support post...
2013-03-07 Robert HaasCode beautification for object-access hook machinery.
2013-02-18 Peter EisentrautAdd ALTER ROLE ALL SET command
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-29 Robert HaasAdjust more backend functions to return OID rather...
2012-12-23 Robert HaasAdjust many backend functions to return OID rather...
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-03-09 Robert HaasExtend object access hook framework to support argument...
2012-01-14 Heikki LinnakangasMake superuser imply replication privilege. The idea...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-09 Tom LaneMove Timestamp/Interval typedefs and basic macros into...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-07-20 Robert HaasSupport SECURITY LABEL on databases, tablespaces, and...
2011-07-16 Tom LaneReplace errdetail("%s", ...) with errdetail_internal...
2011-04-25 Bruce MomjianAdd postmaster/postgres undocumented -b option for...
2011-04-13 Robert HaasAvoid incorrectly granting replication to roles created...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-09 Tom LaneAdjust the permissions required for COMMENT ON ROLE.
2011-01-08 Bruce MomjianFix pg_upgrade of large object permissions by preservin...
2011-01-05 Magnus HaganderGive superusers REPLIACTION permission by default
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-29 Magnus HaganderAdd REPLICATION privilege for ROLEs
2010-11-25 Robert HaasObject access hook framework, with post-creation hook.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-05 Robert HaasStandardize get_whatever_oid functions for object types...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-11-18 Tom LaneAdd a hook to CREATE/ALTER ROLE to allow an external...
2009-10-07 Alvaro HerreraMake it possibly to specify GUC params per user and...
2009-09-01 Alvaro HerreraRemove flatfiles.c, which is now obsolete.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-30 Heikki LinnakangasCheck that connection limit is within valid range....
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-03-24 Tom LaneUse new errdetail_log() mechanism to provide a less...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-09-03 Tom LaneSupport SET FROM CURRENT in CREATE/ALTER FUNCTION,...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-06-20 Tom LaneSplit definitions for md5.c out of crypt.h and into...
2006-05-04 Tom LaneRethink the locking mechanisms used for CREATE/DROP...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-12 Bruce MomjianI've created a new shared catalog table pg_shdescriptio...
2006-02-04 Andrew DunstanDROP IF EXISTS for ROLE/USER/GROUP
2005-12-23 Peter EisentrautAllow CREATE/ALTER ROLE PASSWORD NULL to allow restorin...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-21 Alvaro HerreraImplement DROP OWNED and REASSIGN OWNED. These new...
2005-11-04 Tom LaneDisregard superuserness when checking to see if a role...
2005-10-29 Peter EisentrautMessage corrections
2005-10-17 Tom LaneClean up libpq's pollution of application namespace...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-07-31 Tom LaneAdd per-user and per-database connection limit options.
2005-07-26 Tom LaneMinor correction: cause ALTER ROLE role ROLE rolenames...
2005-07-26 Tom LaneAdd a role property 'rolinherit' which, when false...
2005-07-25 Tom LaneAdd SET ROLE. This is a partial commit of Stephen...
2005-07-07 Tom LaneTrack dependencies on shared objects (which is to say...
next