summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-05-28Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane
2014-05-28Don't pay heed to wal_sender_timeout while creating a decoding slot.Andres Freund
2014-05-28Minor refactoring of jsonb_util.cHeikki Linnakangas
2014-05-28Jsonb comparison bug fixes.Heikki Linnakangas
2014-05-28Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane
2014-05-28Ensure cleanup in case of early errors in streaming base backupsMagnus Hagander
2014-05-28pg_lsn should not be marked typispreferred.Tom Lane
2014-05-28Fix obsolete config-module-exclusion logic in vcregress.pl.Tom Lane
2014-05-28Propagate system identifier generation improvement into pg_resetxlog.Tom Lane
2014-05-27Support BSD and e2fsprogs UUID libraries alongside OSSP UUID library.Tom Lane
2014-05-26Fix pg_recvlogical to accept the documented -I instead only --startpos.Andres Freund
2014-05-26Small typo and formatting fixes in postgresql.conf.samplePeter Eisentraut
2014-05-25Fix error when trying to delete page with half-dead left sibling.Heikki Linnakangas
2014-05-25Don't allocate memory inside an Assert() iff in a critical section.Andres Freund
2014-05-24Silence a couple of spurious valgrind warnings in inval.c.Andres Freund
2014-05-23Fix misc typos in comments.Heikki Linnakangas
2014-05-22Remove unnecessary cleanup code.Robert Haas
2014-05-22Fix typo in comment.Fujii Masao
2014-05-22Fix typos in comments.Fujii Masao
2014-05-22Fix typos in comments.Heikki Linnakangas
2014-05-21Fix spurious tab characterPeter Eisentraut
2014-05-20Prevent auto_explain from changing the output of a user's EXPLAIN.Tom Lane
2014-05-19Update obsolete comment.Tom Lane
2014-05-19Message style fixes to pg_recvlogicalHeikki Linnakangas
2014-05-19Fix backup-block numbering in redo of b-tree split.Heikki Linnakangas
2014-05-18Ooops, I broke initdb with that last patch.Tom Lane
2014-05-18Fix two ancient memory-leak bugs in relcache.c.Tom Lane
2014-05-17Make fallback implementation of pg_memory_barrier() work.Tom Lane
2014-05-17Fix a bunch of functions that were declared static then defined not-static.Tom Lane
2014-05-17Fix unaligned accesses in DecodeUpdate().Tom Lane
2014-05-17Update README, we don't do post-recovery cleanup actions anymore.Heikki Linnakangas
2014-05-16Make sure chr(int) can't create invalid UTF8 sequences.Tom Lane
2014-05-16Fix thinko in logical decoding of commit-prepared records.Heikki Linnakangas
2014-05-16Open output file before sleeping in pg_recvlogical.Heikki Linnakangas
2014-05-16Initialize tsId and dbId fields in WAL record of COMMIT PREPARED.Heikki Linnakangas
2014-05-15Fix unportable setvbuf() usage in initdb.Tom Lane
2014-05-15Fix a couple of bugs in pg_recvlogical output to stdout.Heikki Linnakangas
2014-05-15Handle duplicate XIDs in txid_snapshot.Heikki Linnakangas
2014-05-15Fix race condition in preparing a transaction for two-phase commit.Heikki Linnakangas
2014-05-15Misc message style and doc fixes.Heikki Linnakangas
2014-05-15Silence warnings about redefining popen on Mingw-w64.Heikki Linnakangas
2014-05-15pg_ctl: Write error messages to stderrPeter Eisentraut
2014-05-15In initdb, ensure stdout/stderr buffering behavior is what we expect.Tom Lane
2014-05-14Code review for recent changes in relcache.c.Tom Lane
2014-05-14Make initdb throw error for bad locale values.Tom Lane
2014-05-13Fix harmless access to uninitialized memory.Heikki Linnakangas
2014-05-13Add Valgrind suppression for reorderbuffer padding bytes.Noah Misch
2014-05-13Be more wary in choice of timezone names to test make_timestamptz with.Tom Lane
2014-05-12Ignore config.pl and buildenv.pl in src/tools/msvc.Tom Lane
2014-05-12Free PQresult on error in pg_receivexlog.Heikki Linnakangas