summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Move partition_tuple_slot out of EState.Robert Haas2017-01-043-22/+33
* Re-allow SSL passphrase prompt at server start, but not thereafter.Tom Lane2017-01-043-44/+58
* Update copyright via script for 2017Bruce Momjian2017-01-03670-673/+673
* Disable prompting for passphrase while (re)loading SSL config files.Tom Lane2017-01-031-0/+29
* Allow SSL configuration to be updated at SIGHUP.Tom Lane2017-01-027-173/+294
* Fix typo in commentPeter Eisentraut2016-12-291-1/+1
* Make more use of RoleSpec structPeter Eisentraut2016-12-295-39/+26
* Fix interval_transform so it doesn't throw away non-no-op casts.Tom Lane2016-12-271-29/+82
* Fix typo commentsMagnus Hagander2016-12-271-1/+1
* Remove triggerable Assert in hashname().Tom Lane2016-12-261-4/+1
* Replace enum InhOption with simple boolean.Tom Lane2016-12-2310-22/+19
* Remove unnecessary casts of makeNode() resultPeter Eisentraut2016-12-234-13/+12
* Spellcheck: s/descendent/descendant/gTom Lane2016-12-231-3/+3
* Remove sql_inheritance GUC.Robert Haas2016-12-238-49/+13
* Remove _hash_chgbufaccess().Robert Haas2016-12-235-83/+66
* Fix tuple routing in cases where tuple descriptors don't match.Robert Haas2016-12-223-15/+117
* Use TSConfigRelationId in AlterTSConfiguration()Stephen Frost2016-12-222-3/+9
* Fix CREATE TABLE ... LIKE ... WITH OIDS.Tom Lane2016-12-221-34/+18
* Fix handling of expanded objects in CoerceToDomain and CASE execution.Tom Lane2016-12-222-7/+28
* Skip checkpoints, archiving on idle systems.Andres Freund2016-12-229-67/+155
* Fix broken error check in _hash_doinsert.Robert Haas2016-12-221-3/+5
* Code review for ATExecAttachPartition.Robert Haas2016-12-221-6/+5
* Simplify tape block format.Heikki Linnakangas2016-12-222-476/+216
* Fix detection of unfinished Unicode surrogate pair at end of string.Tom Lane2016-12-211-0/+7
* Fix strange behavior (and possible crashes) in full text phrase search.Tom Lane2016-12-216-389/+404
* Fix order of operations in CREATE OR REPLACE VIEW.Dean Rasheed2016-12-211-29/+49
* Convert elog() to ereport() and do some wordsmithing.Robert Haas2016-12-211-1/+4
* Refactor partition tuple routing code to reduce duplication.Robert Haas2016-12-213-118/+122
* Fix corner-case bug in WaitEventSetWaitBlock on Windows.Robert Haas2016-12-211-0/+27
* Refactor merge path generation code.Robert Haas2016-12-211-211/+250
* Reorder pg_sequence columns to avoid alignment issuePeter Eisentraut2016-12-211-2/+2
* Fix minor oversights in nodeAgg.c.Tom Lane2016-12-201-6/+5
* Fix minor error message style violation.Tom Lane2016-12-201-1/+1
* Add pg_sequence system catalogPeter Eisentraut2016-12-206-179/+250
* Fix sharing Agg transition state of DISTINCT or ordered aggs.Heikki Linnakangas2016-12-201-3/+18
* Invalid parent's relcache after CREATE TABLE .. PARTITION OF.Robert Haas2016-12-192-10/+10
* Provide a DSA area for all parallel queries.Robert Haas2016-12-191-1/+50
* Fix handling of phrase operator removal while removing tsquery stopwords.Tom Lane2016-12-191-73/+110
* Fix locking problem in _hash_squeezebucket() / _hash_freeovflpage().Robert Haas2016-12-191-29/+12
* Support quorum-based synchronous replication.Fujii Masao2016-12-196-56/+267
* Fix base backup rate limiting in presence of slow i/oMagnus Hagander2016-12-191-17/+7
* Fix FK-based join selectivity estimation for semi/antijoins.Tom Lane2016-12-171-19/+53
* Fix typos in commentsMagnus Hagander2016-12-172-2/+2
* Fix outdated comment in lwlock.cRobert Haas2016-12-161-2/+2
* Ensure that num_sync is greater than zero in synchronous_standby_names.Fujii Masao2016-12-171-0/+7
* Improve documentation around TS_execute().Tom Lane2016-12-163-50/+56
* Simplify LWLock tranche machinery by removing array_base/array_stride.Robert Haas2016-12-1610-190/+82
* Unbreak Finalize HashAggregate over Partial HashAggregate.Robert Haas2016-12-165-7/+28
* Fix more hash index bugs around marking buffers dirty.Robert Haas2016-12-161-1/+6
* Remove _hash_wrtbuf() in favor of calling MarkBufferDirty().Robert Haas2016-12-164-62/+41