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
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-23
Fix handling of partition bounds for boolean partitioning columns.
Tom Lane
2018-04-19
Fix incorrect handling of join clauses pushed into parameterized paths.
Tom Lane
2018-04-12
Use the right memory context for partkey's FmgrInfo
Alvaro Herrera
2018-04-07
Fix and improve pg_atomic_flag fallback implementation.
Andres Freund
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-21
Repair crash with unsortable grouping sets.
Andrew Gierth
2018-03-19
Fix state reversal after partition tuple routing
Alvaro Herrera
2018-03-17
Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.
Tom Lane
2018-03-15
Clean up duplicate table and function names in regression tests.
Tom Lane
2018-03-15
test_ddl_deparse: rename matview
Alvaro Herrera
2018-03-15
Clean up duplicate role and schema names in regression tests.
Tom Lane
2018-03-15
test_ddl_deparse: Don't use pg_class as source for a matview
Alvaro Herrera
2018-03-13
Fix CREATE TABLE / LIKE with bigint identity column
Peter Eisentraut
2018-03-11
Fix improper uses of canonicalize_qual().
Tom Lane
2018-03-05
Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)
Alvaro Herrera
2018-02-28
Remove restriction on SQL block length in isolationtester scanner.
Tom Lane
2018-02-27
Use the correct tuplestore read pointer in a NamedTuplestoreScan.
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
Schema-qualify references in test_ddl_deparse test script.
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-02-05
Fix RelationBuildPartitionKey's processing of partition key expressions.
Tom Lane
2018-02-02
Fix application of identity values in some cases
Peter Eisentraut
2018-01-31
Fix typo: colums -> columns.
Robert Haas
2018-01-31
Fix list partition constraints for partition keys of array type.
Robert Haas
2018-01-29
Improve bit perturbation in TupleHashTableHash.
Andres Freund
2018-01-27
Avoid crash during EvalPlanQual recheck of an inner indexscan.
Tom Lane
2018-01-23
Teach reparameterize_path() to handle AppendPaths.
Tom Lane
2018-01-12
Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT.
Tom Lane
2018-01-12
Fix incorrect handling of subquery pullup in the presence of grouping sets.
Tom Lane
2018-01-03
Revert "Fix isolation test to be less timing-dependent"
Alvaro Herrera
2018-01-03
Fix isolation test to be less timing-dependent
Alvaro Herrera
2018-01-02
Fix deadlock hazard in CREATE INDEX CONCURRENTLY
Alvaro Herrera
2018-01-01
In tests, await an LSN no later than the recovery target.
Noah Misch
2017-12-22
Fix UNION/INTERSECT/EXCEPT over no columns.
Tom Lane
2017-12-19
Try again to fix accumulation of parallel worker instrumentation.
Robert Haas
2017-12-16
Avoid and detect SIGPIPE race in TAP tests.
Noah Misch
2017-12-15
Fix pruning of locked and updated tuples.
Andres Freund
2017-12-13
Revert "Fix accumulation of parallel worker instrumentation."
Robert Haas
2017-12-09
Fix typo
Magnus Hagander
2017-12-08
Prohibit identity columns on typed tables and partitions
Peter Eisentraut
[next]