aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Undo mistaken tightening in join_is_legal().Tom Lane2015-08-12
* Close some holes in BRIN page assignmentAlvaro Herrera2015-08-12
* Fix two off-by-one errors in bufmgr.c.Andres Freund2015-08-12
* Fix some possible low-memory failures in regexp compilation.Tom Lane2015-08-12
* Minor cleanups in slot related code.Andres Freund2015-08-11
* Further mucking with PlaceHolderVar-related restrictions on join order.Tom Lane2015-08-10
* Fix copy & paste mistake in pg_get_replication_slots().Andres Freund2015-08-10
* Remove gram.y's precedence declaration for OVERLAPS.Tom Lane2015-08-09
* Further adjustments to PlaceHolderVar removal.Tom Lane2015-08-07
* Fix attach-related race condition in shm_mq_send_bytes.Robert Haas2015-08-07
* Address points made in post-commit review of replication origins.Andres Freund2015-08-07
* Fix old oversight in join removal logic.Tom Lane2015-08-06
* Fix eclass_useful_for_merging to give valid results for appendrel children.Tom Lane2015-08-06
* Further fixes for degenerate outer join clauses.Tom Lane2015-08-06
* Fix incorrect calculation in shm_mq_receive.Robert Haas2015-08-06
* Reconcile nodes/*funcs.c with recent work.Noah Misch2015-08-05
* Fix BRIN to use SnapshotAny during summarizationAlvaro Herrera2015-08-05
* Make real sure we don't reassociate joins into or out of SEMI/ANTI joins.Tom Lane2015-08-05
* Fix debug message output when connecting to a logical slot.Andres Freund2015-08-05
* Fix bogus "out of memory" reports in tuplestore.c.Tom Lane2015-08-04
* Fix a PlaceHolderVar-related oversight in star-schema planning patch.Tom Lane2015-08-04
* Cap wal_buffers to avoid a server crash when it's set very large.Robert Haas2015-08-04
* Update comment to match behavior of latest code.Robert Haas2015-08-04
* RLS: Keep deny policy when only restrictive existStephen Frost2015-08-03
* Translation updatesPeter Eisentraut2015-08-03
* Make recovery rename tablespace_map to *.old if backup_label is not present.Fujii Masao2015-08-03
* Fix a number of places that produced XX000 errors in the regression tests.Tom Lane2015-08-02
* Avoid calling memcpy() with a NULL source pointer and count == 0.Tom Lane2015-08-02
* Fix incorrect order of lock file removal and failure to close() sockets.Tom Lane2015-08-02
* Fix race condition that lead to WALInsertLock deadlock with commit_delay.Heikki Linnakangas2015-08-02
* Micro optimize LWLockAttemptLock() a bit.Andres Freund2015-08-02
* Fix issues around the "variable" support in the lwlock infrastructure.Andres Freund2015-08-02
* Fix some planner issues with degenerate outer join clauses.Tom Lane2015-08-01
* Teach predtest.c that "foo" implies "foo IS NOT NULL".Tom Lane2015-08-01
* Fix an oversight in checking whether a join with LATERAL refs is legal.Tom Lane2015-07-31
* Fix broken assertion in BRIN codeAlvaro Herrera2015-07-30
* Use appropriate command type when retrieving relation's policies.Joe Conway2015-07-30
* Avoid some zero-divide hazards in the planner.Tom Lane2015-07-30
* Create new ParseExprKind for use by policy expressions.Joe Conway2015-07-29
* Add missing post create and alter hooks to policy objects.Joe Conway2015-07-29
* Remove outdated comment in LWLockDequeueSelf's header.Andres Freund2015-07-29
* Fix typo in comment.Heikki Linnakangas2015-07-29
* 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
* Plug RLS related information leak in pg_stats view.Joe Conway2015-07-28
* Remove ssl renegotiation support.Andres Freund2015-07-28
* Remove an unsafe Assert, and explain join_clause_is_movable_into() better.Tom Lane2015-07-28