summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2015-09-02Allow usage of huge maintenance_work_mem for GIN build.Teodor Sigaev
2015-09-01Allow notifications to bgworkers without database connections.Robert Haas
2015-08-31Clean up icc + ia64 situation.Tom Lane
2015-08-31Actually, it's not that hard to merge the Windows pqsignal code ...Tom Lane
2015-08-31Remove theoretically-unnecessary special case for icc.Tom Lane
2015-08-31Remove support for Unix systems without the POSIX signal APIs.Tom Lane
2015-08-28Ensure locks are acquired on RLS-added relationsStephen Frost
2015-08-28Clarify what some historic terms in rewriteHandler.c mean.Andres Freund
2015-08-26Speed up HeapTupleSatisfiesMVCC() by replacing the XID-in-progress test.Tom Lane
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