aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Avoid some zero-divide hazards in the planner.Tom Lane2015-07-30
* Fix calculation of latency of pgbench backslash commands.Heikki Linnakangas2015-07-30
* Remove redundant "make install" from pg_upgrade test suite.Noah Misch2015-07-29
* MSVC: Revert most 9.5 changes to pre-9.5 vcregress.pl tests.Noah Misch2015-07-29
* MSVC: Remove duplicate PATH entry in test harness.Noah Misch2015-07-29
* MSVC: Future-proof installation file skip logic.Noah Misch2015-07-29
* Add IF NOT EXISTS processing to ALTER TABLE ADD COLUMNAndrew Dunstan2015-07-29
* Create new ParseExprKind for use by policy expressions.Joe Conway2015-07-29
* Fix incorrect comment.Robert Haas2015-07-29
* Fix TAP tests with "make installcheck".Heikki Linnakangas2015-07-29
* Add some test coverage of EvalPlanQual with non-locked tables.Tom Lane2015-07-29
* Add missing post create and alter hooks to policy objects.Joe Conway2015-07-29
* Make TAP tests work on Windows.Heikki Linnakangas2015-07-29
* Remove outdated comment in LWLockDequeueSelf's header.Andres Freund2015-07-29
* Fix typo in comment.Heikki Linnakangas2015-07-29
* pg_basebackup: Add --slot optionPeter Eisentraut2015-07-28
* pg_basebackup: Add tests for -X optionPeter Eisentraut2015-07-28
* pg_basebackup: Add tests for -R optionPeter Eisentraut2015-07-28
* Prevent platform-dependent output row ordering in a new test query.Tom Lane2015-07-28
* Suppress "variable may be used uninitialized" warning.Tom Lane2015-07-28
* Disallow converting a table to a view if row security is present.Joe Conway2015-07-28
* Create a pg_shdepend entry for each role in TO clause of policies.Joe Conway2015-07-28
* Only adjust negative indexes in json_get up to the length of the path.Andrew Dunstan2015-07-28
* Reduce chatter from signaling of autovacuum workers.Tom Lane2015-07-28
* Bump catversion so that HEAD is beyond 9.5Joe Conway2015-07-28
* Plug RLS related information leak in pg_stats view.Joe Conway2015-07-28
* Remove ssl renegotiation support.Andres Freund2015-07-28
* Make tap tests store postmaster logs and handle vpaths correctlyAndrew Dunstan2015-07-28
* Centralize decision-making about where to get a backend's PGPROC.Robert Haas2015-07-28
* Remove an unsafe Assert, and explain join_clause_is_movable_into() better.Tom Lane2015-07-28
* Fix bug in collecting total_latencies from all threads in pgbench.Heikki Linnakangas2015-07-28
* Another attempt at fixing memory leak in xlogreader.Heikki Linnakangas2015-07-28
* Fix pg_dump output of policies.Joe Conway2015-07-27
* Improve RLS handling in copy.cStephen Frost2015-07-27
* Further code review for pg_stat_ssl patch.Tom Lane2015-07-27
* Fix pointer-arithmetic thinko in pg_stat_ssl patch.Tom Lane2015-07-27
* Don't assume that 'char' is signed.Heikki Linnakangas2015-07-27
* Fix memory leaks in pg_rewind. Several PQclear() calls were missing.Heikki Linnakangas2015-07-27
* Don't assume that PageIsEmpty() returns true on an all-zeros page.Heikki Linnakangas2015-07-27
* Fix memory leak in xlogreader facility.Heikki Linnakangas2015-07-27
* Reuse all-zero pages in GIN.Heikki Linnakangas2015-07-27
* Fix handling of all-zero pages in SP-GiST vacuum.Heikki Linnakangas2015-07-27
* Avoid calling PageGetSpecialPointer() on an all-zeros page.Heikki Linnakangas2015-07-27
* Remove false comment about speculative insertion.Heikki Linnakangas2015-07-27
* Fix oversight in flattening of subqueries with empty FROM.Tom Lane2015-07-26
* Make entirely-dummy appendrels get marked as such in set_append_rel_size.Tom Lane2015-07-26
* Check the relevant index element in ON CONFLICT unique index inference.Andres Freund2015-07-26
* Fix flattening of nested grouping sets.Andres Freund2015-07-26
* Allow to push down clauses from HAVING to WHERE when grouping sets are used.Andres Freund2015-07-26
* Recognize GROUPING() as a aggregate expression.Andres Freund2015-07-26