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 ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK.
Tom Lane
2016-04-21
*
Honor PGCTLTIMEOUT environment variable for pg_regress' startup wait.
Tom Lane
2016-04-20
*
Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX.
Tom Lane
2016-04-15
*
Reset plan->row_security_env and planUserId
Stephen Frost
2016-03-28
*
Code review for error reports in jsonb_set().
Tom Lane
2016-03-23
*
Fix EvalPlanQual bug when query contains both locked and not-locked rels.
Tom Lane
2016-03-22
*
Fix phony .PHONY.
Tom Lane
2016-03-19
*
Fix assorted breakage in to_char()'s OF format option.
Tom Lane
2016-03-17
*
Fix incorrect handling of NULL index entries in indexed ROW() comparisons.
Tom Lane
2016-03-09
*
Fix json_to_record() bug with nested objects.
Tom Lane
2016-03-02
*
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
[next]