aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Avoid caching expression state trees for domain constraints across queries.Tom Lane2015-11-29
* Avoid doing encoding conversions by double-conversion via MULE_INTERNAL.Tom Lane2015-11-28
* COPY (INSERT/UPDATE/DELETE .. RETURNING ..)Teodor Sigaev2015-11-27
* Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane2015-11-21
* Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).Tom Lane2015-11-20
* Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERROR.Robert Haas2015-11-19
* Avoid aggregating worker instrumentation multiple times.Robert Haas2015-11-18
* Remove volatile qualifiers from bufmgr.c and freelist.cRobert Haas2015-11-16
* Move each SLRU's lwlocks to a separate tranche.Robert Haas2015-11-12
* Provide readfuncs support for custom scans.Robert Haas2015-11-12
* Generate parallel sequential scan plans in simple cases.Robert Haas2015-11-11
* Make sequential scans parallel-aware.Robert Haas2015-11-11
* Add "xid <> xid" and "xid <> int4" operators.Tom Lane2015-11-07
* Modify tqueue infrastructure to support transient record types.Robert Haas2015-11-06
* Add sort support routine for the UUID data type.Robert Haas2015-11-06
* Pass extra data to bgworkers, and use this to fix parallel contexts.Robert Haas2015-11-05
* Allow postgres_fdw to ship extension funcs/operators for remote execution.Tom Lane2015-11-03
* Fix problems with ParamListInfo serialization mechanism.Robert Haas2015-11-02
* Implement lookbehind constraints in our regular-expression engine.Tom Lane2015-10-30
* Update parallel executor support to reuse the same DSM.Robert Haas2015-10-30
* Make Gather node projection-capable.Robert Haas2015-10-28
* Cleanup commit timestamp module activaction, againAlvaro Herrera2015-10-27
* Fix incorrect translation of minus-infinity datetimes for json/jsonb.Tom Lane2015-10-20
* Fix incorrect comment in plannodes.hRobert Haas2015-10-20
* Add a C API for parallel heap scans.Robert Haas2015-10-16
* Allow a parallel context to relaunch workers.Robert Haas2015-10-16
* Improve memory-usage accounting in regular-expression compiler.Tom Lane2015-10-16
* Fix O(N^2) performance problems in regular-expression compiler.Tom Lane2015-10-16
* 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