aboutsummaryrefslogtreecommitdiff
path: root/src/backend/catalog/aclchk.c
Commit message (Expand)AuthorAge
* Fix bugs in manipulation of large objects.Tom Lane2023-12-15
* Fix come incorrect elog() messages in aclchk.cMichael Paquier2022-12-23
* Fix ALTER DEFAULT PRIVILEGES with duplicated objectsMichael Paquier2021-01-20
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* Remove superfluous tqual.h includes.Andres Freund2019-01-21
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Fix missing role dependencies for some schema and type ACLs.Tom Lane2018-11-09
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* C comments: "a" <--> "an" correctionsBruce Momjian2018-03-29
* Fast ALTER TABLE ADD COLUMN with a non-NULL defaultAndrew Dunstan2018-03-28
* Trivial adjustments in preparation for bootstrap data conversion.Tom Lane2018-03-03
* Add prokind column, replacing proisagg and proiswindowPeter Eisentraut2018-03-02
* Suppress possibly-uninitialized-variable warnings.Tom Lane2018-01-19
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-19
* Replace GrantObjectType with ObjectTypePeter Eisentraut2018-01-19
* Local partitioned indexesAlvaro Herrera2018-01-19
* Update copyright for 2018Bruce Momjian2018-01-02
* SQL proceduresPeter Eisentraut2017-11-30
* Fix typo in commentPeter Eisentraut2017-06-30
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Replace over-optimistic Assert in partitioning code with a runtime test.Tom Lane2017-06-04
* Standardize terminology for pg_statistic_ext entries.Tom Lane2017-05-14
* Rename columns in new pg_statistic_ext catalogAlvaro Herrera2017-04-17
* Fix typos in comment and log message.Fujii Masao2017-04-18
* Altering default privileges on schemasTeodor Sigaev2017-03-28
* Implement multivariate n-distinct coefficientsAlvaro Herrera2017-03-24
* Replace LookupFuncNameTypeNames() with LookupFuncWithArgs()Peter Eisentraut2017-03-06
* Add operator_with_argtypes grammar rulePeter Eisentraut2017-03-06
* Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane2017-02-01
* Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera2017-01-31
* Handle ALTER EXTENSION ADD/DROP with pg_init_privsStephen Frost2017-01-29
* Fill in no_priv_msg for publications and subscriptionsPeter Eisentraut2017-01-26
* Logical replicationPeter Eisentraut2017-01-20
* Make messages mentioning type names more uniformAlvaro Herrera2017-01-18
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Make more use of RoleSpec structPeter Eisentraut2016-12-29
* Implement table partitioning.Robert Haas2016-12-07
* Add location field to DefElemPeter Eisentraut2016-09-06
* Improve error message annotation for GRANT/REVOKE on untrusted PLs.Tom Lane2016-06-18
* Fix multiple minor infelicities in aclchk.c error reports.Tom Lane2016-06-13
* Remove various special checks around default rolesStephen Frost2016-05-06
* In recordExtensionInitPriv(), keep the scan til we're done with itStephen Frost2016-04-15
* Reserve the "pg_" namespace for rolesStephen Frost2016-04-08
* In pg_dump, include pg_catalog and extension ACLs, if changedStephen Frost2016-04-06
* Add new catalog called pg_init_privsStephen Frost2016-04-06