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