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
2016-02-08
Stamp 9.5.1.
REL9_5_1
Tom Lane
2016-02-08
Fix some regex issues with out-of-range characters and large char ranges.
Tom Lane
2016-02-02
Fix pg_description entries for jsonb_to_record() and jsonb_to_recordset().
Tom Lane
2016-01-22
Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.
Tom Lane
2016-01-21
Add defenses against putting expanded objects into Const nodes.
Tom Lane
2016-01-09
Clean up some lack-of-STRICT issues in the core code, too.
Tom Lane
2016-01-08
Fix typo in comment
Magnus Hagander
2016-01-04
Stamp 9.5.0.
REL9_5_0
Tom Lane
2016-01-01
Split out pg_operator.h function declarations to new file pg_operator_fn.h.
Tom Lane
2015-12-28
Rename (new|old)estCommitTs to (new|old)estCommitTsXid
Joe Conway
2015-12-22
Comment improvements for abbreviated keys.
Robert Haas
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
Stamp 9.5rc1.
REL9_5_RC1
Tom Lane
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
Simplify LATERAL-related calculations within add_paths_to_joinrel().
Tom Lane
2015-12-08
Allow foreign and custom joins to handle EvalPlanQual rechecks.
Robert Haas
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-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-09
Stamp 9.5beta2.
REL9_5_BETA2
Robert Haas
2015-11-05
Pass extra data to bgworkers, and use this to fix parallel contexts.
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
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
2015-10-16
Fix a problem with parallel workers being unable to restore role.
Robert Haas
2015-10-16
Don't send protocol messages to a shm_mq that no longer exists.
Robert Haas
2015-10-15
Allow FDWs to push down quals without breaking EvalPlanQual rechecks.
Robert Haas
2015-10-13
On Windows, ensure shared memory handle gets closed if not being used.
Tom Lane
2015-10-07
docs: clarify JSONB operator descriptions
Bruce Momjian
2015-10-06
Perform an immediate shutdown if the postmaster.pid file is removed.
Tom Lane
2015-10-05
Stamp 9.5beta1.
REL9_5_BETA1
Tom Lane
2015-10-05
Do not write out WCOs in Query
Stephen Frost
2015-10-05
ALTER TABLE .. FORCE ROW LEVEL SECURITY
Stephen Frost
2015-10-04
Fix some issues in new hashtable size calculations in nodeHash.c.
Tom Lane
2015-10-04
Group cluster_name and update_process_title settings together
Peter Eisentraut
2015-10-04
Make BYPASSRLS behave like superuser RLS bypass.
Noah Misch
2015-10-02
Add recursion depth protections to regular expression matching.
Tom Lane
2015-10-01
Fix commit_ts for standby
Alvaro Herrera
2015-09-29
Code review for transaction commit timestamps
Alvaro Herrera
2015-09-28
Fix "sesssion" typo
Alvaro Herrera
[next]