summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2015-10-16Improve memory-usage accounting in regular-expression compiler.Tom Lane
2015-10-16Fix O(N^2) performance problems in regular-expression compiler.Tom Lane
2015-10-16Remove cautions about using volatile from spin.h.Robert Haas
2015-10-16Rewrite interaction of parallel mode with parallel executor support.Robert Haas
2015-10-16Mark more functions parallel-restricted or parallel-unsafe.Robert Haas
2015-10-16Fix a problem with parallel workers being unable to restore role.Robert Haas
2015-10-16Don't send protocol messages to a shm_mq that no longer exists.Robert Haas
2015-10-15Allow FDWs to push down quals without breaking EvalPlanQual rechecks.Robert Haas
2015-10-13On Windows, ensure shared memory handle gets closed if not being used.Tom Lane
2015-10-09Make abbreviated key comparisons for text a bit cheaper.Robert Haas
2015-10-09Remove set_latch_on_sigusr1 flag.Robert Haas
2015-10-08Add BSWAP64 macro.Robert Haas
2015-10-08Correct pg_indent to pgindent in various comments.Robert Haas
2015-10-07docs: clarify JSONB operator descriptionsBruce Momjian
2015-10-06Perform an immediate shutdown if the postmaster.pid file is removed.Tom Lane
2015-10-05Do not write out WCOs in QueryStephen Frost
2015-10-05ALTER TABLE .. FORCE ROW LEVEL SECURITYStephen Frost
2015-10-04Fix some issues in new hashtable size calculations in nodeHash.c.Tom Lane
2015-10-04Group cluster_name and update_process_title settings togetherPeter Eisentraut
2015-10-04Make BYPASSRLS behave like superuser RLS bypass.Noah Misch
2015-10-02Add recursion depth protections to regular expression matching.Tom Lane
2015-10-01Fix commit_ts for standbyAlvaro Herrera
2015-09-30Add a Gather executor node.Robert Haas
2015-09-29Code review for transaction commit timestampsAlvaro Herrera
2015-09-29Parallel executor support.Robert Haas
2015-09-28Fix "sesssion" typoAlvaro Herrera
2015-09-26Remove legacy multixact truncation support.Andres Freund
2015-09-26Rework the way multixact truncations work.Andres Freund
2015-09-24Allow planner to use expression-index stats for function calls in WHERE.Tom Lane
2015-09-23Allow autoanalyze to add pages deleted from pending list to FSMTeodor Sigaev
2015-09-21Remove the SECURITY_ROW_LEVEL_DISABLED security context bit.Noah Misch
2015-09-21Remove the row_security=force GUC value.Noah Misch
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