summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2017-01-17Rename C symbols for backend lo_ functionsPeter Eisentraut
2017-01-17Remove unnecessary includePeter Eisentraut
2017-01-17Fix an assertion failure related to an exclusive backup.Fujii Masao
2017-01-16Fix check_srf_call_placement() to handle VALUES cases correctly.Tom Lane
2017-01-16Fix NULL pointer dereference in tuplesort.c.Tom Lane
2017-01-16Fix typos in comments.Fujii Masao
2017-01-15Fix matching of boolean index columns to sort ordering.Tom Lane
2017-01-14Change representation of statement lists, and add statement location info.Tom Lane
2017-01-14Throw suitable error for COPY TO STDOUT/FROM STDIN in a SQL function.Tom Lane
2017-01-14Change default values for backup and replication parametersMagnus Hagander
2017-01-13Fix a bug in how we generate partition constraints.Robert Haas
2017-01-13Fix cardinality estimates for parallel joins.Robert Haas
2017-01-12Fix incorrect function name in comment.Robert Haas
2017-01-11Fix some typos in commentsMagnus Hagander
2017-01-10Fix overflow check in StringInfo; add missing castsAlvaro Herrera
2017-01-10Improve coding in _hash_addovflpage.Robert Haas
2017-01-09Fix ALTER TABLE / SET TYPE for irregular inheritanceAlvaro Herrera
2017-01-09BRIN revmap pages are not standard pages ...Alvaro Herrera
2017-01-07Get rid of ParseState.p_value_substitute; use a columnref hook instead.Tom Lane
2017-01-06Invalidate cached plans on FDW option changes.Tom Lane
2017-01-06Repair commit b81b5a96f424531b97cdd1dba97d9d1b9c9d372e.Robert Haas
2017-01-05Fix possible leak of semaphore count.Robert Haas
2017-01-05Fix possible crash reading pg_stat_activity.Robert Haas
2017-01-05Fix handling of empty arrays in array_fill().Tom Lane
2017-01-04Handle OID column inheritance correctly in ALTER TABLE ... INHERIT.Tom Lane
2017-01-04Assorted code improvements for table partitioning.Robert Haas
2017-01-04Remove unnecessary arguments from partitioning functions.Robert Haas
2017-01-04Fix reporting of constraint violations for table partitioning.Robert Haas
2017-01-04Move partition_tuple_slot out of EState.Robert Haas
2017-01-04Re-allow SSL passphrase prompt at server start, but not thereafter.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2017-01-03Disable prompting for passphrase while (re)loading SSL config files.Tom Lane
2017-01-03Allow SSL configuration to be updated at SIGHUP.Tom Lane
2016-12-29Fix typo in commentPeter Eisentraut
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