summaryrefslogtreecommitdiff
path: root/contrib/sepgsql
AgeCommit message (Expand)Author
2019-05-09Clean up the behavior and API of catalog.c's is-catalog-relation tests.Tom Lane
2019-03-11Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera
2019-01-22Move generic snapshot related code from tqual.h to snapmgr.h.Andres Freund
2019-01-21Fix sepgsql regression test.Tom Lane
2019-01-21Remove superfluous tqual.h includes.Andres Freund
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-18Update sepgsql regression test results for commit ca4103025.Tom Lane
2018-11-21Blind attempt at fixing sepgsql output for 578b22.Andres Freund
2018-11-21Fix sepgsql compile error caused by oid removal.Andres Freund
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-05-24Update sepgsql regression test output for getObjectDescription() changes.Tom Lane
2018-04-08Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane
2018-04-07Blindly attempt to fix sepgsql tests broken due to 9fdb675fc5.Andres Freund
2018-03-23Remove stdbool workaround in sepgsqlPeter Eisentraut
2018-02-21Blindly attempt to adapt sepgsql regression tests.Andres Freund
2018-02-12get_relid_attribute_name is dead, long live get_attnameAlvaro Herrera
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-08Fix contrib/sepgsql regr tests for tup-routing constraint check change.Joe Conway
2017-06-04Replace over-optimistic Assert in partitioning code with a runtime test.Tom Lane
2017-05-21Fix contrib/sepgsql regression tests for partition NOT NULL change.Tom Lane
2017-04-10Fix whitespacePeter Eisentraut
2017-04-09Make sepgsql regression tests robust vs. collation differencesJoe Conway
2017-04-09Add partitioned table support to sepgsqlJoe Conway
2017-04-06Silence uninitialized variable compiler warning in sepgsqlJoe Conway
2017-04-06Silence compiler warning in sepgsqlJoe Conway
2017-04-01Try to fix breakage of sepgsql hooks by ENR patch.Kevin Grittner
2017-03-26Blindly attempt to fix sepgsql tests #2.Andres Freund
2017-03-26Blindly attempt to fix sepgsql tests.Andres Freund
2017-03-12Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch
2017-02-06Fix typo also in expected output.Heikki Linnakangas
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-17Remove unnecessary prototypes in loadable modulesPeter Eisentraut
2017-01-14Change representation of statement lists, and add statement location info.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-07-17Establish conventions about global object names used in regression tests.Tom Lane
2016-03-27Don't use !! but != 0/NULL to force boolean evaluation.Andres Freund
2016-03-15Fix typos.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-28Fix omission of -X (--no-psqlrc) in some psql invocations.Tom Lane
2015-09-06Adjust sepgsql regression output for recent error context changeJoe Conway
2015-09-05Rearrange the handling of error context reports.Tom Lane
2015-08-30Fix sepgsql regression tests.Joe Conway
2015-05-07Represent columns requiring insert and update privileges indentently.Andres Freund
2015-03-11sepgsql: Improve error message when unsupported object type is labeled.Robert Haas