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
/
regress
Age
Commit message (
Expand
)
Author
2013-09-03
Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off.
Tom Lane
2013-09-03
Allow aggregate functions to be VARIADIC.
Tom Lane
2013-08-31
Improve regression test for #8410.
Tom Lane
2013-08-30
Add test case for bug #8410.
Tom Lane
2013-08-23
In locate_grouping_columns(), don't expect an exact match of Var typmods.
Tom Lane
2013-08-19
Fix qual-clause-misplacement issues with pulled-up LATERAL subqueries.
Tom Lane
2013-08-18
Fix planner problems with LATERAL references in PlaceHolderVars.
Tom Lane
2013-08-15
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-09
Message punctuation and pluralization fixes
Peter Eisentraut
2013-08-02
Fix crash in error report of invalid tuple lock
Alvaro Herrera
2013-08-01
Allow a context to be passed in for error handling
Stephen Frost
2013-07-31
Fix regexp_matches() handling of zero-length matches.
Tom Lane
2013-07-30
Restore REINDEX constraint validation.
Noah Misch
2013-07-29
Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)
Greg Stark
2013-07-25
Improvements to GetErrorContextStack()
Stephen Frost
2013-07-24
Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQL
Stephen Frost
2013-07-23
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
Additional regression tests for ALTER OPERATOR FAMILY.
Robert Haas
2013-07-22
Add infrastructure for mapping relfilenodes to relation OIDs.
Robert Haas
2013-07-19
Fix regex match failures for backrefs combined with non-greedy quantifiers.
Tom Lane
2013-07-18
WITH CHECK OPTION support for auto-updatable VIEWs
Stephen Frost
2013-07-18
Move checking an explicit VARIADIC "any" argument into the parser.
Andrew Dunstan
2013-07-17
Implement the FILTER clause for aggregate function calls.
Noah Misch
2013-07-16
Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.
Kevin Grittner
2013-07-15
Regression tests for LOCK TABLE.
Robert Haas
2013-07-08
Fix planning of parameterized appendrel paths with expensive join quals.
Tom Lane
2013-07-06
Rename a function to avoid naming conflict in parallel regression tests.
Tom Lane
2013-07-05
Update messages, comments and documentation for materialized views.
Noah Misch
2013-07-05
Expose the estimation of number of changed tuples since last analyze
Magnus Hagander
2013-07-03
Get rid of pg_class.reltoastidxid.
Fujii Masao
2013-07-03
Revert "Hopefully-portable regression tests for CREATE/ALTER/DROP COLLATION."
Robert Haas
2013-07-03
Hopefully-portable regression tests for CREATE/ALTER/DROP COLLATION.
Robert Haas
2013-07-03
Fix handling of auto-updatable views on inherited tables.
Tom Lane
2013-07-03
Regression tests for LISTEN/NOTIFY/UNLISTEN/pg_notify.
Robert Haas
2013-07-03
Additional regression tests for CREATE OPERATOR.
Robert Haas
2013-07-03
Expose object name error fields in PL/pgSQL.
Noah Misch
2013-07-02
Add support for multiple kinds of external toast datums.
Robert Haas
2013-07-02
Fix regression test make dependencies
Peter Eisentraut
2013-06-28
ALTER TABLE ... ALTER CONSTRAINT for FKs
Simon Riggs
2013-06-28
Make the OVER keyword unreserved.
Robert Haas
2013-06-24
Reverting previous commit, pending investigation
Simon Riggs
2013-06-24
ALTER TABLE ... ALTER CONSTRAINT for FKs
Simon Riggs
2013-06-19
Fix the create_index regression test for Danish collation.
Kevin Grittner
2013-06-12
Fix unescaping of JSON Unicode escapes, especially for non-UTF8.
Andrew Dunstan
2013-06-09
Remove unnecessary restrictions about RowExprs in transformAExprIn().
Tom Lane
2013-06-08
Handle Unicode surrogate pairs correctly when processing JSON.
Andrew Dunstan
2013-06-06
Prevent pushing down WHERE clauses into unsafe UNION/INTERSECT nests.
Tom Lane
2013-06-01
Don't emit non-canonical empty arrays in array_remove().
Noah Misch
[next]