summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2015-09-19Glue layer to connect the executor to the shm_mq mechanism.Robert Haas
2015-09-18Fix low-probability memory leak in regex execution.Tom Lane
2015-09-17Add new function planstate_tree_walker.Robert Haas
2015-09-17Fix bug introduced by microvacuum for GiSTTeodor Sigaev
2015-09-16Determine whether it's safe to attempt a parallel plan for a query.Robert Haas
2015-09-16Sync regex code with Tcl 8.6.4.Tom Lane
2015-09-16Remove no-longer-used T_PrivGrantee node tag.Tom Lane
2015-09-15RLS refactoringStephen Frost
2015-09-15Fix comment regarding the meaning of infinity for timeline history entryFujii Masao
2015-09-11Install lwlocknames.h even in vpath builds.Robert Haas
2015-09-11Fix build problems in commit aa65de042f5828968f2f6cd65f45c543a40cc3e6.Robert Haas
2015-09-11When trace_lwlocks is used, identify individual lwlocks by name.Robert Haas
2015-09-09Microvacuum for GISTTeodor Sigaev
2015-09-09Remove files signaling a standby promotion request at postmaster startupFujii Masao
2015-09-08Allow per-tablespace effective_io_concurrencyAlvaro Herrera
2015-09-06Add ability to reserve WAL upon slot creation via replication protocol.Andres Freund
2015-09-05Fix misc typos.Heikki Linnakangas
2015-09-04Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane
2015-09-03Assorted code review for recent ProcArrayLock patch.Robert Haas
2015-09-02Allow usage of huge maintenance_work_mem for GIN build.Teodor Sigaev
2015-08-31Clean up icc + ia64 situation.Tom Lane
2015-08-31Allow icc to use the same atomics infrastructure as gcc.Tom Lane
2015-08-31Actually, it's not that hard to merge the Windows pqsignal code ...Tom Lane
2015-08-31Remove support for Unix systems without the POSIX signal APIs.Tom Lane
2015-08-31Remove long-dead support for platforms without sig_atomic_t.Tom Lane
2015-08-29Fix s_lock.h PPC assembly code to be compatible with native AIX assembler.Tom Lane
2015-08-25Limit the verbosity of memory context statistics dumps.Tom Lane
2015-08-23Avoid use of float arithmetic in bipartite_match.c.Tom Lane
2015-08-21Remove ExecGetScanType functionAlvaro Herrera
2015-08-21Rename 'cmd' to 'cmd_name' in CreatePolicyStmtStephen Frost
2015-08-14Reduce lock levels for ALTER TABLE SET autovacuum storage optionsSimon Riggs
2015-08-13Run autoheader to add a few missing #defines to pg_config.h.in.Heikki Linnakangas
2015-08-12Close some holes in BRIN page assignmentAlvaro Herrera
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-10Accept alternate spellings of __sparcv7 and __sparcv8.Tom Lane
2015-08-10Add confirmed_flush column to pg_replication_slots.Andres Freund
2015-08-07Attempt to work around a 32bit xlc compiler bug from a different place.Andres Freund
2015-08-07Don't include low level locking code from frontend code.Andres Freund
2015-08-07Fix eclass_useful_for_merging to give valid results for appendrel children.Tom Lane
2015-08-06Reduce ProcArrayLock contention by removing backends in batches.Robert Haas
2015-08-06Improve includes introduced in the replication origins patch.Andres Freund
2015-08-06Reconcile nodes/*funcs.c with recent work.Noah Misch
2015-08-05Fix BRIN to use SnapshotAny during summarizationAlvaro Herrera
2015-08-05Rely on inline functions even if that causes warnings in older compilers.Andres Freund
2015-08-05Fix comment atomics.h.Andres Freund
2015-08-04Fix bogus "out of memory" reports in tuplestore.c.Tom Lane
2015-08-04Share transition state between different aggregates when possible.Heikki Linnakangas