summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Rename C symbols for backend lo_ functionsPeter Eisentraut2017-01-171-20/+20
* Remove unnecessary includePeter Eisentraut2017-01-172-0/+2
* Fix an assertion failure related to an exclusive backup.Fujii Masao2017-01-171-73/+150
* Fix check_srf_call_placement() to handle VALUES cases correctly.Tom Lane2017-01-164-2/+11
* Fix NULL pointer dereference in tuplesort.c.Tom Lane2017-01-161-1/+2
* Fix typos in comments.Fujii Masao2017-01-161-2/+2
* Fix matching of boolean index columns to sort ordering.Tom Lane2017-01-152-11/+70
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-1434-486/+680
* Throw suitable error for COPY TO STDOUT/FROM STDIN in a SQL function.Tom Lane2017-01-141-1/+10
* Change default values for backup and replication parametersMagnus Hagander2017-01-142-6/+6
* Fix a bug in how we generate partition constraints.Robert Haas2017-01-132-52/+54
* Fix cardinality estimates for parallel joins.Robert Haas2017-01-131-26/+48
* Fix incorrect function name in comment.Robert Haas2017-01-121-4/+5
* Fix some typos in commentsMagnus Hagander2017-01-111-3/+3
* Fix overflow check in StringInfo; add missing castsAlvaro Herrera2017-01-101-6/+7
* Improve coding in _hash_addovflpage.Robert Haas2017-01-101-2/+12
* Fix ALTER TABLE / SET TYPE for irregular inheritanceAlvaro Herrera2017-01-092-49/+127
* BRIN revmap pages are not standard pages ...Alvaro Herrera2017-01-091-1/+1
* Get rid of ParseState.p_value_substitute; use a columnref hook instead.Tom Lane2017-01-072-22/+33
* Invalidate cached plans on FDW option changes.Tom Lane2017-01-062-0/+8
* Repair commit b81b5a96f424531b97cdd1dba97d9d1b9c9d372e.Robert Haas2017-01-061-1/+1
* Fix possible leak of semaphore count.Robert Haas2017-01-051-1/+2
* Fix possible crash reading pg_stat_activity.Robert Haas2017-01-053-22/+9
* Fix handling of empty arrays in array_fill().Tom Lane2017-01-051-19/+7
* Handle OID column inheritance correctly in ALTER TABLE ... INHERIT.Tom Lane2017-01-041-2/+42
* Assorted code improvements for table partitioning.Robert Haas2017-01-042-0/+10
* Remove unnecessary arguments from partitioning functions.Robert Haas2017-01-044-12/+11
* Fix reporting of constraint violations for table partitioning.Robert Haas2017-01-044-25/+69
* 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