summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2016-12-12Make the different Unix-y semaphore implementations ABI-compatible.Tom Lane
2016-12-12Fix creative, but unportable, spelling of "ptr != NULL".Tom Lane
2016-12-12Add support for temporary replication slotsPeter Eisentraut
2016-12-12Refactor the code for verifying user's password.Heikki Linnakangas
2016-12-12Further cleanup from the strong-random patch.Heikki Linnakangas
2016-12-12Fix two thinkos related to strong random keys.Heikki Linnakangas
2016-12-11Prevent crash when ts_rewrite() replaces a non-top-level subtree with null.Tom Lane
2016-12-09Fix crasher bug in array_position(s)Alvaro Herrera
2016-12-08Fix thinko in safeguard for negative availMem.Heikki Linnakangas
2016-12-08Fix bogus comment.Robert Haas
2016-12-08Silence compiler warning.Robert Haas
2016-12-08Log the creation of an init fork unconditionally.Robert Haas
2016-12-08Fix reporting of column typmods for multi-row VALUES constructs.Tom Lane
2016-12-08Clean up password authentication code a bit.Heikki Linnakangas
2016-12-08Fix accounting of memory needed for merge heap.Heikki Linnakangas
2016-12-07Implement table partitioning.Robert Haas
2016-12-07Fix query cancellation.Heikki Linnakangas
2016-12-07Fix whitespace.Heikki Linnakangas