Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Jan 16, 2014
- committed
Commits on Jan 15, 2014
test_shm_mq: Try again to fix compiler warning.
Show description for b1365ffcommittedLogging running transactions every 15 seconds.
Show description for ed46758committedFix missing parentheses resulting in wrong order of dereference.
Show description for d02c0ddcommittedtest_shm_mq: Fix checks for negative queue size.
Show description for b5763cecommittedFix compiler warning.
Show description for d89746ccommittedFix compiler warning: Size isn't 64 bits on 32 bit platforms.
Show description for be361efcommittedImprove FILES section of psql reference page.
Show description for 5df99f6committed
Commits on Jan 14, 2014
Fix multiple bugs in index page locking during hot-standby WAL replay.
Show description for 061b079committedDocumentation for test_shm_mq.
Show description for 16cad3ecommittedMention that VACUUM FREEZE also effectively zeroes the table freeze age.
Show description for b682709committedFix typo in comment.
Show description for 246a9a8committedTest code for shared memory message queue facility.
Show description for 4db3744committedSingle-reader, single-writer, lightweight shared message queue.
Show description for ec9037dcommittedSimple table of contents for a shared memory segment.
Show description for 6ddd513committed
Commits on Jan 13, 2014
Code improvements for ALTER SYSTEM .. SET.
Show description for 05ff506committedMake bitmap heap scans show exact/lossy block info in EXPLAIN ANALYZE.
Show description for 2bb1f14committedFix possible buffer overrun in contrib/pg_trgm.
Show description for c3ccc9ecommittedFix calculation of ISMN check digit.
Show description for 866a1f0committedAdd OVERLAPS to index in the docs.
Show description for 0403814committed- committedMichael Meskes
Fix pg_dumpall on pre-8.1 servers
Show description for bb953adcommitted
Commits on Jan 12, 2014
Disallow LATERAL references to the target table of an UPDATE/DELETE.
Show description for 158b7facommitted
Commits on Jan 11, 2014
Fix possible crashes due to using elog/ereport too early in startup.
Show description for 910bac5committedRevert fd2ace802811c333b0b4e1a28b138fd4774745f3
Show description for d84c584committedFix compute_scalar_stats() for case that all values exceed WIDTH_THRESHOLD.
Show description for 6286526committeddocs: remove undocumented assign syntax in plpgsql examples
Show description for fd2ace8committedAdd another regression test cross-checking operator and function comments.
Show description for 28233ffcommittedRemove DESCR entries for json operator functions.
Show description for 11829ffcommitted- committed
Commits on Jan 10, 2014
Move username lookup functions from /port to /common
Show description for 111022ecommittedAccept pg_upgraded tuples during multixact freezing
Show description for 423e121committed
Commits on Jan 9, 2014
Remove unnecessary local variables to work around an icc optimization bug.
Show description for faab7a9committedChanged regression test to ecpg test suite for alignment problem just with last
Show description for 192b4aacommittedMichael MeskesFix descriptor output in ECPG.
Show description for d685e24committedMichael Meskes