index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
modules
/
Makefile
Commit message (
Expand
)
Author
Age
*
Fix confusion in SP-GiST between attribute type and leaf storage type.
Tom Lane
2021-04-04
*
Implement pipeline mode in libpq
Alvaro Herrera
2021-03-15
*
Introduce --with-ssl={openssl} as a configure option
Michael Paquier
2021-02-01
*
Add a test module for the regular expression package.
Tom Lane
2021-01-06
*
Add PL/Sample to src/test/modules/
Michael Paquier
2020-08-18
*
Support testing of cases where table schemas change after planning.
Tom Lane
2020-08-07
*
Fix assorted portability issues in commit 896fcdb23.
Tom Lane
2020-03-25
*
Provide a TLS init hook
Andrew Dunstan
2020-03-25
*
Revert hooks for session start and end, take two
Michael Paquier
2019-10-02
*
Add hooks for session start and session end, take two
Michael Paquier
2019-10-01
*
Add dummy_index_am to src/test/modules/
Michael Paquier
2019-09-25
*
Avoid using INFO elevel for what are fundamentally debug messages.
Tom Lane
2019-09-07
*
Fix overflow check and comment in GIN posting list encoding.
Heikki Linnakangas
2019-08-28
*
Move rolenames test out of the core regression tests.
Tom Lane
2019-06-30
*
Add IntegerSet, to hold large sets of 64-bit ints efficiently.
Heikki Linnakangas
2019-03-22
*
Fix partial-build problems introduced by having more generated headers.
Tom Lane
2018-04-09
*
Add Bloom filter implementation.
Andres Freund
2018-03-31
*
Add test scaffolding for exercising optimizer's predicate-proof logic.
Tom Lane
2018-03-08
*
Back out the session_start and session_end hooks feature.
Andrew Dunstan
2017-11-16
*
Disable installcheck tests for test_session_hooks
Andrew Dunstan
2017-11-15
*
Disable test_session_hooks test module until buildfarm issues are sorted out
Andrew Dunstan
2017-11-15
*
Add hooks for session start and session end
Andrew Dunstan
2017-11-15
*
Add a test harness for the red-black tree code.
Tom Lane
2017-09-10
*
Provide and use a makefile target to build all generated headers.
Tom Lane
2016-07-01
*
Add TAP tests for pg_dump
Stephen Frost
2016-05-06
*
Revert timeline following in replication slots
Alvaro Herrera
2016-05-04
*
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Enable logical slots to follow timeline switches
Alvaro Herrera
2016-03-30
*
Add CASCADE support for CREATE EXTENSION.
Andres Freund
2015-10-03
*
Re-add BRIN isolation test
Alvaro Herrera
2015-08-13
*
Allow on-the-fly capture of DDL event details
Alvaro Herrera
2015-05-11
*
RLS fixes, new hooks, and new test module
Stephen Frost
2015-04-22
*
Keep track of transaction commit timestamps
Alvaro Herrera
2014-12-03
*
Install kludges to fix check-world for src/test/modules
Alvaro Herrera
2014-12-02
*
Move test modules from contrib to src/test/modules
Alvaro Herrera
2014-11-29