index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Don't forget to flush XLOG_PARAMETER_CHANGE record.
Fujii Masao
2014-03-26
*
Address ccvalid/ccnoinherit in TupleDesc support functions.
Noah Misch
2014-03-23
*
Properly check for readdir/closedir() failures
Bruce Momjian
2014-03-21
*
Fix memory leak during regular expression execution.
Tom Lane
2014-03-19
*
During index build, check and elog (not just Assert) for broken HOT chain.
Tom Lane
2014-03-17
*
Fix bug in clean shutdown of walsender that pg_receiving is connecting to.
Fujii Masao
2014-03-17
*
Translation updates
Peter Eisentraut
2014-03-16
*
Make punctuation consistent
Peter Eisentraut
2014-03-16
*
Prevent interrupts while reporting non-ERROR elog messages.
Tom Lane
2014-03-13
*
Avoid transaction-commit race condition while receiving a NOTIFY message.
Tom Lane
2014-03-13
*
In WAL replay, restore GIN metapage unconditionally to avoid torn page.
Heikki Linnakangas
2014-03-12
*
Fix dangling smgr_owner pointer when a fake relcache entry is freed.
Heikki Linnakangas
2014-03-07
*
Avoid memcpy() with same source and destination address.
Heikki Linnakangas
2014-03-07
*
Fix typo in comment.
Heikki Linnakangas
2014-03-07
*
Avoid getting more than AccessShareLock when deparsing a query.
Tom Lane
2014-03-06
*
Send keepalives from walsender even when busy sending WAL.
Heikki Linnakangas
2014-03-06
*
Don't reject ROW_MARK_REFERENCE rowmarks for materialized views.
Tom Lane
2014-03-06
*
Remove the correct pgstat file on DROP DATABASE
Alvaro Herrera
2014-03-05
*
Do wal_level and hot standby checks when doing crash-then-archive recovery.
Heikki Linnakangas
2014-03-05
*
Fix lastReplayedEndRecPtr calculation when starting from shutdown checkpoint.
Heikki Linnakangas
2014-03-05
*
Error out on send failure in walsender loop.
Heikki Linnakangas
2014-03-04
*
Allow regex operations to be terminated early by query cancel requests.
Tom Lane
2014-03-01
*
Remove bogus while-loop.
Heikki Linnakangas
2014-02-28
*
Fix WAL replay of locking an updated tuple
Alvaro Herrera
2014-02-27
*
Use SnapshotDirty rather than an active snapshot to probe index endpoints.
Tom Lane
2014-02-25
*
Do ScalarArrayOp estimation correctly when array is a stable expression.
Tom Lane
2014-02-21
*
Add a GUC to report whether data page checksums are enabled.
Heikki Linnakangas
2014-02-20
*
Remove broken code that tried to handle OVERLAPS with a single argument.
Tom Lane
2014-02-18
*
Fix comment; checkpointer, not bgwriter, performs checkpoints since 9.2.
Heikki Linnakangas
2014-02-18
*
Translation updates
Peter Eisentraut
2014-02-17
*
Prevent potential overruns of fixed-size buffers.
Tom Lane
2014-02-17
*
Predict integer overflow to avoid buffer overruns.
Noah Misch
2014-02-17
*
Avoid repeated name lookups during table and index DDL.
Robert Haas
2014-02-17
*
Prevent privilege escalation in explicit calls to PL validators.
Noah Misch
2014-02-17
*
Shore up ADMIN OPTION restrictions.
Noah Misch
2014-02-17
*
Fix unportable coding in DetermineSleepTime().
Tom Lane
2014-02-15
*
Change the order that pg_xlog and WAL archive are polled for WAL segments.
Heikki Linnakangas
2014-02-14
*
Separate multixact freezing parameters from xid's
Alvaro Herrera
2014-02-13
*
Fix length checking for Unicode identifiers containing escapes (U&"...").
Tom Lane
2014-02-13
*
In XLogReadBufferExtended, don't assume P_NEW yields consecutive pages.
Tom Lane
2014-02-12
*
Use memmove() instead of memcpy() for copying overlapping regions.
Heikki Linnakangas
2014-02-10
*
Fix lexing of U& sequences just before EOF.
Tom Lane
2014-02-03
*
Fix *-qualification of named parameters in SQL-language functions.
Tom Lane
2014-02-03
*
In json code, clean up temp memory contexts after processing.
Andrew Dunstan
2014-02-03
*
Fix some wide-character bugs in the text-search parser.
Tom Lane
2014-02-01
*
Fix some more bugs in signal handlers and process shutdown logic.
Tom Lane
2014-02-01
*
Clear MyProc and MyProcSignalState before they become invalid.
Robert Haas
2014-01-31
*
Fix bogus handling of "postponed" lateral quals.
Tom Lane
2014-01-30
*
Fix unsafe references to errno within error messaging logic.
Tom Lane
2014-01-29
*
Enable building with Visual Studion 2013.
Andrew Dunstan
2014-01-26
[next]