index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Commit message (
Expand
)
Author
Age
*
Restructure creation of run-time pruning steps.
Tom Lane
2019-05-17
*
Fix regression test outputs
Michael Paquier
2019-05-17
*
Fix bogus logic for combining range-partitioned columns during pruning.
Tom Lane
2019-05-16
*
Fix partition pruning to treat stable comparison operators properly.
Tom Lane
2019-05-16
*
Add isolation test for INSERT ON CONFLICT speculative insertion failure.
Andres Freund
2019-05-14
*
Fix "make clean" to clean out junk files left behind after ssl tests.
Tom Lane
2019-05-14
*
Move logging.h and logging.c from src/fe_utils/ to src/common/.
Tom Lane
2019-05-14
*
Fix SQL-style substring() to have spec-compliant greediness behavior.
Tom Lane
2019-05-14
*
Fix misoptimization of "{1,1}" quantifiers in regular expressions.
Tom Lane
2019-05-12
*
Honor TEMP_CONFIG in TAP suites.
Noah Misch
2019-05-11
*
Remove reindex_catalog test from test schedules.
Andres Freund
2019-05-10
*
Improve and fix some error handling for REINDEX INDEX/TABLE CONCURRENTLY
Michael Paquier
2019-05-10
*
Repair issues with faulty generation of merge-append plans.
Tom Lane
2019-05-09
*
Fix grammar in error message
Peter Eisentraut
2019-05-09
*
Fix error messages
Alvaro Herrera
2019-05-08
*
Probe only 127.0.0.1 when looking for ports on Unix.
Thomas Munro
2019-05-08
*
Add jsonpath_encoding_1.out changes missed in 29ceacc3f9
Alexander Korotkov
2019-05-08
*
Improve error reporting in jsonpath
Alexander Korotkov
2019-05-08
*
Add TRUNCATE parameter to VACUUM.
Fujii Masao
2019-05-08
*
Revert "Avoid the creation of the free space map for small heap relations".
Amit Kapila
2019-05-07
*
Add tests for error message generation in partition tuple routing
Michael Paquier
2019-05-06
*
Use checkAsUser for selectivity estimator checks, if it's set.
Dean Rasheed
2019-05-06
*
Fix security checks for selectivity estimation functions with RLS.
Dean Rasheed
2019-05-06
*
Run catalog reindexing test from 3dbb317d32 serially, to avoid deadlocks.
Andres Freund
2019-04-30
*
Clean up handling of constraint_exclusion and enable_partition_pruning.
Tom Lane
2019-04-30
*
Message style fixes
Alvaro Herrera
2019-04-30
*
Fix potential assertion failure when reindexing a pg_class index.
Andres Freund
2019-04-29
*
Clean up minor warnings from buildfarm.
Tom Lane
2019-04-28
*
Apply stopgap fix for bug #15672.
Tom Lane
2019-04-26
*
Fix partitioned index attachment
Alvaro Herrera
2019-04-25
*
Fix tablespace inheritance for partitioned rels
Alvaro Herrera
2019-04-25
*
Repair assorted issues in locale data extraction.
Tom Lane
2019-04-23
*
Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.
Tom Lane
2019-04-23
*
Don't request pretty-printed output from xmlNodeDump().
Tom Lane
2019-04-23
*
Fix detection of passwords hashed with MD5 or SCRAM-SHA-256
Michael Paquier
2019-04-23
*
GSSAPI: Improve documentation and tests
Stephen Frost
2019-04-19
*
Remove dependency to pageinspect in recovery tests
Michael Paquier
2019-04-19
*
Fix handling of temp and unlogged tables in FOR ALL TABLES publications
Peter Eisentraut
2019-04-18
*
Tie loose ends in psql's new \dP command
Alvaro Herrera
2019-04-17
*
psql: display tablespace for partitioned indexes
Alvaro Herrera
2019-04-17
*
Return NULL for checksum failures if checksums are not enabled
Magnus Hagander
2019-04-17
*
Rework handling of invalid indexes with REINDEX CONCURRENTLY
Michael Paquier
2019-04-17
*
Don't write to stdin of a test process that could have already exited.
Noah Misch
2019-04-15
*
Convert pre-existing stats_ext tests to new style
Tomas Vondra
2019-04-16
*
Fix pg_mcv_list deserialization
Tomas Vondra
2019-04-16
*
Fix failure with textual partition hash keys.
Tom Lane
2019-04-15
*
Avoid possible regression test instability in timestamp.sql.
Tom Lane
2019-04-15
*
Unbreak index optimization for LIKE on bytea
Peter Eisentraut
2019-04-15
*
Fix SHOW ALL command for non-superusers with replication connection
Michael Paquier
2019-04-15
*
Test both 0.0.0.0 and 127.0.0.x addresses to find a usable port.
Noah Misch
2019-04-14
[next]