index
:
users/rhaas/postgres.git
ThisTimeLineID3
ThisTimeLineID4
advice2
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_ringflush
pgfruit
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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2016-09-20
Lightweight framework for waiting for events.
async
Robert Haas
2016-09-20
Modify PlanState to have result/result_ready fields.
Robert Haas
2016-09-20
Modify PlanState to include a pointer to the parent PlanState.
Robert Haas
2016-09-20
Use PostmasterRandom(), not random(), for DSM control segment ID.
Robert Haas
2016-09-20
Retry DSM control segment creation if Windows indicates access denied.
Robert Haas
2016-09-20
Fix outdated comments, GIST search queue is not an RBTree anymore.
Heikki Linnakangas
2016-09-19
Fix latency calculation when there are \sleep commands in the script.
Heikki Linnakangas
2016-09-19
MSVC: Include pg_recvlogical in client-only install.
Robert Haas
2016-09-18
Fix ecpg -? option on Windows, add -V alias for --version.
Heikki Linnakangas
2016-09-16
Add debugging aid "bmsToString(Bitmapset *bms)".
Tom Lane
2016-09-15
Clarify policy on marking inherited constraints as valid.
Robert Haas
2016-09-15
Fix building with LibreSSL.
Heikki Linnakangas
2016-09-15
Fix typo in comment.
Robert Haas
2016-09-15
Make min_parallel_relation_size's default value platform-independent.
Tom Lane
2016-09-15
Support OpenSSL 1.1.0.
Heikki Linnakangas
2016-09-15
Fix and clarify comments on replacement selection.
Heikki Linnakangas
2016-09-14
Add overflow checks to money type input function
Peter Eisentraut
2016-09-14
Tweak targetlist-SRF tests some more.
Tom Lane
2016-09-14
Improve code comment for GatherPath's single_copy flag.
Robert Haas
2016-09-14
Tweak targetlist-SRF tests.
Tom Lane
2016-09-13
Be pickier about converting between Name and Datum.
Tom Lane
2016-09-13
Fix executor/README to reflect disallowing SRFs in UPDATE.
Tom Lane
2016-09-13
Improve parser's and planner's handling of set-returning functions.
Tom Lane
2016-09-13
Have heapam.h include lockdefs.h rather than lock.h.
Robert Haas
2016-09-13
Remove user_relns() SRF from regression tests.
Andres Freund
2016-09-13
Address portability issues in bfe16d1a5 test output.
Andres Freund
2016-09-13
Add more tests for targetlist SRFs.
Andres Freund
2016-09-12
pg_basebackup: Clean created directories on failure
Peter Eisentraut
2016-09-12
Fix recent commit for tab-completion of database template.
Kevin Grittner
2016-09-12
Fix copy/pasto in file identification
Simon Riggs
2016-09-12
Identify walsenders in pg_stat_activity
Simon Riggs
2016-09-11
Raise max setting of checkpoint_timeout to 1d
Simon Riggs
2016-09-11
psql tab completion for CREATE DATABASE ... TEMPLATE ...
Kevin Grittner
2016-09-11
Allow CREATE EXTENSION to follow extension update paths.
Tom Lane
2016-09-11
Fix and simplify MSVC build's handling of xml/xslt/uuid dependencies.
Tom Lane
2016-09-11
Implement binary heap replace-top operation in a smarter way.
Heikki Linnakangas
2016-09-10
Improve unreachability recognition in elog() macro.
Tom Lane
2016-09-10
Fix miserable coding in pg_stat_get_activity().
Tom Lane
2016-09-09
Rewrite PageIndexDeleteNoCompact into a form that only deletes 1 tuple.
Tom Lane
2016-09-09
Convert PageAddItem into a macro to save a few cycles.
Tom Lane
2016-09-09
Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use it.
Tom Lane
2016-09-09
Fix locking a tuple updated by an aborted (sub)transaction
Alvaro Herrera
2016-09-09
In PageIndexTupleDelete, don't assume stored item lengths are MAXALIGNed.
Tom Lane
2016-09-09
Make better use of existing enums in plpgsql
Peter Eisentraut
2016-09-09
Avoid reporting "cache lookup failed" for some user-reachable cases.
Tom Lane
2016-09-09
Fix corruption of 2PC recovery with subxacts
Simon Riggs
2016-09-09
Improve scalability of md.c for large relations.
Andres Freund
2016-09-09
Faster PageIsVerified() for the all zeroes case.
Andres Freund
2016-09-08
Fix mdtruncate() to close fd.c handle of deleted segments.
Andres Freund
2016-09-08
Fix two src/test/modules Makefiles
Alvaro Herrera
[next]