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
/
backend
Age
Commit message (
Expand
)
Author
2018-06-29
Fix crash when ALTER TABLE recreates indexes on partitions
Alvaro Herrera
2018-06-29
Make capitalization of term "OpenSSL" more consistent
Michael Paquier
2018-06-27
Fix thinko in comments.
Amit Kapila
2018-06-27
Remove duplicated return statement from llvmjit code.
Andres Freund
2018-06-27
Cosmetic improvements for faster column addition.
Amit Kapila
2018-06-26
Fix "base" snapshot handling in logical decoding
Alvaro Herrera
2018-06-26
Fix upper limit for vacuum_cleanup_index_scale_factor
Alexander Korotkov
2018-06-26
Correct a comment on logtape.c's leader tape.
Peter Geoghegan
2018-06-26
Remove obsolete comment block in nbtsort.c.
Peter Geoghegan
2018-06-26
Enable failure to rename a partitioned index
Alvaro Herrera
2018-06-26
Allow direct lookups of AppendRelInfo by child relid
Alvaro Herrera
2018-06-26
Increase upper limit for vacuum_cleanup_index_scale_factor
Alexander Korotkov
2018-06-26
Move RecoveryLockList into a hash table.
Thomas Munro
2018-06-25
Update obsolete comments
Alvaro Herrera
2018-06-25
Translation updates
Peter Eisentraut
2018-06-25
Address set of issues with errno handling
Michael Paquier
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-22
Fixes for vacuum_cleanup_index_scale_factor GUC option
Alexander Korotkov
2018-06-22
Fix typo in comment of commit_ts.c for incorrect reference to CLOG
Michael Paquier
2018-06-22
Improve coding pattern in Parallel Append code.
Amit Kapila
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
Accept TEXT and CDATA nodes in XMLTABLE's column_expression.
Alvaro Herrera
2018-06-20
Consistently use the term 'partitioned rel' in partprune comments
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
Remove obsolete prohibition on function name matching a column name.
Tom Lane
2018-06-18
Consider syntactic form when disambiguating function vs column reference.
Tom Lane
2018-06-18
Prevent hard failures of standbys caused by recycled WAL segments
Michael Paquier
2018-06-17
Suppress -Wshift-negative-value warnings.
Tom Lane
2018-06-16
Fix some minor error-checking oversights in ParseFuncOrColumn().
Tom Lane
2018-06-16
Remove AELs from subxids correctly on standby
Simon Riggs
2018-06-16
Fix memory leak in BufFileCreateShared().
Tatsuo Ishii
2018-06-15
Fix off-by-one bug in XactLogCommitRecord
Alvaro Herrera
2018-06-15
Fix memory leak.
Tatsuo Ishii
2018-06-14
Fail BRIN control functions during recovery explicitly
Alvaro Herrera
2018-06-14
Remove spurious code comments in standby related code
Simon Riggs
2018-06-14
Remove cut-off bug from RunningTransactionData
Simon Riggs
2018-06-13
Code review for match_clause_to_partition_key().
Tom Lane
2018-06-13
Fix some ill-chosen names for globally-visible partition support functions.
Tom Lane
2018-06-13
Fix up run-time partition pruning's use of relcache's partition data.
Tom Lane
2018-06-12
Fix bugs in vacuum of shared rels, by keeping their relcache entries current.
Andres Freund
2018-06-12
Convert debug message from ereport to elog
Peter Eisentraut
2018-06-11
Fix access to just-closed relcache entry.
Tom Lane
2018-06-11
Fix oversight from 9e149c8 with spin-lock handling
Michael Paquier
2018-06-11
Improve ExecFindInitialMatchingSubPlans's subplan renumbering logic.
Tom Lane
2018-06-11
Improve commentary about run-time partition pruning data structures.
Tom Lane
[next]