summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-29Make TAP tests work on Windows.Heikki Linnakangas
2015-07-29Document how to build the docs using the website style.Robert Haas
2015-07-29Remove outdated comment in LWLockDequeueSelf's header.Andres Freund
2015-07-29Fix typo in comment.Heikki Linnakangas
2015-07-29pg_basebackup: Add --slot optionPeter Eisentraut
2015-07-29pg_basebackup: Add tests for -X optionPeter Eisentraut
2015-07-29pg_basebackup: Add tests for -R optionPeter Eisentraut
2015-07-29Prevent platform-dependent output row ordering in a new test query.Tom Lane
2015-07-28Suppress "variable may be used uninitialized" warning.Tom Lane
2015-07-28Disallow converting a table to a view if row security is present.Joe Conway
2015-07-28Create a pg_shdepend entry for each role in TO clause of policies.Joe Conway
2015-07-28Update our documentation concerning where to create data directories.Tom Lane
2015-07-28Only adjust negative indexes in json_get up to the length of the path.Andrew Dunstan
2015-07-28Reduce chatter from signaling of autovacuum workers.Tom Lane
2015-07-28Bump catversion so that HEAD is beyond 9.5Joe Conway
2015-07-28Plug RLS related information leak in pg_stats view.Joe Conway
2015-07-28Remove ssl renegotiation support.Andres Freund
2015-07-28Make tap tests store postmaster logs and handle vpaths correctlyAndrew Dunstan
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-26Improve markup for row_security.Joe Conway
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-25Some platforms now need contrib/tsm_system_time to be linked with libm.Tom Lane
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