aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix tab completion in psql for ALTER DEFAULT PRIVILEGESStephen Frost2016-12-23
* Replace enum InhOption with simple boolean.Tom Lane2016-12-23
* Remove unnecessary casts of makeNode() resultPeter Eisentraut2016-12-23
* Spellcheck: s/descendent/descendant/gTom Lane2016-12-23
* pg_dump: Remove obsolete handling of sequence namesPeter Eisentraut2016-12-23
* Remove sql_inheritance GUC.Robert Haas2016-12-23
* Remove _hash_chgbufaccess().Robert Haas2016-12-23
* Fix tuple routing in cases where tuple descriptors don't match.Robert Haas2016-12-22
* Use TSConfigRelationId in AlterTSConfiguration()Stephen Frost2016-12-22
* Fix CREATE TABLE ... LIKE ... WITH OIDS.Tom Lane2016-12-22
* Update sequence_1.out for recent changesPeter Eisentraut2016-12-22
* Fix handling of expanded objects in CoerceToDomain and CASE execution.Tom Lane2016-12-22
* Skip checkpoints, archiving on idle systems.Andres Freund2016-12-22
* Fix broken error check in _hash_doinsert.Robert Haas2016-12-22
* Code review for ATExecAttachPartition.Robert Haas2016-12-22
* Simplify tape block format.Heikki Linnakangas2016-12-22
* Fix buffer overflow on particularly named files and clarify documentation aboutMichael Meskes2016-12-22
* Fix detection of unfinished Unicode surrogate pair at end of string.Tom Lane2016-12-21
* Fix strange behavior (and possible crashes) in full text phrase search.Tom Lane2016-12-21
* Fix dumping of casts and transforms using built-in functionsStephen Frost2016-12-21
* For 8.0 servers, get last built-in oid from pg_databaseStephen Frost2016-12-21
* Fix order of operations in CREATE OR REPLACE VIEW.Dean Rasheed2016-12-21
* Convert elog() to ereport() and do some wordsmithing.Robert Haas2016-12-21
* Refactor partition tuple routing code to reduce duplication.Robert Haas2016-12-21
* Fix corner-case bug in WaitEventSetWaitBlock on Windows.Robert Haas2016-12-21
* Refactor merge path generation code.Robert Haas2016-12-21
* Reorder pg_sequence columns to avoid alignment issuePeter Eisentraut2016-12-21
* Forbid invalid combination of options in pg_basebackup.Fujii Masao2016-12-21
* Fix minor oversights in nodeAgg.c.Tom Lane2016-12-20
* Fix minor error message style violation.Tom Lane2016-12-20
* Add pg_sequence system catalogPeter Eisentraut2016-12-20
* Fix sharing Agg transition state of DISTINCT or ordered aggs.Heikki Linnakangas2016-12-20
* Invalid parent's relcache after CREATE TABLE .. PARTITION OF.Robert Haas2016-12-19
* Provide a DSA area for all parallel queries.Robert Haas2016-12-19
* Fix handling of phrase operator removal while removing tsquery stopwords.Tom Lane2016-12-19
* Fix locking problem in _hash_squeezebucket() / _hash_freeovflpage().Robert Haas2016-12-19
* Remove unused file.Robert Haas2016-12-19
* Support quorum-based synchronous replication.Fujii Masao2016-12-19
* Fix base backup rate limiting in presence of slow i/oMagnus Hagander2016-12-19
* MSVC: Position MSBFLAGS after flags it might override.Noah Misch2016-12-18
* Fix FK-based join selectivity estimation for semi/antijoins.Tom Lane2016-12-17
* Fix typos in commentsMagnus Hagander2016-12-17
* Fix outdated comment in lwlock.cRobert Haas2016-12-16
* Ensure that num_sync is greater than zero in synchronous_standby_names.Fujii Masao2016-12-17
* Improve documentation around TS_execute().Tom Lane2016-12-16
* Simplify LWLock tranche machinery by removing array_base/array_stride.Robert Haas2016-12-16
* Unbreak Finalize HashAggregate over Partial HashAggregate.Robert Haas2016-12-16
* Fix more hash index bugs around marking buffers dirty.Robert Haas2016-12-16
* Remove _hash_wrtbuf() in favor of calling MarkBufferDirty().Robert Haas2016-12-16
* Fix off-by-one in memory allocation for quote_literal_cstr().Heikki Linnakangas2016-12-16