summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-10-01Fix commit_ts for standbyAlvaro Herrera
2015-10-01Fix incorrect tab-completion for GRANT and REVOKEFujii Masao
2015-10-01Fix documentation error in commit 8703059c6b55c427100e00a09f66534b6ccbfaa1.Tom Lane
2015-10-01Fix readfuncs/outfuncs problems in last night's Gather patch.Robert Haas
2015-10-01Fix errors in commit a04bb65f70dafdf462e0478ad19e6de56df89bfc.Tom Lane
2015-10-01Improve LISTEN startup time when there are many unread notifications.Tom Lane
2015-09-30Add a Gather executor node.Robert Haas
2015-09-30Don't dump core when destroying an unused ParallelContext.Robert Haas
2015-09-30Include policies based on ACLs neededStephen Frost
2015-09-30Small improvements in comments in async.c.Tom Lane
2015-09-30Fix incorrect tps number calculation in "excluding connections establishing".Tatsuo Ishii
2015-09-29Code review for transaction commit timestampsAlvaro Herrera
2015-09-29Fix plperl to handle non-ASCII error message texts correctly.Tom Lane
2015-09-29Comment update for join pushdown.Robert Haas
2015-09-29Parallel executor support.Robert Haas
2015-09-28Fix compiler warning for non-TIOCGWINSZ caseAndrew Dunstan
2015-09-28Fix compiler warning about unused function in non-readline case.Andrew Dunstan
2015-09-28Fix "sesssion" typoAlvaro Herrera
2015-09-28Fix poor errno handling in libpq's version of our custom OpenSSL BIO.Tom Lane
2015-09-28Ensure a few policies remain for pg_upgradeStephen Frost
2015-09-28COPY: use pg_plan_query() instead of planner()Alvaro Herrera
2015-09-28Fix ON CONFLICT DO UPDATE for tables with oids.Andres Freund
2015-09-28Use LOCKBIT_ON() instead of a bit shift in a few places.Robert Haas
2015-09-28Don't try to create a temp install without abs_top_builddir.Robert Haas
2015-09-28pg_dump: Fix some messagesPeter Eisentraut
2015-09-27reindexdb: Fix mistake in help outputPeter Eisentraut
2015-09-27pg_ctl: Improve help formatting and orderPeter Eisentraut
2015-09-26Remove legacy multixact truncation support.Andres Freund
2015-09-26Rework the way multixact truncations work.Andres Freund
2015-09-25Second try at fixing O(N^2) problem in foreign key references.Tom Lane
2015-09-25Further fix for psql's code for locale-aware formatting of numeric output.Tom Lane
2015-09-25Further fix for psql's code for locale-aware formatting of numeric output.Tom Lane
2015-09-25Fix psql's code for locale-aware formatting of numeric output.Tom Lane
2015-09-24Allow planner to use expression-index stats for function calls in WHERE.Tom Lane
2015-09-24Don't zero opfuncid when reading nodes.Robert Haas
2015-09-24Make pg_controldata report newest XID with valid commit timestampFujii Masao
2015-09-24Lower *_freeze_max_age minimum values.Andres Freund
2015-09-23Make ANALYZE compute basic statistics even for types with no "=" operator.Tom Lane
2015-09-23Add readfuncs.c support for plan nodes.Robert Haas
2015-09-23Print a MergeJoin's mergeNullsFirst array as bool, not int.Robert Haas
2015-09-23Allow autoanalyze to add pages deleted from pending list to FSMTeodor Sigaev
2015-09-23Teach planstate_tree_walker about custom scans.Robert Haas
2015-09-22Correct value of LW_SHARED_MASK.Andres Freund
2015-09-21Fix whitespacePeter Eisentraut
2015-09-21Fix possible internal overflow in numeric multiplication.Tom Lane
2015-09-21Remove the SECURITY_ROW_LEVEL_DISABLED security context bit.Noah Misch
2015-09-21Remove the row_security=force GUC value.Noah Misch
2015-09-21Restrict file mode creation mask during tmpfile().Noah Misch
2015-09-20Be more wary about partially-valid LOCALLOCK data in RemoveLocalLock().Tom Lane
2015-09-19Simplify GETTEXT_FILES listPeter Eisentraut