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
2019-04-23
Repair assorted issues in locale data extraction.
Tom Lane
2019-04-08
Fix improper interaction of FULL JOINs with lateral references.
Tom Lane
2019-03-23
Accept XML documents when xmloption = content, as required by SQL:2006+.
Tom Lane
2019-03-14
Ensure dummy paths have correct required_outer if rel is parameterized.
Tom Lane
2019-03-10
Disallow NaN as a value for floating-point GUCs.
Tom Lane
2019-03-03
Further fixing for multi-row VALUES lists for updatable views.
Dean Rasheed
2019-02-22
Fix plan created for inherited UPDATE/DELETE with all tables excluded.
Tom Lane
2019-02-20
Fix DEFAULT-handling in multi-row VALUES lists for updatable views.
Dean Rasheed
2019-02-17
Fix CREATE VIEW to allow zero-column views.
Tom Lane
2019-01-26
Allow UNLISTEN in hot-standby mode.
Tom Lane
2019-01-17
Postpone aggregate checks until after collation is assigned.
Andrew Gierth
2018-12-31
pg_regress: Promptly detect failed postmaster startup.
Noah Misch
2018-12-27
Ignore inherited temp relations from other sessions when truncating
Michael Paquier
2018-12-17
Fix use-after-free bug when renaming constraints
Michael Paquier
2018-12-17
Make constraint rename issue relcache invalidation on target relation
Michael Paquier
2018-11-24
Update additional float4/8 expected-output files.
Tom Lane
2018-11-24
Fix float-to-integer coercions to handle edge cases correctly.
Tom Lane
2018-11-20
Fix old TAP tests' method for selecting a valid PGPORT value.
Tom Lane
2018-10-17
Fix minor bug in isolationtester.
Tom Lane
2018-10-16
Avoid rare race condition in privileges.sql regression test.
Tom Lane
2018-10-12
Remove abstime, reltime, tinterval tables from old regression databases.
Tom Lane
2018-10-02
Fix corner-case failures in has_foo_privilege() family of functions.
Tom Lane
2018-09-23
Fix failure in WHERE CURRENT OF after rewinding the referenced cursor.
Tom Lane
2018-09-15
Fix failure with initplans used conditionally during EvalPlanQual rechecks.
Tom Lane
2018-09-12
Repair bug in regexp split performance improvements.
Andrew Gierth
2018-08-17
Set scan direction appropriately for SubPlans (bug #15336)
Andrew Gierth
2018-08-15
Clean up assorted misuses of snprintf()'s result value.
Tom Lane
2018-07-31
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-07-09
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2018-07-01
Fix libpq example programs
Peter Eisentraut
2018-05-24
Properly schema-qualify additional object types in getObjectDescription().
Tom Lane
2018-05-16
Fix misprocessing of equivalence classes involving record_eq().
Tom Lane
2018-05-02
Revert back-branch changes in power()'s behavior for NaN inputs.
Tom Lane
2018-04-30
Fix bogus list-iteration code in pg_regress.c, affecting ecpg tests only.
Tom Lane
2018-04-29
Avoid wrong results for power() with NaN input on more platforms.
Tom Lane
2018-04-29
Avoid wrong results for power() with NaN input on some platforms.
Tom Lane
2018-04-19
Fix incorrect handling of join clauses pushed into parameterized paths.
Tom Lane
2018-03-23
Fix make rules that generate multiple output files.
Tom Lane
2018-03-22
Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-03-17
Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.
Tom Lane
2018-03-11
Fix improper uses of canonicalize_qual().
Tom Lane
2018-02-28
Remove restriction on SQL block length in isolationtester scanner.
Tom Lane
2018-02-27
Remove regression tests' CREATE FUNCTION commands for unused C functions.
Tom Lane
2018-02-27
Prevent dangling-pointer access when update trigger returns old tuple.
Tom Lane
2018-02-26
Document security implications of search_path and the public schema.
Noah Misch
2018-02-26
Avoid using unsafe search_path settings during dump and restore.
Tom Lane
2018-02-23
Synchronize doc/ copies of src/test/examples/.
Noah Misch
2018-02-23
Fix planner failures with overlapping mergejoin clauses in an outer join.
Tom Lane
2018-02-19
Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.
Tom Lane
2018-01-23
Teach reparameterize_path() to handle AppendPaths.
Tom Lane
[next]