summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2015-06-12Improve error message and hint for ALTER COLUMN TYPE can't-cast failure.Tom Lane
2015-06-09Report more information if pg_perm_setlocale() fails at startup.Tom Lane
2015-06-08Allow HotStandbyActiveInReplay() to be called in single user mode.Andres Freund
2015-06-07Use a safer method for determining whether relcache init file is stale.Tom Lane
2015-06-05Fix incorrect order of database-locking operations in InitPostgres().Tom Lane
2015-06-05Cope with possible failure of the oldest MultiXact to exist.Robert Haas
2015-06-04pgindent run on access/transam/multixact.cAlvaro Herrera
2015-06-03Fix planner's cost estimation for SEMI/ANTI joins with inner indexscans.Tom Lane
2015-05-29Remove special cases for ETXTBSY from new fsync'ing logic.Tom Lane
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