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 misapplication of pgstat_count_truncate to wrong relation.
Tom Lane
2018-12-07
*
Don't mark partitioned indexes invalid unnecessarily
Alvaro Herrera
2018-12-05
*
Fix jit compilation bug on wide tables.
Andres Freund
2018-11-27
*
Update additional float4/8 expected-output files.
Tom Lane
2018-11-24
*
Fix float-to-integer coercions to handle edge cases correctly.
Tom Lane
2018-11-24
*
Don't allow partitioned indexes in pg_global tablespace
Alvaro Herrera
2018-11-23
*
Fix another crash in json{b}_populate_recordset and json{b}_to_recordset.
Tom Lane
2018-11-22
*
Disallow COPY FREEZE on partitioned tables
Alvaro Herrera
2018-11-19
*
Fix handling of HBA ldapserver with multiple hostnames.
Thomas Munro
2018-11-13
*
Fix missing role dependencies for some schema and type ACLs.
Tom Lane
2018-11-09
*
Fix dependency handling of partitions and inheritance for ON COMMIT
Michael Paquier
2018-11-09
*
Revise attribute handling code on partition creation
Alvaro Herrera
2018-11-08
*
Disable recheck_on_update optimization to avoid crashes.
Tom Lane
2018-11-06
*
Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.
Tom Lane
2018-11-06
*
Block creation of partitions with open references to its parent
Michael Paquier
2018-11-05
*
Ignore partitioned tables when processing ON COMMIT DELETE ROWS
Michael Paquier
2018-11-05
*
Fix STRICT check for strict aggregates with NULL ORDER BY columns.
Andres Freund
2018-11-03
*
Fix tablespace handling for partitioned indexes
Alvaro Herrera
2018-11-03
*
Disallow starting server with insufficient wal_level for existing slot.
Andres Freund
2018-10-31
*
Fix interaction of CASE and ArrayCoerceExpr.
Tom Lane
2018-10-30
*
Fix typo in regression test comment
Andrew Dunstan
2018-10-24
*
Correctly set t_self for heap tuples in expand_tuple
Andrew Dunstan
2018-10-24
*
Lower privilege level of programs calling regression_main
Andrew Dunstan
2018-10-20
*
Client-side fixes for delayed NOTIFY receipt.
Tom Lane
2018-10-19
*
Fix minor bug in isolationtester.
Tom Lane
2018-10-17
*
Avoid rare race condition in privileges.sql regression test.
Tom Lane
2018-10-16
*
Make PostgresNode.pm's poll_query_until() more chatty about failures.
Tom Lane
2018-10-16
*
Remove abstime, reltime, tinterval tables from old regression databases.
Tom Lane
2018-10-12
*
Correct attach/detach logic for FKs in partitions
Alvaro Herrera
2018-10-12
*
Improve two error messages related to foreign keys on partitioned tables
Michael Paquier
2018-10-08
*
Fix catalog insertion order for ATTACH PARTITION
Alvaro Herrera
2018-10-06
*
Fix event triggers for partitioned tables
Alvaro Herrera
2018-10-06
*
Fix duplicate primary keys in partitions
Alvaro Herrera
2018-10-04
*
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
*
Change PROCEDURE to FUNCTION in CREATE EVENT TRIGGER syntax
Peter Eisentraut
2018-10-01
*
Fix assorted bugs in pg_get_partition_constraintdef().
Tom Lane
2018-09-27
*
Rework activation of commit timestamps during recovery
Michael Paquier
2018-09-26
*
Fast default trigger and expand_tuple fixes
Andrew Dunstan
2018-09-24
*
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
*
Fix ALTER/TYPE on columns referenced by FKs in partitioned tables
Alvaro Herrera
2018-09-14
*
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
*
Remove ruleutils.c's special case for BIT [VARYING] literals.
Tom Lane
2018-09-11
*
Repair double-free in SP-GIST rescan (bug #15378)
Andrew Gierth
2018-09-11
*
Allow ENOENT in check_mode_recursive().
Noah Misch
2018-09-08
*
Fix logical subscriber wait in test.
Noah Misch
2018-09-08
*
Fully enforce uniqueness of constraint names.
Tom Lane
2018-09-04
*
Prohibit pushing subqueries containing window function calculation to
Amit Kapila
2018-09-04
[next]