aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* MAXALIGN the target address where we store flattened value.Amit Kapila2018-10-03
* Fix corner-case failures in has_foo_privilege() family of functions.Tom Lane2018-10-02
* Fix failure in WHERE CURRENT OF after rewinding the referenced cursor.Tom Lane2018-09-23
* Fix failure with initplans used conditionally during EvalPlanQual rechecks.Tom Lane2018-09-15
* Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers.Amit Kapila2018-09-14
* Repair bug in regexp split performance improvements.Andrew Gierth2018-09-12
* Repair double-free in SP-GIST rescan (bug #15378)Andrew Gierth2018-09-11
* Fix v10 back-patch of 076a3c2112b127b3b36346dbc64659f9a165f60f.Noah Misch2018-09-08
* Fix logical subscriber wait in test.Noah Misch2018-09-08
* Prohibit pushing subqueries containing window function calculation toAmit Kapila2018-09-04
* Fix lexing of standard multi-character operators in edge cases.Andrew Gierth2018-08-23
* Set scan direction appropriately for SubPlans (bug #15336)Andrew Gierth2018-08-17
* Clean up assorted misuses of snprintf()'s result value.Tom Lane2018-08-15
* Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.Tom Lane2018-08-04
* Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane2018-07-31
* Set ActiveSnapshot when logically replaying insertsAlvaro Herrera2018-07-30
* Remove undocumented restriction against duplicate partition key columns.Tom Lane2018-07-19
* Remove race-prone hot_standby_feedback test cases in 001_stream_rep.pl.Tom Lane2018-07-18
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* Fix create_scan_plan's handling of sortgrouprefs for physical tlists.Tom Lane2018-07-11
* Better handle pseudotypes as partition keysAlvaro Herrera2018-07-10
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-07-09
* Prevent references to invalid relation pages after fresh promotionMichael Paquier2018-07-05
* Fix libpq example programsPeter Eisentraut2018-07-01
* Fix partial aggregation for variance(int4) and related aggregates.Tom Lane2018-06-21
* Fix mishandling of sortgroupref labels while splitting SRF targetlists.Tom Lane2018-06-21
* Update expected XML output with disabled XML, tooAlvaro Herrera2018-06-20
* Accept TEXT and CDATA nodes in XMLTABLE's column_expression.Alvaro Herrera2018-06-20
* Clarify use of temporary tables within partition treesMichael Paquier2018-06-20
* Fix objectaddress.c code for publication relations.Tom Lane2018-05-24
* Properly schema-qualify additional object types in getObjectDescription().Tom Lane2018-05-24
* Fix misprocessing of equivalence classes involving record_eq().Tom Lane2018-05-16
* Revert back-branch changes in power()'s behavior for NaN inputs.Tom Lane2018-05-02
* Fix bogus list-iteration code in pg_regress.c, affecting ecpg tests only.Tom Lane2018-04-29
* Avoid wrong results for power() with NaN input on more platforms.Tom Lane2018-04-29
* Avoid wrong results for power() with NaN input on some platforms.Tom Lane2018-04-29
* Fix handling of partition bounds for boolean partitioning columns.Tom Lane2018-04-23
* Fix incorrect handling of join clauses pushed into parameterized paths.Tom Lane2018-04-19
* Use the right memory context for partkey's FmgrInfoAlvaro Herrera2018-04-12
* Fix and improve pg_atomic_flag fallback implementation.Andres Freund2018-04-06
* Fix make rules that generate multiple output files.Tom Lane2018-03-23
* Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane2018-03-21
* Repair crash with unsortable grouping sets.Andrew Gierth2018-03-21
* Fix state reversal after partition tuple routingAlvaro Herrera2018-03-19
* Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.Tom Lane2018-03-17
* Clean up duplicate table and function names in regression tests.Tom Lane2018-03-15
* test_ddl_deparse: rename matviewAlvaro Herrera2018-03-15
* Clean up duplicate role and schema names in regression tests.Tom Lane2018-03-15
* test_ddl_deparse: Don't use pg_class as source for a matviewAlvaro Herrera2018-03-15
* Fix CREATE TABLE / LIKE with bigint identity columnPeter Eisentraut2018-03-13