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
*
Fix tuple printing in error message of tuple routing for partitions
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
*
Remove reindex_catalog test from test schedules.
Andres Freund
2019-05-05
*
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
*
Fix potential assertion failure when reindexing a pg_class index.
Andres Freund
2019-04-29
*
Apply stopgap fix for bug #15672.
Tom Lane
2019-04-26
*
Repair assorted issues in locale data extraction.
Tom Lane
2019-04-23
*
Fix detection of passwords hashed with MD5 or SCRAM-SHA-256
Michael Paquier
2019-04-23
*
Fix handling of temp and unlogged tables in FOR ALL TABLES publications
Peter Eisentraut
2019-04-18
*
Don't write to stdin of a test process that could have already exited.
Noah Misch
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
*
MSYS: Translate REGRESS_SHLIB to a Windows file name.
Noah Misch
2019-04-14
*
When Perl "kill(9, ...)" fails, try "pg_ctl kill".
Noah Misch
2019-04-13
*
Consistently test for in-use shared memory.
Noah Misch
2019-04-12
*
Fix improper interaction of FULL JOINs with lateral references.
Tom Lane
2019-04-08
*
Fix EvalPlanQualStart to handle partitioned result rels correctly.
Tom Lane
2019-04-08
*
Fix partition tuple routing with dropped attributes
Michael Paquier
2019-04-08
*
Clean up side-effects of commits ab5fcf2b0 et al.
Tom Lane
2019-04-07
*
Fix failures in validateForeignKeyConstraint's slow path.
Tom Lane
2019-04-06
*
Revert "Consistently test for in-use shared memory."
Noah Misch
2019-04-05
*
Make src/test/recovery/t/017_shm.pl safe for concurrent execution.
Noah Misch
2019-04-03
*
Consistently test for in-use shared memory.
Noah Misch
2019-04-03
*
Perform RLS subquery checks as the right user when going via a view.
Dean Rasheed
2019-04-02
*
Avoid crash in partitionwise join planning under GEQO.
Tom Lane
2019-03-30
*
Fix partitioned index creation bug with dropped columns
Alvaro Herrera
2019-03-26
*
Accept XML documents when xmloption = content, as required by SQL:2006+.
Tom Lane
2019-03-23
*
Hack back-branch SSL tests to avoid intermittent buildfarm failures.
Tom Lane
2019-03-19
*
Ensure dummy paths have correct required_outer if rel is parameterized.
Tom Lane
2019-03-14
*
Disallow NaN as a value for floating-point GUCs.
Tom Lane
2019-03-10
*
Fix handling of targetlist SRFs when scan/join relation is known empty.
Tom Lane
2019-03-07
*
Further fixing for multi-row VALUES lists for updatable views.
Dean Rasheed
2019-03-03
*
Fix plan created for inherited UPDATE/DELETE with all tables excluded.
Tom Lane
2019-02-22
*
Fix DEFAULT-handling in multi-row VALUES lists for updatable views.
Dean Rasheed
2019-02-20
*
Fix CREATE VIEW to allow zero-column views.
Tom Lane
2019-02-17
*
Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTE
Michael Paquier
2019-02-15
*
Adjust error message
Peter Eisentraut
2019-02-11
*
Fix indexable-row-comparison logic to account for covering indexes.
Tom Lane
2019-02-10
*
Solve cross-version-upgrade testing problem induced by 1fb57af92.
Tom Lane
2019-02-09
*
Fix searchpath and module location for pg_rewind and ssl TAP tests
Andrew Dunstan
2019-02-07
*
Add collation assignment to CALL statement
Peter Eisentraut
2019-02-07
*
Fix heap_getattr() handling of fast defaults.
Andres Freund
2019-02-06
*
Fix a crash in logical replication
Peter Eisentraut
2019-01-30
*
Allow for yet another crash symptom in 013_crash_restart.pl.
Tom Lane
2019-01-26
*
Allow UNLISTEN in hot-standby mode.
Tom Lane
2019-01-25
*
Fix droppability of constraints upon partition detach
Alvaro Herrera
2019-01-24
*
Detach constraints when partitions are detached
Alvaro Herrera
2019-01-23
*
Create action triggers when partitions are detached
Alvaro Herrera
2019-01-21
[next]