index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Age
Commit message (
Expand
)
Author
2018-08-16
Fix executor prune failure when plan already pruned
Alvaro Herrera
2018-08-15
Clean up assorted misuses of snprintf()'s result value.
Tom Lane
2018-08-12
Fix bogus loop logic in 013_crash_restart test's pump_until subroutine.
Tom Lane
2018-08-11
Fix wrong order of operations in inheritance_planner.
Tom Lane
2018-08-08
Match RelOptInfos by relids not pointer equality.
Tom Lane
2018-08-05
Remove now unused check for HAVE_X509_GET_SIGNATURE_NID in test.
Heikki Linnakangas
2018-08-05
Remove support for tls-unique channel binding.
Heikki Linnakangas
2018-08-04
Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.
Tom Lane
2018-08-03
Make "kerberos" test suite independent of "localhost" name resolution.
Noah Misch
2018-08-01
Fix run-time partition pruning for appends with multiple source rels.
Tom Lane
2018-07-31
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-07-30
Change bms_add_range to be a no-op for empty ranges
Alvaro Herrera
2018-07-30
Set ActiveSnapshot when logically replaying inserts
Alvaro Herrera
2018-07-24
psql: Add option for procedures to \df
Peter Eisentraut
2018-07-19
Remove undocumented restriction against duplicate partition key columns.
Tom Lane
2018-07-19
Improve psql's \d command to show whether index columns are key columns.
Tom Lane
2018-07-19
Fix pg_get_indexdef()'s behavior for included index columns.
Tom Lane
2018-07-18
Remove race-prone hot_standby_feedback test cases in 001_stream_rep.pl.
Tom Lane
2018-07-18
Drop the rule against included index columns duplicating key columns.
Tom Lane
2018-07-18
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-16
Fix ALTER TABLE...SET STATS error message for included columns
Alvaro Herrera
2018-07-16
Fix partition pruning with IS [NOT] NULL clauses
Alvaro Herrera
2018-07-13
Fix crash in json{b}_populate_recordset() and json{b}_to_recordset().
Tom Lane
2018-07-12
Fix FK checks of TRUNCATE involving partitioned tables
Alvaro Herrera
2018-07-12
Allow using the updated tuple while moving it to a different partition.
Amit Kapila
2018-07-12
Make logical WAL sender report streaming state appropriately
Michael Paquier
2018-07-11
Fix create_scan_plan's handling of sortgrouprefs for physical tlists.
Tom Lane
2018-07-11
Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.
Tom Lane
2018-07-10
Better handle pseudotypes as partition keys
Alvaro Herrera
2018-07-07
Add separate error message for procedure does not exist
Peter Eisentraut
2018-07-06
Allow CALL with polymorphic type arguments
Peter Eisentraut
2018-07-05
Prevent references to invalid relation pages after fresh promotion
Michael Paquier
2018-07-04
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
Fix libpq example programs
Peter Eisentraut
2018-06-30
perltidy run prior to branching
Andrew Dunstan
2018-06-29
Fix crash when ALTER TABLE recreates indexes on partitions
Alvaro Herrera
2018-06-29
Replace search.cpan.org with metacpan.org
Michael Paquier
2018-06-29
Make capitalization of term "OpenSSL" more consistent
Michael Paquier
2018-06-27
Fix whitespace
Peter Eisentraut
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
Improve requirements documentation for ldap test suite.
Tom Lane
2018-06-21
Fix mishandling of sortgroupref labels while splitting SRF targetlists.
Tom Lane
[next]