index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Age
Commit message (
Expand
)
Author
2013-11-01
Fix some odd behaviors when using a SQL-style simple GMT offset timezone.
Tom Lane
2013-09-23
Use @libdir@ in both of regress/{input,output}/security_label.source
Noah Misch
2013-09-03
Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off.
Tom Lane
2013-08-23
In locate_grouping_columns(), don't expect an exact match of Var typmods.
Tom Lane
2013-07-31
Fix regexp_matches() handling of zero-length matches.
Tom Lane
2013-07-30
Restore REINDEX constraint validation.
Noah Misch
2013-07-19
Fix regex match failures for backrefs combined with non-greedy quantifiers.
Tom Lane
2013-07-08
Fix planning of parameterized appendrel paths with expensive join quals.
Tom Lane
2013-06-19
Fix the create_index regression test for Danish collation.
Kevin Grittner
2013-06-09
Remove unnecessary restrictions about RowExprs in transformAExprIn().
Tom Lane
2013-06-06
Prevent pushing down WHERE clauses into unsafe UNION/INTERSECT nests.
Tom Lane
2013-05-08
Revert "Fix permission tests for views/tables proven empty by constraint excl...
Tom Lane
2013-05-01
Fix permission tests for views/tables proven empty by constraint exclusion.
Tom Lane
2013-04-29
Postpone creation of pathkeys lists to fix bug #8049.
Tom Lane
2013-04-07
In isolationtester, retry after EINTR return from select(2).
Tom Lane
2013-04-03
Minor robustness improvements for isolationtester.
Tom Lane
2013-03-07
Fix infinite-loop risk in fixempties() stage of regex compilation.
Tom Lane
2013-02-08
Fix gist_box_same and gist_point_consistent to handle fuzziness correctly.
Tom Lane
2013-01-31
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
2012-12-01
Prevent passing gmake's environment variables down through pg_regress.
Tom Lane
2012-11-26
Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees.
Tom Lane
2012-11-20
Improve handling of INT_MIN / -1 and related cases.
Tom Lane
2012-11-05
Fix handling of inherited check constraints in ALTER COLUMN TYPE.
Tom Lane
2012-11-01
Fix bogus handling of $(X) (i.e., ".exe") in isolationtester Makefile.
Tom Lane
2012-10-24
Prevent parser from believing that views have system columns.
Tom Lane
2012-10-18
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-11
Fix cross-type case in partial row matching for hashed subplans.
Tom Lane
2012-10-09
Fix lo_export usage in example programs.
Tom Lane
2012-09-18
Fix planning of btree index scans using ScalarArrayOpExpr quals.
Tom Lane
2012-09-16
Rethink heuristics for choosing index quals for parameterized paths.
Tom Lane
2012-09-13
Fix case of window function + aggregate + GROUP BY expression.
Tom Lane
2012-09-08
Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.
Tom Lane
2012-09-05
Fix serializable mode with index-only scans.
Kevin Grittner
2012-09-05
Allow isolation tests to specify multiple setup blocks.
Kevin Grittner
2012-08-27
Fix DROP INDEX CONCURRENTLY IF EXISTS.
Tom Lane
2012-08-23
Fix cascading privilege revoke to notice when privileges are still held.
Tom Lane
2012-08-16
Allow create_index_paths() to consider multiple join bitmapscan paths.
Tom Lane
2012-08-15
Fix rescan logic in nodeCtescan.
Tom Lane
2012-08-14
Prevent access to external files/URLs via XML entity references.
Tom Lane
2012-08-08
Update isolation tests' README file.
Tom Lane
2012-08-03
Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.
Tom Lane
2012-07-31
Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).
Tom Lane
2012-07-25
Fix longstanding crash-safety bug with newly-created-or-reset sequences.
Tom Lane
2012-07-24
Change syntax of new CHECK NO INHERIT constraints
Alvaro Herrera
2012-07-22
Fix name collision between concurrent regression tests.
Tom Lane
2012-07-20
Remove now unneeded results file for disabled prepared transactions case.
Andrew Dunstan
[next]