aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Avoid emitting a bogus WAL record when recycling an all-zero btree page.Tom Lane2018-07-09
* Flip argument order in XLogSegNoOffsetToRecPtrAlvaro Herrera2018-07-09
* Add UtilityReturnsTuples() support for CALLPeter Eisentraut2018-07-09
* Rework order of end-of-recovery actions to delay timeline history writeMichael Paquier2018-07-09
* Correct obsolete unique index insertion comment.Peter Geoghegan2018-07-08
* Use access() to check file existence in GetNewRelFileNode()Michael Paquier2018-07-08
* Add separate error message for procedure does not existPeter Eisentraut2018-07-07
* Fix assert in nested SQL procedure callPeter Eisentraut2018-07-06
* Allow CALL with polymorphic type argumentsPeter Eisentraut2018-07-06
* Allow replication slots to be dropped in single-user modeAlvaro Herrera2018-07-06
* Print DEBUG2 like that rather than as DEBUGAndrew Dunstan2018-07-06
* logical decoding: beware of an unset specinsert changeAlvaro Herrera2018-07-05
* Prevent references to invalid relation pages after fresh promotionMichael Paquier2018-07-05
* Use context with correct lifetime in hypothetical_dense_rank_final.Andres Freund2018-07-04
* Check for interrupts inside the nbtree page deletion code.Andres Freund2018-07-04
* Improve the performance of relation deletes during recovery.Fujii Masao2018-07-05
* Remove dead code for temporary relations in partition planningMichael Paquier2018-07-04
* Add wait event for fsync of WAL segmentsMichael Paquier2018-07-02
* Correct function name in comment of logical decoding codeMichael Paquier2018-07-02
* pgindent run prior to branchingAndrew Dunstan2018-06-30
* Fix crash when ALTER TABLE recreates indexes on partitionsAlvaro Herrera2018-06-29
* Make capitalization of term "OpenSSL" more consistentMichael Paquier2018-06-29
* Fix thinko in comments.Amit Kapila2018-06-27
* Remove duplicated return statement from llvmjit code.Andres Freund2018-06-26
* Cosmetic improvements for faster column addition.Amit Kapila2018-06-27
* Fix "base" snapshot handling in logical decodingAlvaro Herrera2018-06-26
* Fix upper limit for vacuum_cleanup_index_scale_factorAlexander Korotkov2018-06-26
* Correct a comment on logtape.c's leader tape.Peter Geoghegan2018-06-26
* Remove obsolete comment block in nbtsort.c.Peter Geoghegan2018-06-26
* Enable failure to rename a partitioned indexAlvaro Herrera2018-06-26
* Allow direct lookups of AppendRelInfo by child relidAlvaro Herrera2018-06-26
* Increase upper limit for vacuum_cleanup_index_scale_factorAlexander Korotkov2018-06-26
* Move RecoveryLockList into a hash table.Thomas Munro2018-06-26
* Update obsolete commentsAlvaro Herrera2018-06-25
* Translation updatesPeter Eisentraut2018-06-25
* Address set of issues with errno handlingMichael Paquier2018-06-25
* When index recurses to a partition, map columns numbersAlvaro Herrera2018-06-22
* Avoid generating bogus paths with partitionwise aggregate.Robert Haas2018-06-22
* Allow for pg_upgrade of attributes with missing valuesAndrew Dunstan2018-06-22
* Fixes for vacuum_cleanup_index_scale_factor GUC optionAlexander Korotkov2018-06-22
* Fix typo in comment of commit_ts.c for incorrect reference to CLOGMichael Paquier2018-06-22
* Improve coding pattern in Parallel Append code.Amit Kapila2018-06-22
* Fix partial aggregation for variance(int4) and related aggregates.Tom Lane2018-06-21
* Set correct context for XPath evaluationAlvaro Herrera2018-06-21
* Fix mishandling of sortgroupref labels while splitting SRF targetlists.Tom Lane2018-06-21
* Accept TEXT and CDATA nodes in XMLTABLE's column_expression.Alvaro Herrera2018-06-20
* Consistently use the term 'partitioned rel' in partprune commentsAlvaro Herrera2018-06-20
* Don't consider parallel append for parallel unsafe paths.Amit Kapila2018-06-20
* Clarify use of temporary tables within partition treesMichael Paquier2018-06-20
* Remove obsolete prohibition on function name matching a column name.Tom Lane2018-06-18