summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-07-28Centralize decision-making about where to get a backend's PGPROC.Robert Haas
2015-07-28Remove an unsafe Assert, and explain join_clause_is_movable_into() better.Tom Lane
2015-07-28Fix bug in collecting total_latencies from all threads in pgbench.Heikki Linnakangas
2015-07-28Another attempt at fixing memory leak in xlogreader.Heikki Linnakangas
2015-07-28Fix pg_dump output of policies.Joe Conway
2015-07-27Improve RLS handling in copy.cStephen Frost
2015-07-27Further code review for pg_stat_ssl patch.Tom Lane
2015-07-27Fix pointer-arithmetic thinko in pg_stat_ssl patch.Tom Lane
2015-07-27Don't assume that 'char' is signed.Heikki Linnakangas
2015-07-27Fix memory leaks in pg_rewind. Several PQclear() calls were missing.Heikki Linnakangas
2015-07-27Don't assume that PageIsEmpty() returns true on an all-zeros page.Heikki Linnakangas
2015-07-27Fix memory leak in xlogreader facility.Heikki Linnakangas
2015-07-27Reuse all-zero pages in GIN.Heikki Linnakangas
2015-07-27Fix handling of all-zero pages in SP-GiST vacuum.Heikki Linnakangas
2015-07-27Avoid calling PageGetSpecialPointer() on an all-zeros page.Heikki Linnakangas
2015-07-27Remove false comment about speculative insertion.Heikki Linnakangas
2015-07-26Fix oversight in flattening of subqueries with empty FROM.Tom Lane
2015-07-26Make entirely-dummy appendrels get marked as such in set_append_rel_size.Tom Lane
2015-07-26Check the relevant index element in ON CONFLICT unique index inference.Andres Freund
2015-07-26Fix flattening of nested grouping sets.Andres Freund
2015-07-26Allow to push down clauses from HAVING to WHERE when grouping sets are used.Andres Freund
2015-07-26Recognize GROUPING() as a aggregate expression.Andres Freund
2015-07-26Build column mapping for grouping sets in all required cases.Andres Freund
2015-07-25Dodge portability issue (apparent compiler bug) in new tablesample code.Tom Lane
2015-07-25Restore use of zlib default compression in pg_dump directory mode.Andrew Dunstan
2015-07-25In pg_ctl, report unexpected failure to stat() the postmaster.pid file.Tom Lane
2015-07-25Update oidjoins regression test for 9.5.Tom Lane
2015-07-25Redesign tablesample method API, and do extensive code review.Tom Lane
2015-07-24Make RLS work with UPDATE ... WHERE CURRENT OFJoe Conway
2015-07-24Fix treatment of nulls in jsonb_agg and jsonb_object_aggAndrew Dunstan
2015-07-24Fix bug around assignment expressions containing indirections.Andres Freund
2015-07-23Redirect install output of make check into a log fileAndrew Dunstan
2015-07-22Fix off-by-one error in calculating subtrans/multixact truncation point.Heikki Linnakangas
2015-07-22Fix add_rte_to_flat_rtable() for recent feature additions.Tom Lane
2015-07-21Fix some oversights in BRIN patch.Tom Lane
2015-07-21Fix location of output logs of pg_regressAndrew Dunstan
2015-07-21Fix omission of OCLASS_TRANSFORM in object_classes[]Alvaro Herrera
2015-07-20Sanity-check that a page zeroed by redo routine is marked with WILL_INIT.Heikki Linnakangas
2015-07-20Don't handle PUBLIC/NONE separatelyAlvaro Herrera
2015-07-20Improve tab-completion for DROP POLICYAlvaro Herrera
2015-07-20Fix (some of) pltcl memory usageAlvaro Herrera
2015-07-20Improve BRIN documentation somewhatAlvaro Herrera
2015-07-20Fix mis-merge in previous commitAlvaro Herrera
2015-07-20Add some comments to test_ddl_deparse and a READMEAlvaro Herrera
2015-07-20Handle AT_ReAddComment in test_ddl_deparse, and add a catch-all default.Heikki Linnakangas
2015-07-19Remove dead code.Andrew Dunstan
2015-07-18Make WaitLatchOrSocket's timeout detection more robust.Tom Lane
2015-07-18Support JSON negative array subscripts everywhereAndrew Dunstan
2015-07-17Repair mishandling of cached cast-expression trees in plpgsql.Tom Lane
2015-07-17Fix entirely broken permissions test in new alter_operator regression test.Tom Lane