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
*
Fix yet another corner case in dumping rules/views with USING clauses.
Tom Lane
2014-05-01
*
Fix failure to detoast fields in composite elements of structured types.
Tom Lane
2014-05-01
*
Check for interrupts and stack overflow during rule/view dumps.
Tom Lane
2014-04-30
*
Reduce indentation/parenthesization of set operations in rule/view dumps.
Tom Lane
2014-04-30
*
Limit overall indentation in rule/view dumps.
Tom Lane
2014-04-30
*
Fix indentation of JOIN clauses in rule/view dumps.
Tom Lane
2014-04-30
*
Improve planner to drop constant-NULL inputs of AND/OR where it's legal.
Tom Lane
2014-04-29
*
Fix two bugs in WAL-logging of GIN pending-list pages.
Heikki Linnakangas
2014-04-28
*
Fix race when updating a tuple concurrently locked by another process
Alvaro Herrera
2014-04-24
*
Reset pg_stat_activity.xact_start during PREPARE TRANSACTION.
Tom Lane
2014-04-24
*
Update obsolete comments.
Heikki Linnakangas
2014-04-23
*
Fix typos in comment.
Heikki Linnakangas
2014-04-23
*
Set the all-visible flag on heap page before writing WAL record, not after.
Heikki Linnakangas
2014-04-17
*
Fix object identities for text search objects
Alvaro Herrera
2014-04-16
*
Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.
Tom Lane
2014-04-16
*
check socket creation errors against PGINVALID_SOCKET
Bruce Momjian
2014-04-16
*
Use correctly-sized buffer when zero-filling a WAL file.
Heikki Linnakangas
2014-04-16
*
Fix hot standby bug with GiST scans.
Heikki Linnakangas
2014-04-08
*
Assert that strong-lock count is >0 everywhere it's decremented.
Robert Haas
2014-04-07
*
Block signals earlier during postmaster startup.
Tom Lane
2014-04-05
*
Fix processing of PGC_BACKEND GUC parameters on Windows.
Tom Lane
2014-04-05
*
Fix tablespace creation WAL replay to work on Windows.
Tom Lane
2014-04-04
*
Allow "-C variable" and "--describe-config" even to root users.
Tom Lane
2014-04-04
*
Fix bogus time printout in walreceiver's debug log messages.
Tom Lane
2014-04-04
*
Move multixid allocation out of critical section.
Heikki Linnakangas
2014-04-04
*
Avoid allocations in critical sections.
Heikki Linnakangas
2014-04-04
*
Fix non-equivalence of VARIADIC and non-VARIADIC function call formats.
Tom Lane
2014-04-03
*
Avoid palloc in critical section in GiST WAL-logging.
Heikki Linnakangas
2014-04-03
*
Fix assorted issues in client host name lookup.
Tom Lane
2014-04-02
*
Fix bugs in manipulation of PgBackendStatus.st_clienthostname.
Tom Lane
2014-04-01
*
Mark FastPathStrongRelationLocks volatile.
Robert Haas
2014-03-31
*
Count buffers dirtied due to hints in pgBufferUsage.shared_blks_dirtied.
Robert Haas
2014-03-31
*
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
[next]