summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-09-20Lightweight framework for waiting for events.asyncRobert Haas
2016-09-20Modify PlanState to have result/result_ready fields.Robert Haas
2016-09-20Modify PlanState to include a pointer to the parent PlanState.Robert Haas
2016-09-20Use PostmasterRandom(), not random(), for DSM control segment ID.Robert Haas
2016-09-20Retry DSM control segment creation if Windows indicates access denied.Robert Haas
2016-09-20Fix outdated comments, GIST search queue is not an RBTree anymore.Heikki Linnakangas
2016-09-19Fix latency calculation when there are \sleep commands in the script.Heikki Linnakangas
2016-09-19MSVC: Include pg_recvlogical in client-only install.Robert Haas
2016-09-18Fix ecpg -? option on Windows, add -V alias for --version.Heikki Linnakangas
2016-09-16Add debugging aid "bmsToString(Bitmapset *bms)".Tom Lane
2016-09-15Clarify policy on marking inherited constraints as valid.Robert Haas
2016-09-15Fix building with LibreSSL.Heikki Linnakangas
2016-09-15Fix typo in comment.Robert Haas
2016-09-15Make min_parallel_relation_size's default value platform-independent.Tom Lane
2016-09-15Support OpenSSL 1.1.0.Heikki Linnakangas
2016-09-15Fix and clarify comments on replacement selection.Heikki Linnakangas
2016-09-14Add overflow checks to money type input functionPeter Eisentraut
2016-09-14Tweak targetlist-SRF tests some more.Tom Lane
2016-09-14Improve code comment for GatherPath's single_copy flag.Robert Haas
2016-09-14Tweak targetlist-SRF tests.Tom Lane
2016-09-13Be pickier about converting between Name and Datum.Tom Lane
2016-09-13Fix executor/README to reflect disallowing SRFs in UPDATE.Tom Lane
2016-09-13Improve parser's and planner's handling of set-returning functions.Tom Lane
2016-09-13Have heapam.h include lockdefs.h rather than lock.h.Robert Haas
2016-09-13Remove user_relns() SRF from regression tests.Andres Freund
2016-09-13Address portability issues in bfe16d1a5 test output.Andres Freund
2016-09-13Add more tests for targetlist SRFs.Andres Freund
2016-09-12pg_basebackup: Clean created directories on failurePeter Eisentraut
2016-09-12Fix recent commit for tab-completion of database template.Kevin Grittner
2016-09-12Fix copy/pasto in file identificationSimon Riggs
2016-09-12Identify walsenders in pg_stat_activitySimon Riggs
2016-09-11Raise max setting of checkpoint_timeout to 1dSimon Riggs
2016-09-11psql tab completion for CREATE DATABASE ... TEMPLATE ...Kevin Grittner
2016-09-11Allow CREATE EXTENSION to follow extension update paths.Tom Lane
2016-09-11Fix and simplify MSVC build's handling of xml/xslt/uuid dependencies.Tom Lane
2016-09-11Implement binary heap replace-top operation in a smarter way.Heikki Linnakangas
2016-09-10Improve unreachability recognition in elog() macro.Tom Lane
2016-09-10Fix miserable coding in pg_stat_get_activity().Tom Lane
2016-09-09Rewrite PageIndexDeleteNoCompact into a form that only deletes 1 tuple.Tom Lane
2016-09-09Convert PageAddItem into a macro to save a few cycles.Tom Lane
2016-09-09Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use it.Tom Lane
2016-09-09Fix locking a tuple updated by an aborted (sub)transactionAlvaro Herrera
2016-09-09In PageIndexTupleDelete, don't assume stored item lengths are MAXALIGNed.Tom Lane
2016-09-09Make better use of existing enums in plpgsqlPeter Eisentraut
2016-09-09Avoid reporting "cache lookup failed" for some user-reachable cases.Tom Lane
2016-09-09Fix corruption of 2PC recovery with subxactsSimon Riggs
2016-09-09Improve scalability of md.c for large relations.Andres Freund
2016-09-09Faster PageIsVerified() for the all zeroes case.Andres Freund
2016-09-08Fix mdtruncate() to close fd.c handle of deleted segments.Andres Freund
2016-09-08Fix two src/test/modules MakefilesAlvaro Herrera