index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
catalog
/
aclchk.c
Commit message (
Expand
)
Author
Age
*
Fix bugs in manipulation of large objects.
Tom Lane
2023-12-15
*
Fix come incorrect elog() messages in aclchk.c
Michael Paquier
2022-12-23
*
Fix ALTER DEFAULT PRIVILEGES with duplicated objects
Michael Paquier
2021-01-20
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
tableam: Add and use scan APIs.
Andres Freund
2019-03-11
*
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Fix missing role dependencies for some schema and type ACLs.
Tom Lane
2018-11-09
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
C comments: "a" <--> "an" corrections
Bruce Momjian
2018-03-29
*
Fast ALTER TABLE ADD COLUMN with a non-NULL default
Andrew Dunstan
2018-03-28
*
Trivial adjustments in preparation for bootstrap data conversion.
Tom Lane
2018-03-03
*
Add prokind column, replacing proisagg and proiswindow
Peter Eisentraut
2018-03-02
*
Suppress possibly-uninitialized-variable warnings.
Tom Lane
2018-01-19
*
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-19
*
Replace GrantObjectType with ObjectType
Peter Eisentraut
2018-01-19
*
Local partitioned indexes
Alvaro Herrera
2018-01-19
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
SQL procedures
Peter Eisentraut
2017-11-30
*
Fix typo in comment
Peter Eisentraut
2017-06-30
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Replace over-optimistic Assert in partitioning code with a runtime test.
Tom Lane
2017-06-04
*
Standardize terminology for pg_statistic_ext entries.
Tom Lane
2017-05-14
*
Rename columns in new pg_statistic_ext catalog
Alvaro Herrera
2017-04-17
*
Fix typos in comment and log message.
Fujii Masao
2017-04-18
*
Altering default privileges on schemas
Teodor Sigaev
2017-03-28
*
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-24
*
Replace LookupFuncNameTypeNames() with LookupFuncWithArgs()
Peter Eisentraut
2017-03-06
*
Add operator_with_argtypes grammar rule
Peter Eisentraut
2017-03-06
*
Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().
Tom Lane
2017-02-01
*
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-31
*
Handle ALTER EXTENSION ADD/DROP with pg_init_privs
Stephen Frost
2017-01-29
*
Fill in no_priv_msg for publications and subscriptions
Peter Eisentraut
2017-01-26
*
Logical replication
Peter Eisentraut
2017-01-20
*
Make messages mentioning type names more uniform
Alvaro Herrera
2017-01-18
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Make more use of RoleSpec struct
Peter Eisentraut
2016-12-29
*
Implement table partitioning.
Robert Haas
2016-12-07
*
Add location field to DefElem
Peter Eisentraut
2016-09-06
*
Improve error message annotation for GRANT/REVOKE on untrusted PLs.
Tom Lane
2016-06-18
*
Fix multiple minor infelicities in aclchk.c error reports.
Tom Lane
2016-06-13
*
Remove various special checks around default roles
Stephen Frost
2016-05-06
*
In recordExtensionInitPriv(), keep the scan til we're done with it
Stephen Frost
2016-04-15
*
Reserve the "pg_" namespace for roles
Stephen Frost
2016-04-08
*
In pg_dump, include pg_catalog and extension ACLs, if changed
Stephen Frost
2016-04-06
*
Add new catalog called pg_init_privs
Stephen Frost
2016-04-06
[next]