Commit Graph

159 Commits (77cd477c4ba885cfa1ba67beaa82e06f2e182b85)

Author SHA1 Message Date
Stephen Frost 6c268df127 Add new catalog called pg_init_privs 10 years ago
Alvaro Herrera f2fcad27d5 Support ALTER THING .. DEPENDS ON EXTENSION 10 years ago
Alvaro Herrera 473b932870 Support CREATE ACCESS METHOD 10 years ago
Tom Lane 72eee410d4 Move pg_constraint.h function declarations to new file pg_constraint_fn.h. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Peter Eisentraut a8d585c091 Message style improvements 11 years ago
Tom Lane dd7a8f66ed Redesign tablesample method API, and do extensive code review. 11 years ago
Alvaro Herrera 149b1dd840 Fix omission of OCLASS_TRANSFORM in object_classes[] 11 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 11 years ago
Andrew Dunstan cb9fa802b3 Add new OID alias type regnamespace 11 years ago
Andrew Dunstan 0c90f6769d Add new OID alias type regrole 11 years ago
Peter Eisentraut cac7658205 Add transforms feature 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Alvaro Herrera 0ee98d1cbf pg_event_trigger_dropped_objects: add behavior flags 12 years ago
Stephen Frost 143b39c185 Rename pg_rowsecurity -> pg_policy and other fixes 12 years ago
Tom Lane 2edfc021c6 Fix dependency searching for case where column is visited before table. 12 years ago
Stephen Frost 491c029dbc Row-Level Security Policies (RLS) 12 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Tom Lane 784e762e88 Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. 13 years ago
Robert Haas 568d4138c6 Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. 13 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 13 years ago
Alvaro Herrera 6a76edb188 Fix confusion between ObjectType and ObjectClass 13 years ago
Alvaro Herrera 473ab40c8b Add sql_drop event for event triggers 13 years ago
Alvaro Herrera f8348ea32e Allow extracting machine-readable object identity 13 years ago
Robert Haas f90cc26982 Code beautification for object-access hook machinery. 13 years ago
Kevin Grittner 3bf3ab8c56 Add a materialized view relations. 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 14 years ago
Tom Lane b46c92112b Fix assorted bugs in privileges-for-types patch. 14 years ago
Tom Lane e31d524867 Fix intermittent crash in DROP INDEX CONCURRENTLY. 14 years ago
Tom Lane 3c84046490 Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY. 14 years ago
Simon Riggs da85727565 Fix orphan on cancel of drop index concurrently. 14 years ago
Alvaro Herrera c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h 14 years ago
Robert Haas 3855968f32 Syntax support and documentation for event triggers. 14 years ago
Robert Haas d2c86a1ccd Remove RELKIND_UNCATALOGED. 14 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 14 years ago
Simon Riggs 8cb53654db Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLock 14 years ago
Tom Lane c6be1f43ab Make INSERT/UPDATE queries depend on their specific target columns. 14 years ago
Robert Haas 07d1edb954 Extend object access hook framework to support arguments, and DROP. 14 years ago
Tom Lane 08dd23cec7 Fix some issues with temp/transient tables in extension scripts. 14 years ago
Robert Haas 0e549697d1 Classify DROP operations by whether or not they are user-initiated. 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 15 years ago
Alvaro Herrera 56a9ed92b6 Adjust translator comment format to xgettext expectations 15 years ago
Tom Lane 1609797c25 Clean up the #include mess a little. 15 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 15 years ago
Tom Lane cb5c2ba2d8 Fix multiple bugs in extension dropping. 15 years ago
Tom Lane 9e9b9ac7d1 Make a code-cleanup pass over the collations patch. 15 years ago
Tom Lane 918854cc08 Fix handling of collations in multi-row VALUES constructs. 15 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 15 years ago
Tom Lane b310b6e31c Revise collation derivation method and expression-tree representation. 15 years ago