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