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
*
Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off.
Tom Lane
2013-09-03
*
Improve regression test for #8410.
Tom Lane
2013-08-30
*
Add test case for bug #8410.
Tom Lane
2013-08-30
*
In locate_grouping_columns(), don't expect an exact match of Var typmods.
Tom Lane
2013-08-23
*
Fix qual-clause-misplacement issues with pulled-up LATERAL subqueries.
Tom Lane
2013-08-19
*
Fix planner problems with LATERAL references in PlaceHolderVars.
Tom Lane
2013-08-17
*
Improve error message when view is not updatable
Peter Eisentraut
2013-08-14
*
Remove ph_may_need from PlaceHolderInfo, with attendant simplifications.
Tom Lane
2013-08-14
*
Message punctuation and pluralization fixes
Peter Eisentraut
2013-08-09
*
Fix crash in error report of invalid tuple lock
Alvaro Herrera
2013-08-02
*
Fix regexp_matches() handling of zero-length matches.
Tom Lane
2013-07-31
*
Restore REINDEX constraint validation.
Noah Misch
2013-07-30
*
Further hacking on ruleutils' new column-alias-assignment code.
Tom Lane
2013-07-23
*
Change post-rewriter representation of dropped columns in joinaliasvars.
Tom Lane
2013-07-23
*
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
*
Rename a function to avoid naming conflict in parallel regression tests.
Tom Lane
2013-07-06
*
Update messages, comments and documentation for materialized views.
Noah Misch
2013-07-05
*
Fix handling of auto-updatable views on inherited tables.
Tom Lane
2013-07-03
*
Expose object name error fields in PL/pgSQL.
Noah Misch
2013-07-03
*
Fix the create_index regression test for Danish collation.
Kevin Grittner
2013-06-19
*
Fix unescaping of JSON Unicode escapes, especially for non-UTF8.
Andrew Dunstan
2013-06-12
*
Remove unnecessary restrictions about RowExprs in transformAExprIn().
Tom Lane
2013-06-09
*
Handle Unicode surrogate pairs correctly when processing JSON.
Andrew Dunstan
2013-06-08
*
Prevent pushing down WHERE clauses into unsafe UNION/INTERSECT nests.
Tom Lane
2013-06-05
*
Don't emit non-canonical empty arrays in array_remove().
Noah Misch
2013-05-31
*
Remove whitespace from end of lines
Peter Eisentraut
2013-05-30
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Remove unused regression test files.
Heikki Linnakangas
2013-05-18
*
Fix crash when trying to display a NOTIFY rule action.
Tom Lane
2013-05-16
*
Fix some uses of "the quick brown fox".
Tom Lane
2013-05-16
*
Fix handling of strict non-set functions with NULLs in set-valued inputs.
Tom Lane
2013-05-12
*
Update collate.linux.utf8.out for ruleutils.c line-wrapping changes.
Tom Lane
2013-05-08
*
Better fix for permissions tests in excluded subqueries.
Tom Lane
2013-05-08
*
Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass.
Heikki Linnakangas
2013-05-08
*
Move materialized views' is-populated status into their pg_class entries.
Tom Lane
2013-05-06
*
Disallow unlogged materialized views.
Tom Lane
2013-05-06
*
Prevent (auto)vacuum from truncating first page of populated matview.
Kevin Grittner
2013-05-02
*
Fix permission tests for views/tables proven empty by constraint exclusion.
Tom Lane
2013-05-01
*
Add regression test for bug fixed by recent refactoring.
Kevin Grittner
2013-04-30
*
Postpone creation of pathkeys lists to fix bug #8049.
Tom Lane
2013-04-29
*
Fix collation assignment for aggregates with ORDER BY.
Tom Lane
2013-04-26
*
Clean up references to SQL92
Peter Eisentraut
2013-04-20
*
Add serial comma
Peter Eisentraut
2013-04-14
*
Remove quotes around SQL statement in error message
Alvaro Herrera
2013-04-11
*
In isolationtester, retry after EINTR return from select(2).
Tom Lane
2013-04-06
*
Minor robustness improvements for isolationtester.
Tom Lane
2013-04-02
*
Add new JSON processing functions and parser API.
Andrew Dunstan
2013-03-29
*
Add sql_drop event for event triggers
Alvaro Herrera
2013-03-28
*
Fix "element <@ range" cost estimation.
Heikki Linnakangas
2013-03-21
[next]