index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Fix compilation of pg_xlogdump, now that rm_safe_restartpoint is no more.
Heikki Linnakangas
2014-03-18
*
Remove rm_safe_restartpoint machinery.
Heikki Linnakangas
2014-03-18
*
Fix misc typos in comments.
Heikki Linnakangas
2014-03-18
*
Logical decoding documentation corrections.
Robert Haas
2014-03-18
*
Fix uninitialized variable.
Robert Haas
2014-03-18
*
Make the handling of interrupted B-tree page splits more robust.
Heikki Linnakangas
2014-03-18
*
Fix some remaining int64 vestiges in contrib/test_shm_mq.
Tom Lane
2014-03-18
*
test_shm_mq: Use Size rather than uint64.
Robert Haas
2014-03-18
*
Documentation for logical decoding.
Robert Haas
2014-03-18
*
Add pg_recvlogical, a tool to receive data logical decoding data.
Robert Haas
2014-03-18
*
Rewrite comment for shm_mq_receive_bytes.
Robert Haas
2014-03-18
*
Fix relcache reference leak in refresh_by_match_merge().
Tom Lane
2014-03-18
*
Improve shm_mq portability around MAXIMUM_ALIGNOF and sizeof(Size).
Robert Haas
2014-03-18
*
Fix pg_dumpall option parsing: -i doesn't take an argument.
Tom Lane
2014-03-18
*
Fix help message and document in pg_receivexlog.
Fujii Masao
2014-03-18
*
Make it easy to detach completely from shared memory.
Robert Haas
2014-03-18
*
Release notes for 9.3.4, 9.2.8, 9.1.13, 9.0.17, 8.4.21.
Tom Lane
2014-03-17
*
During index build, check and elog (not just Assert) for broken HOT chain.
Tom Lane
2014-03-17
*
Fix thinko: have trueTriConsistentFn return GIN_TRUE.
Heikki Linnakangas
2014-03-17
*
Fix typos in comments.
Fujii Masao
2014-03-17
*
Fix bug in clean shutdown of walsender that pg_receiving is connecting to.
Fujii Masao
2014-03-17
*
Fix small typo in comment
Magnus Hagander
2014-03-17
*
plperl: Fix memory leak in hek2cstr
Alvaro Herrera
2014-03-16
*
Fix unportable shell-script syntax in pg_upgrade's test.sh.
Tom Lane
2014-03-16
*
Make punctuation consistent
Peter Eisentraut
2014-03-16
*
Fix whitespace
Peter Eisentraut
2014-03-16
*
Fix advertised dispsize for libpq's sslmode connection parameter.
Tom Lane
2014-03-16
*
Cleanups from the remove-native-krb5 patch
Magnus Hagander
2014-03-16
*
First-draft release notes for 9.3.4.
Tom Lane
2014-03-15
*
Update time zone data files to tzdata release 2014a.
Tom Lane
2014-03-15
*
Fix race condition in B-tree page deletion.
Heikki Linnakangas
2014-03-14
*
Prevent interrupts while reporting non-ERROR elog messages.
Tom Lane
2014-03-13
*
Allow psql to print COPY command status in more cases.
Tom Lane
2014-03-13
*
Avoid transaction-commit race condition while receiving a NOTIFY message.
Tom Lane
2014-03-13
*
Fix a couple of typos in docs.
Heikki Linnakangas
2014-03-13
*
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-13
*
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-13
*
Only WAL-log the modified portion in an UPDATE, if possible.
Heikki Linnakangas
2014-03-12
*
Items on GIN data pages are no longer always 6 bytes; update gincostestimate.
Heikki Linnakangas
2014-03-12
*
Show PIDs of lock holders and waiters in log_lock_waits log message.
Fujii Masao
2014-03-13
*
test_decoding: Documentation fix.
Robert Haas
2014-03-12
*
Fix incorrect assertion about historical snapshots.
Robert Haas
2014-03-12
*
Comment fixes related to logical decoding.
Robert Haas
2014-03-12
*
Allow opclasses to provide tri-valued GIN consistent functions.
Heikki Linnakangas
2014-03-12
*
In WAL replay, restore GIN metapage unconditionally to avoid torn page.
Heikki Linnakangas
2014-03-12
*
Fix tracking of psql script line numbers during \copy from another place.
Tom Lane
2014-03-10
*
Allow dynamic shared memory segments to be kept until shutdown.
Robert Haas
2014-03-10
*
Allow logical decoding via the walsender interface.
Robert Haas
2014-03-10
*
Teach on_exit_reset() to discard pending cleanups for dsm.
Robert Haas
2014-03-10
*
Correct copy/pasto in comment for REPLICA IDENTITY
Simon Riggs
2014-03-09
[next]