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 incorrect varlevelsup in security_barrier_replace_vars().
Dean Rasheed
2016-02-29
*
Clean the last few TAP suite tmp_check directories.
Noah Misch
2016-02-24
*
Fix two-argument jsonb_object when called with empty arrays
Andrew Dunstan
2016-02-21
*
Fix some regex issues with out-of-range characters and large char ranges.
Tom Lane
2016-02-08
*
Fix overeager pushdown of HAVING clauses when grouping sets are used.
Andres Freund
2016-02-08
*
Fix deparsing of ON CONFLICT arbiter WHERE clauses.
Tom Lane
2016-02-07
*
ExecHashRemoveNextSkewBucket must physically copy tuples to main hashtable.
Tom Lane
2016-02-07
*
Revert "Fix broken multibyte regression tests."
Tatsuo Ishii
2016-01-26
*
Clean up code for widget_in() and widget_out().
Tom Lane
2016-01-09
*
Add STRICT to some C functions created by the regression tests.
Tom Lane
2016-01-09
*
Adjust behavior of row_security GUC to match the docs.
Tom Lane
2016-01-04
*
Fix regrole and regnamespace types to honor quoting like other reg* types.
Tom Lane
2016-01-04
*
Fix brin_summarize_new_values() to check index type and ownership.
Tom Lane
2015-12-26
*
Make viewquery a copy in rewriteTargetView()
Stephen Frost
2015-12-21
*
Add missing COSTS OFF to EXPLAIN commands in rowsecurity.sql.
Tom Lane
2015-12-19
*
Rework internals of changing a type's ownership
Alvaro Herrera
2015-12-17
*
Collect the global OR of hasRowSecurity flags for plancache
Stephen Frost
2015-12-14
*
Remove xmlparse(document '') test
Kevin Grittner
2015-12-14
*
Add an expected-file to match behavior of latest libxml2.
Tom Lane
2015-12-11
*
For REASSIGN OWNED for foreign user mappings
Alvaro Herrera
2015-12-11
*
Handle policies during DROP OWNED BY
Stephen Frost
2015-12-11
*
Handle dependencies properly in ALTER POLICY
Stephen Frost
2015-12-11
*
Still more fixes for planner's handling of LATERAL references.
Tom Lane
2015-12-11
*
Improve some messages
Peter Eisentraut
2015-12-10
*
Fix ON CONFLICT UPDATE bug breaking AFTER UPDATE triggers.
Andres Freund
2015-12-10
*
Avoid odd portability problem in TestLib.pm's slurp_file function.
Tom Lane
2015-12-08
*
Fix another oversight in checking if a join with LATERAL refs is legal.
Tom Lane
2015-12-07
*
Create TestLib.pm's tempdir underneath tmp_check/, not out in the open.
Tom Lane
2015-12-05
*
Further tweaking of print_aligned_vertical().
Tom Lane
2015-12-01
*
Rework wrap-width calculation in psql's print_aligned_vertical() function.
Tom Lane
2015-11-30
*
Avoid caching expression state trees for domain constraints across queries.
Tom Lane
2015-11-29
*
Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).
Tom Lane
2015-11-20
*
Back-patch fixes to make TAP tests work on Windows.
Tom Lane
2015-11-17
*
Message style fix
Peter Eisentraut
2015-11-17
*
Message improvements
Peter Eisentraut
2015-11-16
*
Speed up ruleutils' name de-duplication code, and fix overlength-name case.
Tom Lane
2015-11-16
*
Fix ruleutils.c's dumping of whole-row Vars in ROW() and VALUES() contexts.
Tom Lane
2015-11-15
*
Fix enforcement of restrictions inside regexp lookaround constraints.
Tom Lane
2015-11-07
*
Fix erroneous hash calculations in gin_extract_jsonb_path().
Tom Lane
2015-11-05
*
Message style improvements
Peter Eisentraut
2015-10-28
*
Fix secondary expected output for commit_ts test
Alvaro Herrera
2015-10-27
*
Fix incorrect translation of minus-infinity datetimes for json/jsonb.
Tom Lane
2015-10-20
*
Fix back-patch of commit 8e3b4d9d40244c037bbc6e182ea3fabb9347d482.
Noah Misch
2015-10-20
*
Eschew "RESET statement_timeout" in tests.
Noah Misch
2015-10-20
*
Fix incorrect handling of lookahead constraints in pg_regprefix().
Tom Lane
2015-10-19
*
Miscellaneous cleanup of regular-expression compiler.
Tom Lane
2015-10-16
*
Fix regular-expression compiler to handle loops of constraint arcs.
Tom Lane
2015-10-16
*
Fix NULL handling in datum_to_jsonb().
Tom Lane
2015-10-15
*
Improve INSERT .. ON CONFLICT error message.
Robert Haas
2015-10-13
*
Sigh, need "use Config" as well.
Tom Lane
2015-10-12
[next]