summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2016-12-29Make more use of RoleSpec structPeter Eisentraut
2016-12-27Fix interval_transform so it doesn't throw away non-no-op casts.Tom Lane
2016-12-27Fix typo commentsMagnus Hagander
2016-12-26Remove triggerable Assert in hashname().Tom Lane
2016-12-23Replace enum InhOption with simple boolean.Tom Lane
2016-12-23Remove unnecessary casts of makeNode() resultPeter Eisentraut
2016-12-23Spellcheck: s/descendent/descendant/gTom Lane
2016-12-23Remove sql_inheritance GUC.Robert Haas
2016-12-23Remove _hash_chgbufaccess().Robert Haas
2016-12-22Fix tuple routing in cases where tuple descriptors don't match.Robert Haas
2016-12-22Use TSConfigRelationId in AlterTSConfiguration()Stephen Frost
2016-12-22Fix CREATE TABLE ... LIKE ... WITH OIDS.Tom Lane
2016-12-22Fix handling of expanded objects in CoerceToDomain and CASE execution.Tom Lane
2016-12-22Skip checkpoints, archiving on idle systems.Andres Freund
2016-12-22Fix broken error check in _hash_doinsert.Robert Haas
2016-12-22Code review for ATExecAttachPartition.Robert Haas
2016-12-22Simplify tape block format.Heikki Linnakangas
2016-12-21Fix detection of unfinished Unicode surrogate pair at end of string.Tom Lane
2016-12-21Fix strange behavior (and possible crashes) in full text phrase search.Tom Lane
2016-12-21Fix order of operations in CREATE OR REPLACE VIEW.Dean Rasheed
2016-12-21Convert elog() to ereport() and do some wordsmithing.Robert Haas
2016-12-21Refactor partition tuple routing code to reduce duplication.Robert Haas
2016-12-21Fix corner-case bug in WaitEventSetWaitBlock on Windows.Robert Haas
2016-12-21Refactor merge path generation code.Robert Haas
2016-12-21Reorder pg_sequence columns to avoid alignment issuePeter Eisentraut
2016-12-21Fix minor oversights in nodeAgg.c.Tom Lane
2016-12-20Fix minor error message style violation.Tom Lane
2016-12-20Add pg_sequence system catalogPeter Eisentraut
2016-12-20Fix sharing Agg transition state of DISTINCT or ordered aggs.Heikki Linnakangas
2016-12-20Invalid parent's relcache after CREATE TABLE .. PARTITION OF.Robert Haas
2016-12-19Provide a DSA area for all parallel queries.Robert Haas
2016-12-19Fix handling of phrase operator removal while removing tsquery stopwords.Tom Lane
2016-12-19Fix locking problem in _hash_squeezebucket() / _hash_freeovflpage().Robert Haas
2016-12-19Support quorum-based synchronous replication.Fujii Masao
2016-12-19Fix base backup rate limiting in presence of slow i/oMagnus Hagander
2016-12-17Fix FK-based join selectivity estimation for semi/antijoins.Tom Lane
2016-12-17Fix typos in commentsMagnus Hagander
2016-12-16Fix outdated comment in lwlock.cRobert Haas
2016-12-16Ensure that num_sync is greater than zero in synchronous_standby_names.Fujii Masao
2016-12-16Improve documentation around TS_execute().Tom Lane
2016-12-16Simplify LWLock tranche machinery by removing array_base/array_stride.Robert Haas
2016-12-16Unbreak Finalize HashAggregate over Partial HashAggregate.Robert Haas
2016-12-16Fix more hash index bugs around marking buffers dirty.Robert Haas
2016-12-16Remove _hash_wrtbuf() in favor of calling MarkBufferDirty().Robert Haas
2016-12-16Fix off-by-one in memory allocation for quote_literal_cstr().Heikki Linnakangas
2016-12-13Prevent planagg.c from failing on queries containing CTEs.Tom Lane
2016-12-13Fix bug in hashbulkdelete.Robert Haas
2016-12-13Fix bugs in RelationGetPartitionDispatchInfo.Robert Haas
2016-12-13Clean up code, comments, and formatting for table partitioning.Robert Haas
2016-12-12Remove should_free arguments to tuplesort routines.Robert Haas