index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2015-12-23
Allow omitting one or both boundaries in an array slice specifier.
Tom Lane
2015-12-22
Comment improvements for abbreviated keys.
Robert Haas
2015-12-22
postgres_fdw: Consider requesting sorted data so we can do a merge join.
Robert Haas
2015-12-18
Revert 9246af6799819847faa33baf441251003acbb8fe because
Teodor Sigaev
2015-12-18
Allow to omit boundaries in array subscript
Teodor Sigaev
2015-12-18
Adjust behavior of single-user -j mode for better initdb error reporting.
Tom Lane
2015-12-17
Rework internals of changing a type's ownership
Alvaro Herrera
2015-12-16
Cope with Readline's failure to track SIGWINCH events outside of input.
Tom Lane
2015-12-15
Move buffer I/O and content LWLocks out of the main tranche.
Robert Haas
2015-12-15
Provide a way to predefine LWLock tranche IDs.
Robert Haas
2015-12-11
Handle policies during DROP OWNED BY
Stephen Frost
2015-12-11
Get rid of the planner's LateralJoinInfo data structure.
Tom Lane
2015-12-11
Still more fixes for planner's handling of LATERAL references.
Tom Lane
2015-12-11
Fix commit timestamp initialization
Alvaro Herrera
2015-12-10
Fix bug leading to restoring unlogged relations from empty files.
Andres Freund
2015-12-09
Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker statistics.
Robert Haas
2015-12-08
Improve performance in freeing memory contexts
Kevin Grittner
2015-12-08
Allow foreign and custom joins to handle EvalPlanQual rechecks.
Robert Haas
2015-12-07
Simplify LATERAL-related calculations within add_paths_to_joinrel().
Tom Lane
2015-12-07
Fix another oversight in checking if a join with LATERAL refs is legal.
Tom Lane
2015-12-03
Further tweak commit_timestamp behavior
Alvaro Herrera
2015-11-29
Avoid caching expression state trees for domain constraints across queries.
Tom Lane
2015-11-28
Avoid doing encoding conversions by double-conversion via MULE_INTERNAL.
Tom Lane
2015-11-27
COPY (INSERT/UPDATE/DELETE .. RETURNING ..)
Teodor Sigaev
2015-11-22
Adopt the GNU convention for handling tar-archive members exceeding 8GB.
Tom Lane
2015-11-20
Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).
Tom Lane
2015-11-19
Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERROR.
Robert Haas
2015-11-18
Avoid aggregating worker instrumentation multiple times.
Robert Haas
2015-11-16
Remove volatile qualifiers from bufmgr.c and freelist.c
Robert Haas
2015-11-12
Move each SLRU's lwlocks to a separate tranche.
Robert Haas
2015-11-12
Provide readfuncs support for custom scans.
Robert Haas
2015-11-11
Generate parallel sequential scan plans in simple cases.
Robert Haas
2015-11-11
Make sequential scans parallel-aware.
Robert Haas
2015-11-07
Add "xid <> xid" and "xid <> int4" operators.
Tom Lane
2015-11-06
Modify tqueue infrastructure to support transient record types.
Robert Haas
2015-11-06
Add sort support routine for the UUID data type.
Robert Haas
2015-11-05
Pass extra data to bgworkers, and use this to fix parallel contexts.
Robert Haas
2015-11-03
Allow postgres_fdw to ship extension funcs/operators for remote execution.
Tom Lane
2015-11-02
Fix problems with ParamListInfo serialization mechanism.
Robert Haas
2015-10-30
Implement lookbehind constraints in our regular-expression engine.
Tom Lane
2015-10-30
Update parallel executor support to reuse the same DSM.
Robert Haas
2015-10-27
Make Gather node projection-capable.
Robert Haas
2015-10-27
Cleanup commit timestamp module activaction, again
Alvaro Herrera
2015-10-20
Fix incorrect translation of minus-infinity datetimes for json/jsonb.
Tom Lane
2015-10-20
Fix incorrect comment in plannodes.h
Robert Haas
2015-10-16
Add a C API for parallel heap scans.
Robert Haas
2015-10-16
Allow a parallel context to relaunch workers.
Robert Haas
2015-10-16
Improve memory-usage accounting in regular-expression compiler.
Tom Lane
2015-10-16
Fix O(N^2) performance problems in regular-expression compiler.
Tom Lane
2015-10-16
Remove cautions about using volatile from spin.h.
Robert Haas
[next]