Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-10Add new GUC createrole_self_grant.Robert Haas
2022-08-25Allow grant-level control of role inheritance behavior.Robert Haas
2022-04-08Apply PGDLLIMPORT markings broadly.Robert Haas
2021-07-15Improve reporting of "conflicting or redundant options" errors.Dean Rasheed
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-02-01Replace isMD5() with a more future-proof way to check if pw is encrypted.Heikki Linnakangas
2016-09-28Turn password_encryption GUC into an enum.Heikki Linnakangas
2016-09-06Add location field to DefElemPeter Eisentraut
2015-03-09Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera
2015-03-03Change many routines to return ObjectAddress rather than OIDAlvaro Herrera
2014-01-24ALTER TABLESPACE ... MOVE ... OWNED BYStephen Frost
2013-05-29pgindent run for release 9.3Bruce Momjian
2012-12-29Adjust more backend functions to return OID rather than void.Robert Haas
2012-12-23Adjust many backend functions to return OID rather than void.Robert Haas
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-11-18Add a hook to CREATE/ALTER ROLE to allow an external module to check theTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-11-21Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera
2005-06-28Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane
2005-02-20Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane
2004-09-16Restructure subtransaction handling to reduce resource consumption,Tom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-07-28Fix subtransaction behavior for large objects, temp namespace, files,Tom Lane
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-06-27First batch of object rename commands.Peter Eisentraut
2002-10-21Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least prettyTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-04-04Authentication improvements:Bruce Momjian
2002-03-01User and database-specific session defaults for run-time configurationPeter Eisentraut
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2000-06-15Clean up #include's.Bruce Momjian
2000-05-29Second round of fmgr changes: triggers are now invoked in new style,Tom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-01-14* User management commands no longer user pg_exec_query_dest -> more robustPeter Eisentraut
1999-12-21update_pg_pwd() is an AR trigger. Corrected return type.Jan Wieck
1999-12-20Clean up some minor gcc warnings.Tom Lane
1999-12-16Here's the Create/Alter/Drop Group stuff that's been really overdue. IBruce Momjian
1999-07-14Cleanup of /include #include's, for 6.6 only.Bruce Momjian
1999-03-16Here is a patch.Bruce Momjian
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1997-12-04Missed a few files from Todd's patch...oops :)Marc G. Fournier