| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Adjust the permissions required for COMMENT ON ROLE. | Tom Lane | 2011-03-09 | 1 | -14/+1 |
| * | Fix pg_upgrade of large object permissions by preserving pg_auth.oid, | Bruce Momjian | 2011-01-07 | 1 | -0/+13 |
| * | Give superusers REPLIACTION permission by default | Magnus Hagander | 2011-01-05 | 1 | -0/+8 |
| * | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 | 1 | -1/+1 |
| * | Add REPLICATION privilege for ROLEs | Magnus Hagander | 2010-12-29 | 1 | -0/+46 |
| * | Object access hook framework, with post-creation hook. | Robert Haas | 2010-11-25 | 1 | -0/+4 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | Standardize get_whatever_oid functions for object types with | Robert Haas | 2010-08-05 | 1 | -13/+8 |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -3/+3 |
| * | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas | 2010-02-14 | 1 | -30/+14 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Add a hook to CREATE/ALTER ROLE to allow an external module to check the | Tom Lane | 2009-11-18 | 1 | -19/+66 |
| * | Make it possibly to specify GUC params per user and per database. | Alvaro Herrera | 2009-10-07 | 1 | -58/+33 |
| * | Remove flatfiles.c, which is now obsolete. | Alvaro Herrera | 2009-09-01 | 1 | -42/+8 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -9/+9 |
| * | Check that connection limit is within valid range. IOW, not < -1. | Heikki Linnakangas | 2009-01-30 | 1 | -1/+13 |
| * | Support column-level privileges, as required by SQL standard. | Tom Lane | 2009-01-22 | 1 | -3/+11 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, | Tom Lane | 2008-11-02 | 1 | -53/+53 |
| * | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 | 1 | -1/+2 |
| * | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera | 2008-03-26 | 1 | -1/+2 |
| * | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 | 1 | -6/+6 |
| * | Use new errdetail_log() mechanism to provide a less klugy way of reporting | Tom Lane | 2008-03-24 | 1 | -3/+6 |