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