summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-06-27Revoke incorrectly applied patch versionSimon Riggs
2015-06-27Avoid hot standby cancels from VAC FREEZESimon Riggs
2015-06-25Allow background workers to connect to no particular database.Robert Haas
2015-06-25Fix the logic for putting relations into the relcache init file.Tom Lane
2015-06-22Improve inheritance_planner()'s performance for large inheritance sets.Tom Lane
2015-06-21Truncate strings in tarCreateHeader() with strlcpy(), not sprintf().Noah Misch
2015-06-21Improve multixact emergency autovacuum logic.Andres Freund
2015-06-20Fix thinko in comment (launcher -> worker)Alvaro Herrera
2015-06-19Clamp autovacuum launcher sleep time to 5 minutesAlvaro Herrera
2015-06-19Fix corner case in autovacuum-forcing logic for multixact wraparound.Robert Haas
2015-06-15Check for out of memory when allocating sqlca.Michael Meskes
2015-06-15Fix memory leak in ecpglib's connect function.Michael Meskes
2015-06-13Fixed some memory leaks in ECPG.Michael Meskes
2015-06-13Fix intoasc() in Informix compat lib. This function used to be a noop.Michael Meskes
2015-06-12Improve error message and hint for ALTER COLUMN TYPE can't-cast failure.Tom Lane
2015-06-09Stamp 9.3.9.REL9_3_9Tom 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-06-01Stamp 9.3.8.REL9_3_8Tom Lane
2015-05-29initdb -S should now have an explicit check that $PGDATA is valid.Tom Lane
2015-05-29Remove special cases for ETXTBSY from new fsync'ing logic.Tom Lane
2015-05-29Adjust initdb to also not consider fsync'ing failures fatal.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-27Fix portability issue in isolationtester grammar.Tom Lane
2015-05-25Update README.tuplockAlvaro Herrera
2015-05-24Rename pg_shdepend.c's typedef "objectType" to SharedDependencyObjectType.Tom Lane
2015-05-21Back-patch libpq support for TLS versions beyond v1.Tom Lane
2015-05-19Revert error-throwing wrappers for the printf family of functions.Tom Lane
2015-05-19Fix off-by-one error in Assertion.Heikki Linnakangas
2015-05-18Stamp 9.3.7.Tom Lane
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-18Add error-throwing wrappers for the printf family of functions.Noah Misch
2015-05-18Permit use of vsprintf() in PostgreSQL code.Noah Misch
2015-05-18Prevent a double free by not reentering be_tls_close().Noah Misch
2015-05-18Translation updatesPeter Eisentraut
2015-05-17Fix typosPeter Eisentraut
2015-05-15Update time zone data files to tzdata release 2015d.Tom Lane
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-10Advance the stop point for multixact offset creation only at checkpoint.Robert Haas
2015-05-10Fix DetermineSafeOldestOffset for the case where there are no mxacts.Robert Haas