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
*
Revert "Secure Unix-domain sockets of "make check" temporary clusters."
Noah Misch
2014-03-29
*
Secure Unix-domain sockets of "make check" temporary clusters.
Noah Misch
2014-03-29
*
Prevent potential overruns of fixed-size buffers.
Tom Lane
2014-02-17
*
Fix handling of wide datetime input/output.
Noah Misch
2014-02-17
*
Shore up ADMIN OPTION restrictions.
Noah Misch
2014-02-17
*
Don't generate plain-text HISTORY and src/test/regress/README anymore.
Tom Lane
2014-02-10
*
Fix *-qualification of named parameters in SQL-language functions.
Tom Lane
2014-02-03
*
Fix "cannot accept a set" error when only some arms of a CASE return a set.
Tom Lane
2014-01-08
*
Fix inherited UPDATE/DELETE with UNION ALL subqueries.
Tom Lane
2013-12-14
*
Tweak placement of explicit ANALYZE commands in the regression tests.
Tom Lane
2013-12-11
*
Fix possible crash with nested SubLinks.
Tom Lane
2013-12-10
*
Fix crash in assign_collations_walker for EXISTS with empty SELECT list.
Tom Lane
2013-12-02
*
Flatten join alias Vars before pulling up targetlist items from a subquery.
Tom Lane
2013-11-22
*
Compute correct em_nullable_relids in get_eclass_for_sort_expr().
Tom Lane
2013-11-15
*
Make contain_volatile_functions/contain_mutable_functions look into SubLinks.
Tom Lane
2013-11-08
*
Prevent display of dropped columns in row constraint violation messages.
Tom Lane
2013-11-07
*
Fix generation of MergeAppend plans for optimized min/max on expressions.
Tom Lane
2013-11-07
*
Support default arguments and named-argument notation for window functions.
Tom Lane
2013-11-06
*
Fix some odd behaviors when using a SQL-style simple GMT offset timezone.
Tom Lane
2013-11-01
*
Use @libdir@ in both of regress/{input,output}/security_label.source
Noah Misch
2013-09-23
*
Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off.
Tom Lane
2013-09-03
*
In locate_grouping_columns(), don't expect an exact match of Var typmods.
Tom Lane
2013-08-23
*
Fix regexp_matches() handling of zero-length matches.
Tom Lane
2013-07-31
*
Restore REINDEX constraint validation.
Noah Misch
2013-07-30
*
Fix regex match failures for backrefs combined with non-greedy quantifiers.
Tom Lane
2013-07-18
*
Fix planning of parameterized appendrel paths with expensive join quals.
Tom Lane
2013-07-07
*
Fix the create_index regression test for Danish collation.
Kevin Grittner
2013-06-19
*
Remove unnecessary restrictions about RowExprs in transformAExprIn().
Tom Lane
2013-06-09
*
Prevent pushing down WHERE clauses into unsafe UNION/INTERSECT nests.
Tom Lane
2013-06-05
*
Revert "Fix permission tests for views/tables proven empty by constraint excl...
Tom Lane
2013-05-08
*
Fix permission tests for views/tables proven empty by constraint exclusion.
Tom Lane
2013-05-01
*
Postpone creation of pathkeys lists to fix bug #8049.
Tom Lane
2013-04-29
*
In isolationtester, retry after EINTR return from select(2).
Tom Lane
2013-04-06
*
Minor robustness improvements for isolationtester.
Tom Lane
2013-04-02
*
Fix infinite-loop risk in fixempties() stage of regex compilation.
Tom Lane
2013-03-07
*
Fix gist_box_same and gist_point_consistent to handle fuzziness correctly.
Tom Lane
2013-02-08
*
Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.
Tom Lane
2013-01-30
*
Fix grammar for subscripting or field selection from a sub-SELECT result.
Tom Lane
2013-01-30
*
Prevent passing gmake's environment variables down through pg_regress.
Tom Lane
2012-12-01
*
Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees.
Tom Lane
2012-11-26
*
Improve handling of INT_MIN / -1 and related cases.
Tom Lane
2012-11-19
*
Fix handling of inherited check constraints in ALTER COLUMN TYPE.
Tom Lane
2012-11-05
*
Fix bogus handling of $(X) (i.e., ".exe") in isolationtester Makefile.
Tom Lane
2012-11-01
*
Prevent parser from believing that views have system columns.
Tom Lane
2012-10-24
*
Isolation test for DROP INDEX CONCURRENTLY
Simon Riggs
2012-10-18
*
Fix planning of non-strict equivalence clauses above outer joins.
Tom Lane
2012-10-18
*
Revert tests for drop index concurrently.
Simon Riggs
2012-10-18
*
Add isolation tests for DROP INDEX CONCURRENTLY.
Simon Riggs
2012-10-18
*
Fix cross-type case in partial row matching for hashed subplans.
Tom Lane
2012-10-11
*
Fix lo_export usage in example programs.
Tom Lane
2012-10-08
[next]