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 pg_get_functiondef() to print a function's LEAKPROOF property.
Tom Lane
2015-05-28
*
Revert "Add all structured objects passed to pushJsonbValue piecewise."
Andrew Dunstan
2015-05-26
*
Add all structured objects passed to pushJsonbValue piecewise.
Andrew Dunstan
2015-05-26
*
Update README.tuplock
Alvaro Herrera
2015-05-25
*
Rename pg_shdepend.c's typedef "objectType" to SharedDependencyObjectType.
Tom Lane
2015-05-24
*
Unpack jbvBinary objects passed to pushJsonbValue
Andrew Dunstan
2015-05-22
*
Fix spelling in comment
Simon Riggs
2015-05-19
*
Fix off-by-one error in Assertion.
Heikki Linnakangas
2015-05-19
*
Fix error message in pre_sync_fname.
Robert Haas
2015-05-18
*
Check return values of sensitive system library calls.
Noah Misch
2015-05-18
*
Prevent a double free by not reentering be_tls_close().
Noah Misch
2015-05-18
*
Translation updates
Peter Eisentraut
2015-05-18
*
Fix whitespace
Peter Eisentraut
2015-05-16
*
Fix RBM_ZERO_AND_LOCK mode to not acquire lock on local buffers.
Heikki Linnakangas
2015-05-13
*
Fix incorrect checking of deferred exclusion constraint after a HOT update.
Tom Lane
2015-05-11
*
Increase threshold for multixact member emergency autovac to 50%.
Robert Haas
2015-05-11
*
Even when autovacuum=off, force it for members as we do in other cases.
Robert Haas
2015-05-11
*
Advance the stop point for multixact offset creation only at checkpoint.
Robert Haas
2015-05-10
*
Fix DetermineSafeOldestOffset for the case where there are no mxacts.
Robert Haas
2015-05-10
*
Teach autovacuum about multixact member wraparound.
Robert Haas
2015-05-08
*
Fix incorrect math in DetermineSafeOldestOffset.
Robert Haas
2015-05-07
*
Fix some problems with patch to fsync the data directory.
Robert Haas
2015-05-05
*
Recursively fsync() the data directory after a crash.
Robert Haas
2015-05-04
*
Fix two small bugs in json's populate_record_worker
Andrew Dunstan
2015-05-04
*
Fix overlooked relcache invalidation in ALTER TABLE ... ALTER CONSTRAINT.
Tom Lane
2015-05-03
*
Mark views created from tables as replication identity 'nothing'
Bruce Momjian
2015-05-01
*
Fix pg_upgrade's multixact handling (again)
Alvaro Herrera
2015-04-30
*
Code review for multixact bugfix
Alvaro Herrera
2015-04-28
*
Protect against multixact members wraparound
Alvaro Herrera
2015-04-28
*
Use a fd opened for read/write when syncing slots during startup.
Andres Freund
2015-04-28
*
Prevent improper reordering of antijoins vs. outer joins.
Tom Lane
2015-04-25
*
Fix obsolete comment in set_rel_size().
Tom Lane
2015-04-24
*
Fix deadlock at startup, if max_prepared_transactions is too small.
Heikki Linnakangas
2015-04-23
*
Fix typo in comment
Alvaro Herrera
2015-04-14
*
Don't archive bogus recycled or preallocated files after timeline switch.
Heikki Linnakangas
2015-04-13
*
Remove duplicated words in comments.
Heikki Linnakangas
2015-04-12
*
Fix autovacuum launcher shutdown sequence
Alvaro Herrera
2015-04-08
*
Fix incorrect matching of subexpressions in outer-join plan nodes.
Tom Lane
2015-04-04
*
Remove unnecessary variables in _hash_splitbucket().
Tom Lane
2015-04-03
*
Fix rare startup failure induced by MVCC-catalog-scans patch.
Tom Lane
2015-04-03
*
After a crash, don't restart workers with BGW_NEVER_RESTART.
Robert Haas
2015-04-02
*
Correct comment to use RS_EPHEMERAL
Simon Riggs
2015-04-02
*
Remove spurious semicolons.
Heikki Linnakangas
2015-03-31
*
Fix bogus concurrent use of _hash_getnewbuf() in bucket split code.
Tom Lane
2015-03-30
*
Fix rare core dump in BackendIdGetTransactionIds().
Tom Lane
2015-03-30
*
Add vacuum_delay_point call in compute_index_stats's per-sample-row loop.
Tom Lane
2015-03-29
*
Make SyncRepWakeQueue to a static function
Tatsuo Ishii
2015-03-26
*
Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relation.
Tom Lane
2015-03-24
*
Don't delay replication for less than recovery_min_apply_delay's resolution.
Andres Freund
2015-03-23
*
Fix status reporting for terminated bgworkers that were never started.
Robert Haas
2015-03-19
[prev]
[next]