aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules/Makefile
Commit message (Expand)AuthorAge
* Fix confusion in SP-GiST between attribute type and leaf storage type.Tom Lane2021-04-04
* Implement pipeline mode in libpqAlvaro Herrera2021-03-15
* Introduce --with-ssl={openssl} as a configure optionMichael Paquier2021-02-01
* Add a test module for the regular expression package.Tom Lane2021-01-06
* Add PL/Sample to src/test/modules/Michael Paquier2020-08-18
* Support testing of cases where table schemas change after planning.Tom Lane2020-08-07
* Fix assorted portability issues in commit 896fcdb23.Tom Lane2020-03-25
* Provide a TLS init hookAndrew Dunstan2020-03-25
* Revert hooks for session start and end, take twoMichael Paquier2019-10-02
* Add hooks for session start and session end, take twoMichael Paquier2019-10-01
* Add dummy_index_am to src/test/modules/Michael Paquier2019-09-25
* Avoid using INFO elevel for what are fundamentally debug messages.Tom Lane2019-09-07
* Fix overflow check and comment in GIN posting list encoding.Heikki Linnakangas2019-08-28
* Move rolenames test out of the core regression tests.Tom Lane2019-06-30
* Add IntegerSet, to hold large sets of 64-bit ints efficiently.Heikki Linnakangas2019-03-22
* Fix partial-build problems introduced by having more generated headers.Tom Lane2018-04-09
* Add Bloom filter implementation.Andres Freund2018-03-31
* Add test scaffolding for exercising optimizer's predicate-proof logic.Tom Lane2018-03-08
* Back out the session_start and session_end hooks feature.Andrew Dunstan2017-11-16
* Disable installcheck tests for test_session_hooksAndrew Dunstan2017-11-15
* Disable test_session_hooks test module until buildfarm issues are sorted outAndrew Dunstan2017-11-15
* Add hooks for session start and session endAndrew Dunstan2017-11-15
* Add a test harness for the red-black tree code.Tom Lane2017-09-10
* Provide and use a makefile target to build all generated headers.Tom Lane2016-07-01
* Add TAP tests for pg_dumpStephen Frost2016-05-06
* Revert timeline following in replication slotsAlvaro Herrera2016-05-04
* Add the "snapshot too old" featureKevin Grittner2016-04-08
* Enable logical slots to follow timeline switchesAlvaro Herrera2016-03-30
* Add CASCADE support for CREATE EXTENSION.Andres Freund2015-10-03
* Re-add BRIN isolation testAlvaro Herrera2015-08-13
* Allow on-the-fly capture of DDL event detailsAlvaro Herrera2015-05-11
* RLS fixes, new hooks, and new test moduleStephen Frost2015-04-22
* Keep track of transaction commit timestampsAlvaro Herrera2014-12-03
* Install kludges to fix check-world for src/test/modulesAlvaro Herrera2014-12-02
* Move test modules from contrib to src/test/modulesAlvaro Herrera2014-11-29