summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-11-12libpq: Notice errors a backend may have sent just before dying.Robert Haas
2015-11-12Make idle backends exit if the postmaster dies.Robert Haas
2015-11-12Provide readfuncs support for custom scans.Robert Haas
2015-11-11Be more noisy about "wrong number of nailed relations" initfile problems.Tom Lane
2015-11-11Generate parallel sequential scan plans in simple cases.Robert Haas
2015-11-11Make sequential scans parallel-aware.Robert Haas
2015-11-11Add outfuncs.c support for GatherPath.Robert Haas
2015-11-10Add missing "static" qualifier.Tom Lane
2015-11-09Comment update.Robert Haas
2015-11-09Fix rebasing mistake in nodeGather.cRobert Haas
2015-11-09Add a dummy return statement to TupleQueueRemap.Robert Haas
2015-11-08Set replication origin when decoding commit records.Andres Freund
2015-11-08Don't connect() to a wildcard address in test_postmaster_connection().Noah Misch
2015-11-08Remove set-but-not-used variables.Robert Haas
2015-11-07Add "xid <> xid" and "xid <> int4" operators.Tom Lane
2015-11-07Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully.Tom Lane
2015-11-07Fix enforcement of restrictions inside regexp lookaround constraints.Tom Lane
2015-11-07Try to convince gcc that TupleQueueRemap never falls off the end.Robert Haas
2015-11-07When completing ALTER INDEX .. SET, add an equals sign also.Robert Haas
2015-11-06Modify tqueue infrastructure to support transient record types.Robert Haas
2015-11-06Remove unnecessary cast in previous commit.Robert Haas
2015-11-06Add sort support routine for the UUID data type.Robert Haas
2015-11-06Set include_realm=1 default in parse_hba_lineStephen Frost
2015-11-06pg_size_pretty: Format negative values similar to positive ones.Robert Haas
2015-11-05Fix erroneous hash calculations in gin_extract_jsonb_path().Tom Lane
2015-11-05Fix memory leaks in PL/Python.Tom Lane
2015-11-05Pass extra data to bgworkers, and use this to fix parallel contexts.Robert Haas
2015-11-05Improve implementation of GEQO's init_tour() function.Tom Lane
2015-11-05Update spelling of COPY optionsPeter Eisentraut
2015-11-03Allow postgres_fdw to ship extension funcs/operators for remote execution.Tom Lane
2015-11-03Improve comments about abbreviation abort.Robert Haas
2015-11-03Code + docs review for unicode linestyle patch.Tom Lane
2015-11-03shm_mq: Third attempt at fixing nowait behavior in shm_mq_receive.Robert Haas
2015-11-03Correct tiny inaccuracy in strxfrm cache comment.Robert Haas
2015-11-03Remove some more dead Alpha-specific code.Tom Lane
2015-11-02Fix problems with ParamListInfo serialization mechanism.Robert Haas
2015-10-31Fix serialization anomalies due to race conditions on INSERT.Kevin Grittner
2015-10-30Implement lookbehind constraints in our regular-expression engine.Tom Lane
2015-10-30Update parallel executor support to reuse the same DSM.Robert Haas
2015-10-30Fix typo in bgworker.cRobert Haas
2015-10-29Remove some remains from Alpha support removalPeter Eisentraut
2015-10-29Message style improvementsPeter Eisentraut
2015-10-28Add missing serial comma, for consistency.Robert Haas
2015-10-28Fix incorrect message in ATWrongRelkindError.Robert Haas
2015-10-28Fix secondary expected output for commit_ts testAlvaro Herrera
2015-10-27Make Gather node projection-capable.Robert Haas
2015-10-27Fix BRIN free space computationsAlvaro Herrera
2015-10-27Cleanup commit timestamp module activaction, againAlvaro Herrera
2015-10-27Measure string lengths only onceAlvaro Herrera
2015-10-23shm_mq: Repair breakage from previous commit.Robert Haas