summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-11-22Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane
2015-11-20Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).Tom Lane
2015-11-20Avoid server crash when worker registration fails at execution time.Robert Haas
2015-11-19Fix typo in comment.Robert Haas
2015-11-19Remove numbers from incorrectly-numbered list.Robert Haas
2015-11-19Fix thinko: errmsg -> ereport.Tom Lane
2015-11-19Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERROR.Robert Haas
2015-11-19fix a perl typoAndrew Dunstan
2015-11-19Improve vcregress.pl's handling of tap tests for client programsAndrew Dunstan
2015-11-19Fix incomplete set_foreignscan_references handling for fdw_recheck_qualsRobert Haas
2015-11-19Remove function names from some elog() calls in heapam.c.Andres Freund
2015-11-18Avoid aggregating worker instrumentation multiple times.Robert Haas
2015-11-18Fix dumb bug in tqueue.cRobert Haas
2015-11-17Fix possible internal overflow in numeric division.Tom Lane
2015-11-17Message style fixPeter Eisentraut
2015-11-17Improve messagePeter Eisentraut
2015-11-17Message improvementsPeter Eisentraut
2015-11-16Remove volatile qualifiers from bufmgr.c and freelist.cRobert Haas
2015-11-16Speed up ruleutils' name de-duplication code, and fix overlength-name case.Tom Lane
2015-11-15Remove accidentally-committed debugging code.Robert Haas
2015-11-15Fix ruleutils.c's dumping of whole-row Vars in ROW() and VALUES() contexts.Tom Lane
2015-11-14Improve type numeric's calculations for ln(), log(), exp(), pow().Tom Lane
2015-11-14Fix spelling error in postgresql.confBruce Momjian
2015-11-14pg_upgrade: properly detect file copy failure on WindowsBruce Momjian
2015-11-12vacuumdb: don't prompt for passwords over and overAlvaro Herrera
2015-11-12Move each SLRU's lwlocks to a separate tranche.Robert Haas
2015-11-12Fix unwanted flushing of libpq's input buffer when socket EOF is seen.Tom Lane
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