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
2018-07-06
Allow CALL with polymorphic type arguments
Peter Eisentraut
2018-07-06
Add test for partitionwise join involving default partition.
Jeff Davis
2018-07-05
Use context with correct lifetime in hypothetical_dense_rank_final.
Andres Freund
2018-07-04
Remove dead code for temporary relations in partition planning
Michael Paquier
2018-07-01
Add tests for inheritance trees mixing permanent and temporary relations
Michael Paquier
2018-06-29
Fix crash when ALTER TABLE recreates indexes on partitions
Alvaro Herrera
2018-06-26
Fix upper limit for vacuum_cleanup_index_scale_factor
Alexander Korotkov
2018-06-26
Enable failure to rename a partitioned index
Alvaro Herrera
2018-06-26
Increase upper limit for vacuum_cleanup_index_scale_factor
Alexander Korotkov
2018-06-22
When index recurses to a partition, map columns numbers
Alvaro Herrera
2018-06-22
Avoid generating bogus paths with partitionwise aggregate.
Robert Haas
2018-06-22
Allow for pg_upgrade of attributes with missing values
Andrew Dunstan
2018-06-21
Fix partial aggregation for variance(int4) and related aggregates.
Tom Lane
2018-06-21
Set correct context for XPath evaluation
Alvaro Herrera
2018-06-21
Fix mishandling of sortgroupref labels while splitting SRF targetlists.
Tom Lane
2018-06-20
Update expected XML output with disabled XML
Alvaro Herrera
2018-06-20
Accept TEXT and CDATA nodes in XMLTABLE's column_expression.
Alvaro Herrera
2018-06-20
Don't consider parallel append for parallel unsafe paths.
Amit Kapila
2018-06-20
Clarify use of temporary tables within partition trees
Michael Paquier
2018-06-18
Consider syntactic form when disambiguating function vs column reference.
Tom Lane
2018-06-16
Fix some minor error-checking oversights in ParseFuncOrColumn().
Tom Lane
2018-06-11
Fix run-time partition pruning code to handle NULL values properly.
Tom Lane
2018-06-10
Improve run-time partition pruning to handle any stable expression.
Tom Lane
2018-06-08
Add missing serial commas
Peter Eisentraut
2018-05-24
Update non-default collation tests for getObjectDescription() changes.
Tom Lane
2018-05-24
Improve English wording of some other getObjectDescription() messages.
Tom Lane
2018-05-24
Fix objectaddress.c code for publication relations.
Tom Lane
2018-05-24
Properly schema-qualify additional object types in getObjectDescription().
Tom Lane
2018-05-21
Improve spelling of new FINALFUNC_MODIFY aggregate attribute.
Tom Lane
2018-05-18
Fix whitespace
Peter Eisentraut
2018-05-17
Make numeric power() handle NaNs according to the modern POSIX spec.
Tom Lane
2018-05-16
Fix misprocessing of equivalence classes involving record_eq().
Tom Lane
2018-05-14
Don't allow partitioned index on foreign-table partitions
Alvaro Herrera
2018-05-09
Fix assorted partition pruning bugs
Alvaro Herrera
2018-05-09
Improve jsonb cast error message
Teodor Sigaev
2018-05-08
Refine error messages
Peter Eisentraut
2018-05-07
Update oidjoins regression test for v11.
Tom Lane
2018-05-07
Remove unused macro
Peter Eisentraut
2018-05-05
Revert "Test conversion of NaN between float4 and float8."
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-25
Prevent generation of bogus subquery scan paths.
Robert Haas
2018-04-23
Add GUC enable_partition_pruning
Alvaro Herrera
2018-04-23
Fix handling of partition bounds for boolean partitioning columns.
Tom Lane
2018-04-23
Make bms_prev_member work correctly with a 64 bit bitmapword
Teodor Sigaev
2018-04-23
Fix wrong validation of top-parent pointer during page deletion in Btree.
Teodor Sigaev
2018-04-20
Test conversion of NaN between float4 and float8.
Tom Lane
2018-04-20
Don't run fast_default regression test in parallel with other tests.
Tom Lane
2018-04-19
Fix incorrect handling of join clauses pushed into parameterized paths.
Tom Lane
[next]