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-29
Message style improvements
Peter Eisentraut
2015-10-28
Add missing serial comma, for consistency.
Robert Haas
2015-10-28
Fix incorrect message in ATWrongRelkindError.
Robert Haas
2015-10-28
Fix secondary expected output for commit_ts test
Alvaro Herrera
2015-10-27
Make Gather node projection-capable.
Robert Haas
2015-10-27
Fix BRIN free space computations
Alvaro Herrera
2015-10-27
Cleanup commit timestamp module activaction, again
Alvaro Herrera
2015-10-27
Measure string lengths only once
Alvaro Herrera
2015-10-23
shm_mq: Repair breakage from previous commit.
Robert Haas
2015-10-22
Add two missing cases to ATWrongRelkindError.
Robert Haas
2015-10-22
shm_mq: Fix failure to notice a dead counterparty when nowait is used.
Robert Haas
2015-10-22
Fix typos in comments.
Robert Haas
2015-10-22
Remove redundant CREATEUSER/NOCREATEUSER options in CREATE ROLE et al.
Tom Lane
2015-10-22
Fix a couple of bugs in recent parallelism-related commits.
Robert Haas
2015-10-22
Add header comments to execParallel.c and nodeGather.c.
Robert Haas
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-20
Remove duplicate word.
Robert Haas
2015-10-20
Tab complete CREATE EXTENSION .. VERSION.
Robert Haas
2015-10-20
Put back ssl_renegotiation_limit parameter, but only allow 0.
Robert Haas
2015-10-20
Be a bit more rigorous about how we cache strcoll and strxfrm results.
Robert Haas
2015-10-20
Remove obsolete comment.
Robert Haas
2015-10-20
Eschew "RESET statement_timeout" in tests.
Noah Misch
2015-10-19
Fix incorrect handling of lookahead constraints in pg_regprefix().
Tom Lane
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
Miscellaneous cleanup of regular-expression compiler.
Tom Lane
2015-10-16
Improve memory-usage accounting in regular-expression compiler.
Tom Lane
2015-10-16
Improve performance of pullback/pushfwd in regular-expression compiler.
Tom Lane
2015-10-16
Improve performance of fixempties() pass in regular-expression compiler.
Tom Lane
2015-10-16
Fix O(N^2) performance problems in regular-expression compiler.
Tom Lane
2015-10-16
Fix regular-expression compiler to handle loops of constraint arcs.
Tom Lane
2015-10-16
Remove volatile qualifiers from proc.c and procarray.c
Robert Haas
2015-10-16
Remove volatile qualifiers from dynahash.c, shmem.c, and sinvaladt.c
Robert Haas
2015-10-16
Remove cautions about using volatile from spin.h.
Robert Haas
2015-10-16
Prohibit parallel query when the isolation level is serializable.
Robert Haas
2015-10-16
Rewrite interaction of parallel mode with parallel executor support.
Robert Haas
2015-10-16
Mark more functions parallel-restricted or parallel-unsafe.
Robert Haas
2015-10-16
Fix a problem with parallel workers being unable to restore role.
Robert Haas
2015-10-16
Invalidate caches after cranking up a parallel worker transaction.
Robert Haas
2015-10-16
Fix order of arguments in ecpg generated typedef command.
Michael Meskes
2015-10-16
Tighten up application of parallel mode checks.
Robert Haas
2015-10-16
Transfer current command counter ID to parallel workers.
Robert Haas
2015-10-16
Don't send protocol messages to a shm_mq that no longer exists.
Robert Haas
2015-10-15
Fix NULL handling in datum_to_jsonb().
Tom Lane
2015-10-15
Revert "Have dtrace depend on object files directly, not objfiles.txt"
Robert Haas
2015-10-15
Allow FDWs to push down quals without breaking EvalPlanQual rechecks.
Robert Haas
2015-10-15
Fix bogus comments
Alvaro Herrera
2015-10-13
-- email subject limit -----------------------------------------
Bruce Momjian
2015-10-13
Have dtrace depend on object files directly, not objfiles.txt
Robert Haas
[next]