index
:
users/rhaas/postgres.git
ThisTimeLineID3
ThisTimeLineID4
advice
advice2
advice_unstable
aset_changes
aset_frontend
async
async2
bufmgr
chash
chash2014
contexts
conveyor
conveyor_old
copy_hack
cv
fastlock91
flexlock
gather
gather3
gather_pushdown
gathertest
group_locking
joinadvice
manifest
master
memory
memory2
metapage
pa_setop
parallel
parallel_count
partdesc
pg_background
pg_plan_advice
pg_ringflush
pgfruit
pgpa_semijoin
robert
serial_cost
slot2
snaparray
sort
walsummarizer2
walsummarizermanifest
xlogacceptwrites
Robert Haas's development tree.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-10-28
Test code, not completely working.
gather3
Robert Haas
2015-10-28
Test code.
Robert Haas
2015-10-28
Modify tqueue infrastructure to support transient record types.
Robert Haas
2015-10-28
Add parallel_safe flag to paths, and initialize it appropriately.
Robert Haas
2015-10-28
Strengthen planner infrastructure for parallelism.
Robert Haas
2015-10-28
Fix problems with ParamListInfo serialization mechanism.
Robert Haas
2015-10-28
Fix locking assertion.
Robert Haas
2015-10-28
Partial group locking implementation.
Robert Haas
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
Document BRIN's inclusion opclass framework
Alvaro Herrera
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
doc: Add advice on updating checkpoint_segments to max_wal_size
Peter Eisentraut
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-22
doc: Improve markup and fine-tune replication protocol documentation
Peter Eisentraut
2015-10-20
Fix incorrect translation of minus-infinity datetimes for json/jsonb.
Tom Lane
2015-10-20
doc: Move documentation of max_wal_size to better position
Peter Eisentraut
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
[next]