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
2016-06-03
Mark read/write expanded values as read-only in ValuesNext(), too.
Tom Lane
2016-06-03
Mark read/write expanded values as read-only in ExecProject().
Tom Lane
2016-06-03
Fix various common mispellings.
Greg Stark
2016-05-27
Fix DROP ACCESS METHOD IF EXISTS.
Tom Lane
2016-05-26
Disable physical tlist if any Var would need multiple sortgroupref labels.
Tom Lane
2016-05-11
Fix assorted missing infrastructure for ON CONFLICT.
Tom Lane
2016-05-06
Remove various special checks around default roles
Stephen Frost
2016-05-05
Rename tsvector delete() to ts_delete(), and filter() to ts_filter().
Tom Lane
2016-05-05
Fix corner-case loss of precision in numeric pow() calculation
Dean Rasheed
2016-04-30
Fix mishandling of equivalence-class tests in parameterized plans.
Tom Lane
2016-04-22
Fix planner failure with full join in RHS of left join.
Tom Lane
2016-04-21
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-19
Improve regression tests for degree-based trigonometric functions.
Tom Lane
2016-04-16
Disallow creation of indexes on system columns (except for OID).
Tom Lane
2016-04-15
Use less-generic names in matview.sql.
Tom Lane
2016-04-15
Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX.
Tom Lane
2016-04-15
Rethink \crosstabview's argument parsing logic.
Tom Lane
2016-04-14
Fix broken dependency-mongering for index operator classes/families.
Tom Lane
2016-04-11
Fix two places that thought Windows64 is indicated by WIN64 macro.
Tom Lane
2016-04-11
Prefix RLS regression test roles with 'regress_'
Stephen Frost
2016-04-09
Move \crosstabview regression tests to a separate file
Alvaro Herrera
2016-04-08
Support \crosstabview in psql
Alvaro Herrera
2016-04-08
Create default roles
Stephen Frost
2016-04-08
Reserve the "pg_" namespace for roles
Stephen Frost
2016-04-08
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
Fix unstable regression test output.
Tom Lane
2016-04-08
Restore original tsquery operation numbering.
Teodor Sigaev
2016-04-08
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
Use Foreign Key relationships to infer multi-column join selectivity
Simon Riggs
2016-04-07
GRANT rights to CURRENT_USER instead of adding roles
Stephen Frost
2016-04-07
Make testing of phraseto_tsquery independ from value of
Teodor Sigaev
2016-04-07
Phrase full text search.
Teodor Sigaev
2016-04-07
Standardize GetTokenInformation() error reporting.
Noah Misch
2016-04-07
In pg_dump, include pg_catalog and extension ACLs, if changed
Stephen Frost
2016-04-07
Add new catalog called pg_init_privs
Stephen Frost
2016-04-06
Add jsonb_insert
Teodor Sigaev
2016-04-05
Fix parallel-safety code for parallel aggregation.
Robert Haas
2016-04-05
Add parallel query support functions for assorted aggregates.
Robert Haas
2016-04-04
Add a \gexec command to psql for evaluation of computed queries.
Tom Lane
2016-04-04
Improve estimate of distinct values in estimate_num_groups().
Dean Rasheed
2016-04-02
Fix typo in pg_regress.c
Stephen Frost
2016-04-01
Type names should not be quoted
Alvaro Herrera
2016-04-01
Get rid of minus zero in box regression test.
Tom Lane
2016-03-31
Support using index-only scans with partial indexes in more cases.
Tom Lane
2016-03-30
Improve portability of I/O behavior for the geometric types.
Tom Lane
2016-03-30
Introduce SP-GiST operator class over box.
Teodor Sigaev
2016-03-30
Remove just-added tests for to_timestamp(float8) with out-of-range inputs.
Tom Lane
2016-03-29
Allow to_timestamp(float8) to convert float infinity to timestamp infinity.
Tom Lane
2016-03-29
Fix support of digits in email/hostnames.
Teodor Sigaev
[next]