index
:
users/heikki/postgres.git
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
arm64-crc
armv8-crc
csn
csn2
csn5
freeze-by-xid-lsn-ranges
getsnapshotdata-with-commitseqno
master
page_image_logging
pg_rewind
saslprep
scram-leftovers
scram-protocol-docs
scram-random
seqam
sort-balanced-merge-pause
sort-balanced-merge3
ssl-reneg
ssl-reneg-94
walformat5
win32-is-service
win32-is-service-v5
win32-is-service-v7
xloginsert-refactor3
Heikki's random PostgreSQL patches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2014-05-22
Revert back to using GetOldestXmin
csn2
Heikki Linnakangas
2014-05-22
Put back some logical decoding stuff
csn
Heikki Linnakangas
2014-05-19
Fix hot standby latestRemovedXid processing.
Heikki Linnakangas
2014-05-19
Merge remote-tracking branch 'origin/master' into csn
Heikki Linnakangas
2014-05-19
Message style fixes to pg_recvlogical
Heikki Linnakangas
2014-05-19
Fix backup-block numbering in redo of b-tree split.
Heikki Linnakangas
2014-05-18
Ooops, I broke initdb with that last patch.
Tom Lane
2014-05-18
Fix two ancient memory-leak bugs in relcache.c.
Tom Lane
2014-05-17
Make fallback implementation of pg_memory_barrier() work.
Tom Lane
2014-05-17
Fix a bunch of functions that were declared static then defined not-static.
Tom Lane
2014-05-17
Fix unaligned accesses in DecodeUpdate().
Tom Lane
2014-05-17
Update README, we don't do post-recovery cleanup actions anymore.
Heikki Linnakangas
2014-05-16
Make sure chr(int) can't create invalid UTF8 sequences.
Tom Lane
2014-05-16
Fix thinko in logical decoding of commit-prepared records.
Heikki Linnakangas
2014-05-16
Open output file before sleeping in pg_recvlogical.
Heikki Linnakangas
2014-05-16
Initialize tsId and dbId fields in WAL record of COMMIT PREPARED.
Heikki Linnakangas
2014-05-15
Fix unportable setvbuf() usage in initdb.
Tom Lane
2014-05-15
Fix a couple of bugs in pg_recvlogical output to stdout.
Heikki Linnakangas
2014-05-15
Handle duplicate XIDs in txid_snapshot.
Heikki Linnakangas
2014-05-15
Fix race condition in preparing a transaction for two-phase commit.
Heikki Linnakangas
2014-05-15
Misc message style and doc fixes.
Heikki Linnakangas
2014-05-15
Silence warnings about redefining popen on Mingw-w64.
Heikki Linnakangas
2014-05-15
pg_ctl: Write error messages to stderr
Peter Eisentraut
2014-05-15
In initdb, ensure stdout/stderr buffering behavior is what we expect.
Tom Lane
2014-05-14
Code review for recent changes in relcache.c.
Tom Lane
2014-05-14
Make initdb throw error for bad locale values.
Tom Lane
2014-05-13
Fix harmless access to uninitialized memory.
Heikki Linnakangas
2014-05-13
Add Valgrind suppression for reorderbuffer padding bytes.
Noah Misch
2014-05-13
Be more wary in choice of timezone names to test make_timestamptz with.
Tom Lane
2014-05-12
Ignore config.pl and buildenv.pl in src/tools/msvc.
Tom Lane
2014-05-12
hot standby fix
Heikki Linnakangas
2014-05-12
Get rid of the separate TransactionIdAsyncCommitTree function
Heikki Linnakangas
2014-05-12
Update readme. Fix locking in GetOldestSnapshotLSN
Heikki Linnakangas
2014-05-12
Merge remote-tracking branch 'origin/master' into csn
Heikki Linnakangas
2014-05-12
Free PQresult on error in pg_receivexlog.
Heikki Linnakangas
2014-05-11
Stamp 9.4beta1.
Tom Lane
2014-05-11
Find postgresql.auto.conf in PGDATA even when postgresql.conf is elsewhere.
Tom Lane
2014-05-11
Rename jsonb_hash_ops to jsonb_path_ops.
Tom Lane
2014-05-11
Translation updates
Peter Eisentraut
2014-05-10
Rename min_recovery_apply_delay to recovery_min_apply_delay.
Tom Lane
2014-05-10
Fix bug in lossy-page handling in GIN
Heikki Linnakangas
2014-05-09
Fix broken allocation logic in recently-rewritten jsonb_util.c.
Tom Lane
2014-05-09
Get rid of bogus dependency on typcategory in to_json() and friends.
Tom Lane
2014-05-09
Code review for logical decoding patch.
Robert Haas
2014-05-09
Remove overeager assertion in logical_heap_begin_rewrite.
Robert Haas
2014-05-09
Teach add_json() that jsonb is of TYPCATEGORY_JSON.
Tom Lane
2014-05-09
Fix typcategory labeling of jsonb.
Tom Lane
2014-05-09
More jsonb cleanup.
Heikki Linnakangas
2014-05-09
Improve key representation for GIN jsonb_ops, and fix existence-search bug.
Tom Lane
2014-05-09
Minor cleanup of jsonb_util.c
Heikki Linnakangas
[next]