aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Limit the verbosity of memory context statistics dumps.Tom Lane2015-08-25
* Reduce number of bytes examined by convert_one_string_to_scalar().Tom Lane2015-08-23
* Avoid use of float arithmetic in bipartite_match.c.Tom Lane2015-08-23
* Fix typo in C comment.Kevin Grittner2015-08-23
* Improve whitespacePeter Eisentraut2015-08-22
* Avoid O(N^2) behavior when enlarging SPI tuple table in spi_printtup().Tom Lane2015-08-21
* Do not allow *timestamp to be passed as NULLAlvaro Herrera2015-08-21
* Remove ExecGetScanType functionAlvaro Herrera2015-08-21
* Allow record_in() and record_recv() to work for transient record types.Tom Lane2015-08-21
* Rename 'cmd' to 'cmd_name' in CreatePolicyStmtStephen Frost2015-08-21
* In AlterRole, make bypassrls an intStephen Frost2015-08-21
* Fix bug in calculations of hash join buckets.Kevin Grittner2015-08-19
* Don't use function definitions looking like old-style ones.Andres Freund2015-08-15
* Correct type of waitMode variable in ExecInsertIndexTuples().Andres Freund2015-08-15
* Don't use 'bool' as a struct member name in help_config.c.Andres Freund2015-08-15
* Encoding PG_UHC is code page 949.Noah Misch2015-08-14
* Restore old pgwin32_message_to_UTF16() behavior outside transactions.Noah Misch2015-08-14
* Reduce lock levels for ALTER TABLE SET autovacuum storage optionsSimon Riggs2015-08-14
* Fix unitialized variablesAlvaro Herrera2015-08-13
* Undo mistaken tightening in join_is_legal().Tom Lane2015-08-12
* Close some holes in BRIN page assignmentAlvaro Herrera2015-08-12
* Remove duplicated assignment in pg_create_physical_replication_slot.Andres Freund2015-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
* Postpone extParam/allParam calculations until the very end of planning.Tom Lane2015-08-11
* Don't include rel.h when relcache.h is sufficientAlvaro Herrera2015-08-11
* Allow pg_create_physical_replication_slot() to reserve WAL.Andres Freund2015-08-11
* Introduce macros determining if a replication slot is physical or logical.Andres Freund2015-08-11
* Minor cleanups in slot related code.Andres Freund2015-08-11
* Further mucking with PlaceHolderVar-related restrictions on join order.Tom Lane2015-08-10
* Add confirmed_flush column to pg_replication_slots.Andres Freund2015-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
* Don't include low level locking code from frontend code.Andres Freund2015-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
* Reduce ProcArrayLock contention by removing backends in batches.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
* Rely on inline functions even if that causes warnings in older compilers.Andres Freund2015-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