index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
sepgsql
Commit message (
Expand
)
Author
Age
*
Blindly attempt to adapt sepgsql regression tests.
Andres Freund
2018-02-20
*
get_relid_attribute_name is dead, long live get_attname
Alvaro Herrera
2018-02-12
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Fix contrib/sepgsql regr tests for tup-routing constraint check change.
Joe Conway
2017-06-07
*
Replace over-optimistic Assert in partitioning code with a runtime test.
Tom Lane
2017-06-04
*
Fix contrib/sepgsql regression tests for partition NOT NULL change.
Tom Lane
2017-05-21
*
Fix whitespace
Peter Eisentraut
2017-04-10
*
Make sepgsql regression tests robust vs. collation differences
Joe Conway
2017-04-09
*
Add partitioned table support to sepgsql
Joe Conway
2017-04-09
*
Silence uninitialized variable compiler warning in sepgsql
Joe Conway
2017-04-06
*
Silence compiler warning in sepgsql
Joe Conway
2017-04-06
*
Try to fix breakage of sepgsql hooks by ENR patch.
Kevin Grittner
2017-04-01
*
Blindly attempt to fix sepgsql tests #2.
Andres Freund
2017-03-25
*
Blindly attempt to fix sepgsql tests.
Andres Freund
2017-03-25
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
*
Fix typo also in expected output.
Heikki Linnakangas
2017-02-06
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Remove unnecessary prototypes in loadable modules
Peter Eisentraut
2017-01-17
*
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-14
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Establish conventions about global object names used in regression tests.
Tom Lane
2016-07-17
*
Don't use !! but != 0/NULL to force boolean evaluation.
Andres Freund
2016-03-27
*
Fix typos.
Robert Haas
2016-03-15
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix omission of -X (--no-psqlrc) in some psql invocations.
Tom Lane
2015-12-28
*
Adjust sepgsql regression output for recent error context change
Joe Conway
2015-09-06
*
Rearrange the handling of error context reports.
Tom Lane
2015-09-05
*
Fix sepgsql regression tests.
Joe Conway
2015-08-30
*
Represent columns requiring insert and update privileges indentently.
Andres Freund
2015-05-08
*
sepgsql: Improve error message when unsupported object type is labeled.
Robert Haas
2015-03-11
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Add bms_next_member(), and use it where appropriate.
Tom Lane
2014-11-28
*
Add file version information to most installed Windows binaries.
Noah Misch
2014-07-14
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Fix typo in comment.
Heikki Linnakangas
2014-04-01
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-07-02
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Editorialize a bit on new ProcessUtility() API.
Tom Lane
2013-04-28
*
sepgsql: Minor improvement to test script, doc fix.
Robert Haas
2013-04-17
*
sepgsql: One more getObjectIdentity in lieu of getObjectDescription.
Robert Haas
2013-04-17
*
sepgsql: Enforce db_procedure:{execute} permission.
Robert Haas
2013-04-12
*
sepgql: Use getObjectIdentity rather than getObjectDescription.
Robert Haas
2013-04-12
*
sepgsql: Enforce db_schema:search permission.
Robert Haas
2013-04-05
*
Allow sepgsql labels to depend on object name.
Robert Haas
2013-03-28
*
sepgsql: Support for new post-ALTER access hook.
Robert Haas
2013-03-27
[next]