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
Age
Commit message (
Expand
)
Author
2015-10-02
Add some more query-cancel checks to regular expression matching.
Tom Lane
2015-10-02
Don't disable commit_ts in standby if enabled locally
Alvaro Herrera
2015-10-02
pg_rewind: Improve some messages
Peter Eisentraut
2015-10-02
Fix message punctuation according to style guide
Peter Eisentraut
2015-10-01
Fix pg_dump to handle inherited NOT VALID check constraints correctly.
Tom Lane
2015-10-01
Fix commit_ts for standby
Alvaro Herrera
2015-10-01
Fix incorrect tab-completion for GRANT and REVOKE
Fujii Masao
2015-10-01
Fix documentation error in commit 8703059c6b55c427100e00a09f66534b6ccbfaa1.
Tom Lane
2015-10-01
Fix readfuncs/outfuncs problems in last night's Gather patch.
Robert Haas
2015-10-01
Fix errors in commit a04bb65f70dafdf462e0478ad19e6de56df89bfc.
Tom Lane
2015-10-01
Improve LISTEN startup time when there are many unread notifications.
Tom Lane
2015-09-30
Add a Gather executor node.
Robert Haas
2015-09-30
Don't dump core when destroying an unused ParallelContext.
Robert Haas
2015-09-30
Include policies based on ACLs needed
Stephen Frost
2015-09-30
Small improvements in comments in async.c.
Tom Lane
2015-09-30
Fix incorrect tps number calculation in "excluding connections establishing".
Tatsuo Ishii
2015-09-29
Code review for transaction commit timestamps
Alvaro Herrera
2015-09-29
Fix plperl to handle non-ASCII error message texts correctly.
Tom Lane
2015-09-29
Comment update for join pushdown.
Robert Haas
2015-09-29
Parallel executor support.
Robert Haas
2015-09-28
Fix compiler warning for non-TIOCGWINSZ case
Andrew Dunstan
2015-09-28
Fix compiler warning about unused function in non-readline case.
Andrew Dunstan
2015-09-28
Fix "sesssion" typo
Alvaro Herrera
2015-09-28
Fix poor errno handling in libpq's version of our custom OpenSSL BIO.
Tom Lane
2015-09-28
Ensure a few policies remain for pg_upgrade
Stephen Frost
2015-09-28
COPY: use pg_plan_query() instead of planner()
Alvaro Herrera
2015-09-28
Fix ON CONFLICT DO UPDATE for tables with oids.
Andres Freund
2015-09-28
Use LOCKBIT_ON() instead of a bit shift in a few places.
Robert Haas
2015-09-28
Don't try to create a temp install without abs_top_builddir.
Robert Haas
2015-09-28
pg_dump: Fix some messages
Peter Eisentraut
2015-09-27
reindexdb: Fix mistake in help output
Peter Eisentraut
2015-09-27
pg_ctl: Improve help formatting and order
Peter Eisentraut
2015-09-26
Remove legacy multixact truncation support.
Andres Freund
2015-09-26
Rework the way multixact truncations work.
Andres Freund
2015-09-25
Second try at fixing O(N^2) problem in foreign key references.
Tom Lane
2015-09-25
Further fix for psql's code for locale-aware formatting of numeric output.
Tom Lane
2015-09-25
Further fix for psql's code for locale-aware formatting of numeric output.
Tom Lane
2015-09-25
Fix psql's code for locale-aware formatting of numeric output.
Tom Lane
2015-09-24
Allow planner to use expression-index stats for function calls in WHERE.
Tom Lane
2015-09-24
Don't zero opfuncid when reading nodes.
Robert Haas
2015-09-24
Make pg_controldata report newest XID with valid commit timestamp
Fujii Masao
2015-09-24
Lower *_freeze_max_age minimum values.
Andres Freund
2015-09-23
Make ANALYZE compute basic statistics even for types with no "=" operator.
Tom Lane
2015-09-23
Add readfuncs.c support for plan nodes.
Robert Haas
2015-09-23
Print a MergeJoin's mergeNullsFirst array as bool, not int.
Robert Haas
2015-09-23
Allow autoanalyze to add pages deleted from pending list to FSM
Teodor Sigaev
2015-09-23
Teach planstate_tree_walker about custom scans.
Robert Haas
2015-09-22
Correct value of LW_SHARED_MASK.
Andres Freund
2015-09-21
Fix whitespace
Peter Eisentraut
2015-09-21
Fix possible internal overflow in numeric multiplication.
Tom Lane
[next]