summaryrefslogtreecommitdiff
path: root/contrib/sepgsql
Commit message (Expand)AuthorAgeFilesLines
...
* Fix contrib/sepgsql test policy to work with latest SELinux releases.Tom Lane2019-07-251-0/+11
* Fix sepgsql test results for commit d97b714a2.Tom Lane2019-07-171-8/+8
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-152-16/+4
* Use appendStringInfoString and appendPQExpBufferStr where possibleDavid Rowley2019-07-043-5/+5
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-27/+27
* Clean up the behavior and API of catalog.c's is-catalog-relation tests.Tom Lane2019-05-081-5/+3
* Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera2019-03-111-1/+1
* Move generic snapshot related code from tqual.h to snapmgr.h.Andres Freund2019-01-214-4/+4
* Fix sepgsql regression test.Tom Lane2019-01-211-2/+2
* Remove superfluous tqual.h includes.Andres Freund2019-01-211-1/+0
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-215-20/+20
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-215-5/+5
* Update copyright for 2019Bruce Momjian2019-01-0211-11/+11
* Update sepgsql regression test results for commit ca4103025.Tom Lane2018-12-181-0/+1
* Blind attempt at fixing sepgsql output for 578b22.Andres Freund2018-11-202-1/+4
* Fix sepgsql compile error caused by oid removal.Andres Freund2018-11-204-6/+6
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-205-32/+7
* Update sepgsql regression test output for getObjectDescription() changes.Tom Lane2018-05-242-34/+34
* Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane2018-04-081-1/+1
* Blindly attempt to fix sepgsql tests broken due to 9fdb675fc5.Andres Freund2018-04-061-3/+0
* Remove stdbool workaround in sepgsqlPeter Eisentraut2018-03-221-8/+0
* Blindly attempt to adapt sepgsql regression tests.Andres Freund2018-02-201-0/+4
* get_relid_attribute_name is dead, long live get_attnameAlvaro Herrera2018-02-121-4/+1
* Update copyright for 2018Bruce Momjian2018-01-0211-11/+11
* Phase 3 of pgindent updates.Tom Lane2017-06-214-8/+8
* Phase 2 of pgindent updates.Tom Lane2017-06-212-5/+5
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-215-7/+7
* Fix contrib/sepgsql regr tests for tup-routing constraint check change.Joe Conway2017-06-071-2/+0
* Replace over-optimistic Assert in partitioning code with a runtime test.Tom Lane2017-06-044-8/+8
* Fix contrib/sepgsql regression tests for partition NOT NULL change.Tom Lane2017-05-211-3/+0
* Fix whitespacePeter Eisentraut2017-04-102-4/+4
* Make sepgsql regression tests robust vs. collation differencesJoe Conway2017-04-094-12/+12
* Add partitioned table support to sepgsqlJoe Conway2017-04-0913-69/+1154
* Silence uninitialized variable compiler warning in sepgsqlJoe Conway2017-04-061-2/+2
* Silence compiler warning in sepgsqlJoe Conway2017-04-061-2/+10
* Try to fix breakage of sepgsql hooks by ENR patch.Kevin Grittner2017-04-011-2/+4
* Blindly attempt to fix sepgsql tests #2.Andres Freund2017-03-251-1/+1
* Blindly attempt to fix sepgsql tests.Andres Freund2017-03-253-1/+5
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-121-2/+2
* Fix typo also in expected output.Heikki Linnakangas2017-02-061-1/+1
* Fix typos in comments.Heikki Linnakangas2017-02-062-2/+2
* Remove unnecessary prototypes in loadable modulesPeter Eisentraut2017-01-171-6/+0
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-141-3/+4
* Update copyright via script for 2017Bruce Momjian2017-01-0311-11/+11
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-271-4/+2
* Establish conventions about global object names used in regression tests.Tom Lane2016-07-174-68/+68
* Don't use !! but != 0/NULL to force boolean evaluation.Andres Freund2016-03-271-1/+1
* Fix typos.Robert Haas2016-03-151-1/+1
* Update copyright for 2016Bruce Momjian2016-01-0211-11/+11
* Fix omission of -X (--no-psqlrc) in some psql invocations.Tom Lane2015-12-281-2/+2