aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Remove cautions about using volatile from spin.h.Robert Haas2015-10-16
* Rewrite interaction of parallel mode with parallel executor support.Robert Haas2015-10-16
* Mark more functions parallel-restricted or parallel-unsafe.Robert Haas2015-10-16
* Fix a problem with parallel workers being unable to restore role.Robert Haas2015-10-16
* Don't send protocol messages to a shm_mq that no longer exists.Robert Haas2015-10-16
* Allow FDWs to push down quals without breaking EvalPlanQual rechecks.Robert Haas2015-10-15
* On Windows, ensure shared memory handle gets closed if not being used.Tom Lane2015-10-13
* Make abbreviated key comparisons for text a bit cheaper.Robert Haas2015-10-09
* Remove set_latch_on_sigusr1 flag.Robert Haas2015-10-09
* Add BSWAP64 macro.Robert Haas2015-10-08
* Correct pg_indent to pgindent in various comments.Robert Haas2015-10-08
* docs: clarify JSONB operator descriptionsBruce Momjian2015-10-07
* Perform an immediate shutdown if the postmaster.pid file is removed.Tom Lane2015-10-06
* Do not write out WCOs in QueryStephen Frost2015-10-05
* ALTER TABLE .. FORCE ROW LEVEL SECURITYStephen Frost2015-10-04
* Fix some issues in new hashtable size calculations in nodeHash.c.Tom Lane2015-10-04
* Group cluster_name and update_process_title settings togetherPeter Eisentraut2015-10-04
* Make BYPASSRLS behave like superuser RLS bypass.Noah Misch2015-10-03
* Add recursion depth protections to regular expression matching.Tom Lane2015-10-02
* Fix commit_ts for standbyAlvaro Herrera2015-10-01
* Add a Gather executor node.Robert Haas2015-09-30
* Code review for transaction commit timestampsAlvaro Herrera2015-09-29
* Parallel executor support.Robert Haas2015-09-28
* Fix "sesssion" typoAlvaro Herrera2015-09-28
* Remove legacy multixact truncation support.Andres Freund2015-09-26
* Rework the way multixact truncations work.Andres Freund2015-09-26
* Allow planner to use expression-index stats for function calls in WHERE.Tom Lane2015-09-24
* Allow autoanalyze to add pages deleted from pending list to FSMTeodor Sigaev2015-09-23
* Remove the SECURITY_ROW_LEVEL_DISABLED security context bit.Noah Misch2015-09-20
* Remove the row_security=force GUC value.Noah Misch2015-09-20
* Glue layer to connect the executor to the shm_mq mechanism.Robert Haas2015-09-18
* Fix low-probability memory leak in regex execution.Tom Lane2015-09-18
* Add new function planstate_tree_walker.Robert Haas2015-09-17
* Fix bug introduced by microvacuum for GiSTTeodor Sigaev2015-09-17
* Determine whether it's safe to attempt a parallel plan for a query.Robert Haas2015-09-16
* Sync regex code with Tcl 8.6.4.Tom Lane2015-09-16
* Remove no-longer-used T_PrivGrantee node tag.Tom Lane2015-09-16
* RLS refactoringStephen Frost2015-09-15
* Fix comment regarding the meaning of infinity for timeline history entryFujii Masao2015-09-15
* Install lwlocknames.h even in vpath builds.Robert Haas2015-09-11
* Fix build problems in commit aa65de042f5828968f2f6cd65f45c543a40cc3e6.Robert Haas2015-09-11
* When trace_lwlocks is used, identify individual lwlocks by name.Robert Haas2015-09-11
* Microvacuum for GISTTeodor Sigaev2015-09-09
* Remove files signaling a standby promotion request at postmaster startupFujii Masao2015-09-09
* Allow per-tablespace effective_io_concurrencyAlvaro Herrera2015-09-08
* Add ability to reserve WAL upon slot creation via replication protocol.Andres Freund2015-09-06
* Fix misc typos.Heikki Linnakangas2015-09-05
* Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane2015-09-04
* Assorted code review for recent ProcArrayLock patch.Robert Haas2015-09-03
* Allow usage of huge maintenance_work_mem for GIN build.Teodor Sigaev2015-09-02