aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Improve comment about PartitionBoundInfoData.Robert Haas2017-12-11
* Fix typoMagnus Hagander2017-12-09
* Prohibit identity columns on typed tables and partitionsPeter Eisentraut2017-12-08
* Fix mistake in commentPeter Eisentraut2017-12-08
* Apply identity sequence values on COPYPeter Eisentraut2017-12-08
* Report failure to start a background worker.Robert Haas2017-12-06
* Fix Parallel Append crash.Robert Haas2017-12-06
* Support Parallel Append plan nodes.Robert Haas2017-12-05
* Fix accumulation of parallel worker instrumentation.Robert Haas2017-12-05
* Fix EXPLAIN ANALYZE of hash join when the leader doesn't participate.Andres Freund2017-12-05
* Treat directory open failures as hard errors in ResetUnloggedRelations().Tom Lane2017-12-04
* Simplify do_pg_start_backup's API by opening pg_tblspc internally.Tom Lane2017-12-04
* Improve error handling in RemovePgTempFiles().Tom Lane2017-12-04
* Clean up assorted messiness around AllocateDir() usage.Tom Lane2017-12-04
* When VACUUM or ANALYZE skips a concurrently dropped table, log it.Robert Haas2017-12-04
* Support boolean columns in functional-dependency statistics.Tom Lane2017-12-04
* Remove memory leak protection from Gather and Gather Merge nodes.Robert Haas2017-12-04
* Adjust #ifdef EXEC_BACKEND RemovePgTempFilesInDir() call.Andres Freund2017-12-01
* Add infrastructure for sharing temporary files between backends.Andres Freund2017-12-01
* Minor code beautification in partition_bounds_equal.Robert Haas2017-12-01
* Re-allow INSERT .. ON CONFLICT DO NOTHING on partitioned tables.Robert Haas2017-12-01
* Try to exclude partitioned tables in toto.Robert Haas2017-12-01
* Fix uninitialized memory reference.Robert Haas2017-12-01
* Check channel binding flag at end of SCRAM exchangePeter Eisentraut2017-12-01
* Remove extra word from comment.Robert Haas2017-11-30
* SQL proceduresPeter Eisentraut2017-11-30
* Make create_unique_path manage memory like mark_dummy_rel.Robert Haas2017-11-30
* Fix neqjoinsel's behavior for semi/anti join cases.Tom Lane2017-11-29
* Add a barrier primitive for synchronizing backends.Andres Freund2017-11-29
* New C function: bms_add_rangeRobert Haas2017-11-29
* Update typedefs.list and re-run pgindentRobert Haas2017-11-29
* Clarify old comment about qual_is_pushdown_safe's handling of subplans.Tom Lane2017-11-28
* Make memset() use sizeof() rather than re-compute sizeAlvaro Herrera2017-11-29
* Fix extstat collection when no stats are produced for a columnAlvaro Herrera2017-11-28
* Fix wrong function name in comment.Robert Haas2017-11-28
* If a range-partitioned table has no default partition, reject null keys.Robert Haas2017-11-28
* Fix ReinitializeParallelDSM to tolerate finding no error queues.Robert Haas2017-11-28
* Teach bitmap heap scan to cope with absence of a DSA.Robert Haas2017-11-28
* Add null test to partition constraint for default range partitions.Robert Haas2017-11-28
* Fix typo.Robert Haas2017-11-28
* Fix assorted syscache lookup sloppiness in partition-related code.Tom Lane2017-11-27
* Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.Tom Lane2017-11-27
* Pad XLogReaderState's per-buffer data_bufsz more aggressively.Simon Riggs2017-11-27
* Pad XLogReaderState's main_data buffer more aggressively.Tom Lane2017-11-26
* Make has_sequence_privilege support WITH GRANT OPTIONJoe Conway2017-11-26
* Repair failure with SubPlans in multi-row VALUES lists.Tom Lane2017-11-25
* Update buffile.h/.c comments for removal of non-temp option.Tom Lane2017-11-25
* Improve planner's handling of set-returning functions in grouping columns.Tom Lane2017-11-25
* Avoid projecting tuples unnecessarily in Gather and Gather Merge.Robert Haas2017-11-25
* Improve valgrind logic in aset.c, and fix multiple issues in generation.c.Tom Lane2017-11-24