Commit Graph

70 Commits (ec38dcd363cd63f2a1f3cc4c47680bb16e8331b4)

Author SHA1 Message Date
Peter Eisentraut 8b9e9644dc Replace AclObjectKind with ObjectType 8 years ago
Peter Eisentraut 2c6f37ed62 Replace GrantObjectType with ObjectType 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Peter Eisentraut e4128ee767 SQL procedures 8 years ago
Peter Eisentraut 0e1539ba0d Add some const decorations to prototypes 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 8 years ago
Tom Lane e84c019598 Fix maintenance hazards caused by ill-considered use of default: cases. 8 years ago
Peter Eisentraut 4cb824699e Cast result of copyObject() to correct type 8 years ago
Alvaro Herrera 7b504eb282 Implement multivariate n-distinct coefficients 8 years ago
Tom Lane ab02896510 Provide CatalogTupleDelete() as a wrapper around simple_heap_delete(). 9 years ago
Alvaro Herrera 2f5c9d9c9c Tweak catalog indexing abstraction for upcoming WARM 9 years ago
Peter Eisentraut 665d1fad99 Logical replication 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Robert Haas dce429b117 Fix typo. 9 years ago
Tom Lane ea268cdc9a Add macros to make AllocSetContextCreate() calls simpler and safer. 9 years ago
Alvaro Herrera f402b99501 Type names should not be quoted 9 years ago
Alvaro Herrera 59a2111b23 Improve internationalization of messages involving type names 9 years ago
Alvaro Herrera 473b932870 Support CREATE ACCESS METHOD 9 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Alvaro Herrera 149b1dd840 Fix omission of OCLASS_TRANSFORM in object_classes[] 10 years ago
Tom Lane 0a52d378b0 Avoid passing NULL to memcmp() in lookups of zero-argument functions. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Heikki Linnakangas fa60fb63e5 Fix more typos in comments. 10 years ago
Heikki Linnakangas 4fc72cc7bb Collection of typo fixes. 10 years ago
Alvaro Herrera b488c580ae Allow on-the-fly capture of DDL event details 10 years ago
Peter Eisentraut cac7658205 Add transforms feature 10 years ago
Alvaro Herrera 73206812cd Change SQLSTATE for event triggers "wrong context" message 10 years ago
Alvaro Herrera e9a077cad3 pg_event_trigger_dropped_objects: add is_temp column 10 years ago
Alvaro Herrera a61fd5334e Support opfamily members in get_object_address 10 years ago
Alvaro Herrera 4464303405 Support default ACLs in get_object_address 10 years ago
Alvaro Herrera 890192e99a Support user mappings in get_object_address 10 years ago
Alvaro Herrera a2e35b53c3 Change many routines to return ObjectAddress rather than OID 10 years ago
Alvaro Herrera 3f190f67eb Fix table_rewrite event trigger for ALTER TYPE/SET DATA TYPE CASCADE 10 years ago
Alvaro Herrera 296f3a6053 Support more commands in event triggers 10 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Alvaro Herrera 72dd233d3e pg_event_trigger_dropped_objects: Add name/args output columns 11 years ago
Alvaro Herrera d7ee82e50f Add SQL-callable pg_get_object_address 11 years ago
Alvaro Herrera 7eca575d1c get_object_address: separate domain constraints from table constraints 11 years ago
Alvaro Herrera 0ee98d1cbf pg_event_trigger_dropped_objects: add behavior flags 11 years ago
Simon Riggs 618c9430a8 Event Trigger for table_rewrite 11 years ago
Stephen Frost 143b39c185 Rename pg_rowsecurity -> pg_policy and other fixes 11 years ago
Stephen Frost 491c029dbc Row-Level Security Policies (RLS) 11 years ago
Tom Lane 59efda3e50 Implement IMPORT FOREIGN SCHEMA. 11 years ago
Andres Freund 3bdcf6a5a7 Don't allow to disable backend assertions via the debug_assertions GUC. 11 years ago
Alvaro Herrera 7937910781 Fix typos 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 11 years ago
Peter Eisentraut 66c04c981d Mark some more variables as static or include the appropriate header 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago