summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2015-08-25Limit the verbosity of memory context statistics dumps.Tom Lane
2015-08-23Reduce number of bytes examined by convert_one_string_to_scalar().Tom Lane
2015-08-23Avoid use of float arithmetic in bipartite_match.c.Tom Lane
2015-08-23Fix typo in C comment.Kevin Grittner
2015-08-23Improve whitespacePeter Eisentraut
2015-08-22Avoid O(N^2) behavior when enlarging SPI tuple table in spi_printtup().Tom Lane
2015-08-21Do not allow *timestamp to be passed as NULLAlvaro Herrera
2015-08-21Remove ExecGetScanType functionAlvaro Herrera
2015-08-21Allow record_in() and record_recv() to work for transient record types.Tom Lane
2015-08-21Rename 'cmd' to 'cmd_name' in CreatePolicyStmtStephen Frost
2015-08-21In AlterRole, make bypassrls an intStephen Frost
2015-08-19Fix bug in calculations of hash join buckets.Kevin Grittner
2015-08-15Don't use function definitions looking like old-style ones.Andres Freund
2015-08-15Correct type of waitMode variable in ExecInsertIndexTuples().Andres Freund
2015-08-15Don't use 'bool' as a struct member name in help_config.c.Andres Freund
2015-08-15Encoding PG_UHC is code page 949.Noah Misch
2015-08-15Restore old pgwin32_message_to_UTF16() behavior outside transactions.Noah Misch
2015-08-14Reduce lock levels for ALTER TABLE SET autovacuum storage optionsSimon Riggs
2015-08-13Fix unitialized variablesAlvaro Herrera
2015-08-13Undo mistaken tightening in join_is_legal().Tom Lane
2015-08-12Close some holes in BRIN page assignmentAlvaro Herrera
2015-08-12Remove duplicated assignment in pg_create_physical_replication_slot.Andres Freund
2015-08-12Fix two off-by-one errors in bufmgr.c.Andres Freund
2015-08-12Fix some possible low-memory failures in regexp compilation.Tom Lane
2015-08-12Postpone extParam/allParam calculations until the very end of planning.Tom Lane
2015-08-11Don't include rel.h when relcache.h is sufficientAlvaro Herrera
2015-08-11Allow pg_create_physical_replication_slot() to reserve WAL.Andres Freund
2015-08-11Introduce macros determining if a replication slot is physical or logical.Andres Freund
2015-08-11Minor cleanups in slot related code.Andres Freund
2015-08-10Further mucking with PlaceHolderVar-related restrictions on join order.Tom Lane
2015-08-10Add confirmed_flush column to pg_replication_slots.Andres Freund
2015-08-10Fix copy & paste mistake in pg_get_replication_slots().Andres Freund
2015-08-09Remove gram.y's precedence declaration for OVERLAPS.Tom Lane
2015-08-07Further adjustments to PlaceHolderVar removal.Tom Lane
2015-08-07Fix attach-related race condition in shm_mq_send_bytes.Robert Haas
2015-08-07Don't include low level locking code from frontend code.Andres Freund
2015-08-07Address points made in post-commit review of replication origins.Andres Freund
2015-08-07Fix old oversight in join removal logic.Tom Lane
2015-08-07Fix eclass_useful_for_merging to give valid results for appendrel children.Tom Lane
2015-08-06Further fixes for degenerate outer join clauses.Tom Lane
2015-08-06Fix incorrect calculation in shm_mq_receive.Robert Haas
2015-08-06Reduce ProcArrayLock contention by removing backends in batches.Robert Haas
2015-08-06Reconcile nodes/*funcs.c with recent work.Noah Misch
2015-08-05Fix BRIN to use SnapshotAny during summarizationAlvaro Herrera
2015-08-05Make real sure we don't reassociate joins into or out of SEMI/ANTI joins.Tom Lane
2015-08-05Rely on inline functions even if that causes warnings in older compilers.Andres Freund
2015-08-05Fix debug message output when connecting to a logical slot.Andres Freund
2015-08-04Fix bogus "out of memory" reports in tuplestore.c.Tom Lane
2015-08-04Fix a PlaceHolderVar-related oversight in star-schema planning patch.Tom Lane
2015-08-04Cap wal_buffers to avoid a server crash when it's set very large.Robert Haas