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
2016-09-15
Support OpenSSL 1.1.0.
Heikki Linnakangas
2016-09-09
Fix locking a tuple updated by an aborted (sub)transaction
Alvaro Herrera
2016-09-05
Add regression test coverage for non-default timezone abbreviation sets.
Tom Lane
2016-09-02
Don't require dynamic timezone abbreviations to match underlying time zone.
Tom Lane
2016-08-25
Fix instability in parallel regression tests.
Tom Lane
2016-08-24
Fix improper repetition of previous results from a hashed aggregate.
Tom Lane
2016-08-11
Fix busted Assert for CREATE MATVIEW ... WITH NO DATA.
Tom Lane
2016-08-08
Fix two errors with nested CASE/WHEN constructs.
Tom Lane
2016-08-01
Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.
Tom Lane
2016-07-28
Fix assorted fallout from IS [NOT] NULL patch.
Tom Lane
2016-07-26
Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields.
Tom Lane
2016-07-22
Fix regression tests to work in Welsh locale.
Tom Lane
2016-07-21
Make core regression tests safe for Danish locale.
Tom Lane
2016-07-15
Avoid serializability errors when locking a tuple with a committed update
Alvaro Herrera
2016-07-04
Fix failure to handle conflicts in non-arbiter exclusion constraints.
Tom Lane
2016-06-27
Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.
Tom Lane
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-05-11
Fix assorted missing infrastructure for ON CONFLICT.
Tom Lane
2016-05-07
Fix SSL tests
Peter Eisentraut
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-15
Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX.
Tom Lane
2016-03-28
Reset plan->row_security_env and planUserId
Stephen Frost
2016-03-23
Code review for error reports in jsonb_set().
Tom Lane
2016-03-22
Fix EvalPlanQual bug when query contains both locked and not-locked rels.
Tom Lane
2016-03-19
Fix phony .PHONY.
Tom Lane
2016-03-17
Fix assorted breakage in to_char()'s OF format option.
Tom Lane
2016-03-09
Fix incorrect handling of NULL index entries in indexed ROW() comparisons.
Tom Lane
2016-03-03
Fix json_to_record() bug with nested objects.
Tom Lane
2016-02-29
Fix incorrect varlevelsup in security_barrier_replace_vars().
Dean Rasheed
2016-02-25
Clean the last few TAP suite tmp_check directories.
Noah Misch
2016-02-21
Fix two-argument jsonb_object when called with empty arrays
Andrew Dunstan
2016-02-08
Fix some regex issues with out-of-range characters and large char ranges.
Tom Lane
2016-02-08
Fix overeager pushdown of HAVING clauses when grouping sets are used.
Andres Freund
2016-02-07
Fix deparsing of ON CONFLICT arbiter WHERE clauses.
Tom Lane
2016-02-07
ExecHashRemoveNextSkewBucket must physically copy tuples to main hashtable.
Tom Lane
2016-01-26
Revert "Fix broken multibyte regression tests."
Tatsuo Ishii
2016-01-09
Clean up code for widget_in() and widget_out().
Tom Lane
2016-01-09
Add STRICT to some C functions created by the regression tests.
Tom Lane
2016-01-04
Adjust behavior of row_security GUC to match the docs.
Tom Lane
2016-01-04
Fix regrole and regnamespace types to honor quoting like other reg* types.
Tom Lane
2015-12-26
Fix brin_summarize_new_values() to check index type and ownership.
Tom Lane
2015-12-21
Make viewquery a copy in rewriteTargetView()
Stephen Frost
2015-12-19
Add missing COSTS OFF to EXPLAIN commands in rowsecurity.sql.
Tom Lane
2015-12-17
Rework internals of changing a type's ownership
Alvaro Herrera
2015-12-15
Collect the global OR of hasRowSecurity flags for plancache
Stephen Frost
2015-12-14
Remove xmlparse(document '') test
Kevin Grittner
[next]