index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
Commit message (
Expand
)
Author
Age
*
Allow creation of C/POSIX collations without depending on libc behavior.
Tom Lane
2017-08-01
*
Include publication owner's name in the output of \dRp+.
Tom Lane
2017-07-28
*
Fix partitioning crashes during error reporting.
Robert Haas
2017-07-24
*
Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s.
Tom Lane
2017-07-24
*
Update expected results for collate.linux.utf8 regression test.
Tom Lane
2017-07-22
*
Make the new partition regression tests locale-independent.
Dean Rasheed
2017-07-21
*
Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.
Dean Rasheed
2017-07-21
*
Fix dumping of outer joins with empty qual lists.
Tom Lane
2017-07-20
*
Reverse-convert row types in ExecWithCheckOptions.
Robert Haas
2017-07-17
*
Use a real RT index when setting up partition tuple routing.
Robert Haas
2017-07-17
*
Merge large_object.sql test into largeobject.source.
Tom Lane
2017-07-17
*
Fix dumping of FUNCTION RTEs that contain non-function-call expressions.
Tom Lane
2017-07-13
*
Fix ruleutils.c for domain-over-array cases, too.
Tom Lane
2017-07-12
*
Fix multiple assignments to a column of a domain type.
Tom Lane
2017-07-11
*
Fix COPY's handling of transition tables with indexes.
Andrew Gierth
2017-07-10
*
Simplify the logic checking new range partition bounds.
Dean Rasheed
2017-07-06
*
Fix transition tables for ON CONFLICT.
Andrew Gierth
2017-06-28
*
Fix transition tables for wCTEs.
Andrew Gierth
2017-06-28
*
Fix transition tables for partition/inheritance.
Andrew Gierth
2017-06-28
*
Re-allow SRFs and window functions within sub-selects within aggregates.
Tom Lane
2017-06-27
*
Add testing to detect errors of omission in "pin" dependency creation.
Tom Lane
2017-06-23
*
Fix IF NOT EXISTS in CREATE STATISTICS
Alvaro Herrera
2017-06-22
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Prevent table partitions from being turned into views.
Dean Rasheed
2017-06-21
*
Make opr_sanity test complain about built-in functions marked prosecdef.
Tom Lane
2017-06-20
*
Avoid regressions in foreign-key-based selectivity estimates.
Tom Lane
2017-06-19
*
Use RangeVarGetRelidExtended() in AlterSequence()
Peter Eisentraut
2017-06-16
*
Fix dependency, when changing a function's argument/return type.
Heikki Linnakangas
2017-06-16
*
psql: Improve display of "for all tables" publications
Peter Eisentraut
2017-06-15
*
Use DEFACLOBJ_ macros in error message instead of hardcoding
Peter Eisentraut
2017-06-14
*
Teach predtest.c about CHECK clauses to fix partitioning bugs.
Robert Haas
2017-06-14
*
Fix no-longer-valid shortcuts in expression_returns_set().
Tom Lane
2017-06-14
*
Teach PL/pgSQL about partitioned tables.
Dean Rasheed
2017-06-14
*
Teach RemoveRoleFromObjectPolicy() about partitioned tables.
Dean Rasheed
2017-06-14
*
Disallow set-returning functions inside CASE or COALESCE.
Tom Lane
2017-06-13
*
psql: Use more consistent capitalization of some output headings
Peter Eisentraut
2017-06-13
*
Teach relation_is_updatable() about partitioned tables.
Dean Rasheed
2017-06-13
*
Fix failure to remove dependencies when a partition is detached.
Robert Haas
2017-06-13
*
Fix confusion about number of subplans in partitioned INSERT setup.
Tom Lane
2017-06-12
*
Apply RLS policies to partitioned tables.
Joe Conway
2017-06-11
*
Prevent BEFORE triggers from violating partitioning constraints.
Robert Haas
2017-06-07
*
Fix ALTER SUBSCRIPTION grammar ambiguity
Peter Eisentraut
2017-06-05
*
Disallow CREATE INDEX if table is already in use in current session.
Tom Lane
2017-06-04
*
Fix old corner-case logic error in final_cost_nestloop().
Tom Lane
2017-06-03
*
Fix improper quoting of format_type_be() output.
Tom Lane
2017-05-29
*
Make edge-case behavior of jsonb_populate_record match json_populate_record
Tom Lane
2017-05-29
*
Code review focused on new node types added by partitioning support.
Tom Lane
2017-05-28
*
Avoid locale-dependent output in select_views regression test.
Tom Lane
2017-05-28
[next]