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-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
2018-04-19
Rework code to determine partition pruning procedure
Alvaro Herrera
2018-04-19
Adjust INCLUDE index truncation comments and code.
Teodor Sigaev
2018-04-17
Improve coverage of nodeAppend runtime partition prune
Alvaro Herrera
2018-04-17
Add more infinite recursion detection while locking a view.
Tatsuo Ishii
2018-04-16
Restore partition_prune's usage of parallel workers
Alvaro Herrera
2018-04-16
Update expected output of new test
Alvaro Herrera
2018-04-16
Ignore whole-rows in INSERT/CONFLICT with partitioned tables
Alvaro Herrera
2018-04-14
Fix enforcement of SELECT FOR UPDATE permissions with nested views.
Tom Lane
2018-04-14
Support named and default arguments in CALL
Peter Eisentraut
2018-04-13
Prevent segfault in expand_tuple with no missing values
Andrew Dunstan
2018-04-13
Improve regression test coverage for src/backend/tsearch/spell.c.
Tom Lane
2018-04-13
Use custom hash opclass for hash partition pruning
Alvaro Herrera
2018-04-13
Attempt to stabilize partition_prune test output (2)
Alvaro Herrera
2018-04-12
Use the right memory context for partkey's FmgrInfo
Alvaro Herrera
2018-04-12
Fix interference between covering indexes and partitioned tables
Teodor Sigaev
2018-04-12
Revert MERGE patch
Simon Riggs
2018-04-11
Fix ALTER TABLE .. ATTACH PARTITION ... DEFAULT
Alvaro Herrera
2018-04-11
Temporary revert 5c6110c6a960ad6fe1b0d0fec6ae36ef4eb913f5
Teodor Sigaev
2018-04-11
Fix interference between cavering indexes and partitioned tables
Teodor Sigaev
2018-04-10
Put back parallel-safety guards in plpython and src/test/regress/.
Tom Lane
2018-04-09
Fix partial-build problems introduced by having more generated headers.
Tom Lane
2018-04-08
Attempt to stabilize partition_prune test output.
Andrew Gierth
2018-04-08
Support index INCLUDE in the AM properties interface.
Andrew Gierth
2018-04-07
Support partition pruning at execution time
Alvaro Herrera
2018-04-07
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
Make test of json(b)_to_tsvector language-independ
Teodor Sigaev
2018-04-07
Add json(b)_to_tsvector function
Teodor Sigaev
2018-04-07
Logical replication support for TRUNCATE
Peter Eisentraut
2018-04-07
Attempt to fix endianess issues in new hash partition test.
Andres Freund
2018-04-07
Fix and improve pg_atomic_flag fallback implementation.
Andres Freund
2018-04-06
Faster partition pruning
Alvaro Herrera
2018-04-06
Improve parse representation for MERGE
Simon Riggs
[next]