summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2017-01-23Fix example plan in optimizer/README.Tom Lane
2017-01-22Relocate static function declarations to be after typedefs in jsonfuncs.c.Tom Lane
2017-01-22Remove no-longer-needed loop in ExecGather().Tom Lane
2017-01-22Add missing breakPeter Eisentraut
2017-01-21Move some things from builtins.h to new header filesPeter Eisentraut
2017-01-20Avoid useless respawining the autovacuum launcher at high speed.Robert Haas
2017-01-20Fix comparison logic in partition_bounds_equal for non-finite bounds.Robert Haas
2017-01-20Record dependencies on owners for logical replication objectsAlvaro Herrera
2017-01-20Try to fix non-MSVC Windows builds in the wake of logical replication.Tom Lane
2017-01-20Logical replicationPeter Eisentraut
2017-01-20Avoid core dump for empty prepared statement in an aborted transaction.Tom Lane
2017-01-19Fix Assert failure induced by commit 215b43cdc.Tom Lane
2017-01-19Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund
2017-01-19Fix race condition in reading commit timestampsAlvaro Herrera
2017-01-19Avoid some code duplication in map_partition_varattnos().Robert Haas
2017-01-19Fix some problems in check_new_partition_bound().Robert Haas
2017-01-19Fix RETURNING to work correctly with partition tuple routing.Robert Haas
2017-01-19Fix failure to enforce partitioning contraint for internal partitions.Robert Haas
2017-01-19Allow negative years in make_date to represent BC yearsAlvaro Herrera
2017-01-18Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund
2017-01-18Improve comment in hashsearch.c.Robert Haas
2017-01-18Implement array version of jsonb_delete and operatorMagnus Hagander
2017-01-18Disable transforms that replaced AT TIME ZONE with RelabelType.Tom Lane
2017-01-18Update information_schema queries and system views for new relkind.Robert Haas
2017-01-18Make messages mentioning type names more uniformAlvaro Herrera
2017-01-18Factor out logic for computing number of parallel workers.Robert Haas
2017-01-18Avoid conflicts with collation aliases generated by stripping.Tom Lane
2017-01-18Improve RLS planning by marking individual quals with security levels.Tom Lane
2017-01-18Add function to import operating system collationsPeter Eisentraut
2017-01-17Remove dead code in bootstrapAlvaro Herrera
2017-01-17Fix typoAlvaro Herrera
2017-01-17Fix typoAlvaro Herrera
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
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