aboutsummaryrefslogtreecommitdiff
path: root/contrib/sepgsql
Commit message (Expand)AuthorAge
* Blindly attempt to adapt sepgsql regression tests.Andres Freund2018-02-20
* get_relid_attribute_name is dead, long live get_attnameAlvaro Herrera2018-02-12
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Fix contrib/sepgsql regr tests for tup-routing constraint check change.Joe Conway2017-06-07
* Replace over-optimistic Assert in partitioning code with a runtime test.Tom Lane2017-06-04
* Fix contrib/sepgsql regression tests for partition NOT NULL change.Tom Lane2017-05-21
* Fix whitespacePeter Eisentraut2017-04-10
* Make sepgsql regression tests robust vs. collation differencesJoe Conway2017-04-09
* Add partitioned table support to sepgsqlJoe Conway2017-04-09
* Silence uninitialized variable compiler warning in sepgsqlJoe Conway2017-04-06
* Silence compiler warning in sepgsqlJoe Conway2017-04-06
* Try to fix breakage of sepgsql hooks by ENR patch.Kevin Grittner2017-04-01
* Blindly attempt to fix sepgsql tests #2.Andres Freund2017-03-25
* Blindly attempt to fix sepgsql tests.Andres Freund2017-03-25
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-12
* Fix typo also in expected output.Heikki Linnakangas2017-02-06
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Remove unnecessary prototypes in loadable modulesPeter Eisentraut2017-01-17
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-14
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Establish conventions about global object names used in regression tests.Tom Lane2016-07-17
* Don't use !! but != 0/NULL to force boolean evaluation.Andres Freund2016-03-27
* Fix typos.Robert Haas2016-03-15
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix omission of -X (--no-psqlrc) in some psql invocations.Tom Lane2015-12-28
* Adjust sepgsql regression output for recent error context changeJoe Conway2015-09-06
* Rearrange the handling of error context reports.Tom Lane2015-09-05
* Fix sepgsql regression tests.Joe Conway2015-08-30
* Represent columns requiring insert and update privileges indentently.Andres Freund2015-05-08
* sepgsql: Improve error message when unsupported object type is labeled.Robert Haas2015-03-11
* Update copyright for 2015Bruce Momjian2015-01-06
* Add bms_next_member(), and use it where appropriate.Tom Lane2014-11-28
* Add file version information to most installed Windows binaries.Noah Misch2014-07-14
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix typo in comment.Heikki Linnakangas2014-04-01
* Update copyright for 2014Bruce Momjian2014-01-07
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-02
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Editorialize a bit on new ProcessUtility() API.Tom Lane2013-04-28
* sepgsql: Minor improvement to test script, doc fix.Robert Haas2013-04-17
* sepgsql: One more getObjectIdentity in lieu of getObjectDescription.Robert Haas2013-04-17
* sepgsql: Enforce db_procedure:{execute} permission.Robert Haas2013-04-12
* sepgql: Use getObjectIdentity rather than getObjectDescription.Robert Haas2013-04-12
* sepgsql: Enforce db_schema:search permission.Robert Haas2013-04-05
* Allow sepgsql labels to depend on object name.Robert Haas2013-03-28
* sepgsql: Support for new post-ALTER access hook.Robert Haas2013-03-27