summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2015-09-21Fix possible internal overflow in numeric multiplication.Tom Lane
2015-09-20Be more wary about partially-valid LOCALLOCK data in RemoveLocalLock().Tom Lane
2015-09-18Fix low-probability memory leak in regex execution.Tom Lane
2015-09-12Remove set-but-not-used variable.Tom Lane
2015-09-10Revert "Fix typo in setrefs.c"Tom Lane
2015-09-10Fix typo in setrefs.cStephen Frost
2015-09-10Fix minor bug in regexp makesearch() function.Tom Lane
2015-09-09Remove files signaling a standby promotion request at postmaster startupFujii Masao
2015-09-08Add gin_fuzzy_search_limit to postgresql.conf.sample.Fujii Masao
2015-09-07Make GIN's cleanup pending list process interruptableTeodor Sigaev
2015-09-06 Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather thanGreg Stark
2015-09-05Fix misc typos.Heikki Linnakangas
2015-09-04Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane
2015-08-27Add a small cache of locks owned by a resource owner in ResourceOwner.Tom Lane
2015-08-22Avoid O(N^2) behavior when enlarging SPI tuple table in spi_printtup().Tom Lane
2015-08-21Allow record_in() and record_recv() to work for transient record types.Tom Lane
2015-08-15Use fuzzy path cost tiebreaking rule in our oldest supported branches.Tom Lane
2015-08-15Don't use 'bool' as a struct member name in help_config.c.Andres Freund
2015-08-13Undo mistaken tightening in join_is_legal().Tom Lane
2015-08-12Fix some possible low-memory failures in regexp compilation.Tom Lane
2015-08-06Further fixes for degenerate outer join clauses.Tom Lane
2015-08-05Make real sure we don't reassociate joins into or out of SEMI/ANTI joins.Tom Lane
2015-08-04Fix bogus "out of memory" reports in tuplestore.c.Tom Lane
2015-08-04Cap wal_buffers to avoid a server crash when it's set very large.Robert Haas
2015-08-02Fix incorrect order of lock file removal and failure to close() sockets.Tom Lane
2015-08-02Fix some planner issues with degenerate outer join clauses.Tom Lane
2015-07-30Avoid some zero-divide hazards in the planner.Tom Lane
2015-07-28Reduce chatter from signaling of autovacuum workers.Tom Lane
2015-07-28Disable ssl renegotiation by default.Andres Freund
2015-07-27Reuse all-zero pages in GIN.Heikki Linnakangas
2015-07-22Fix off-by-one error in calculating subtrans/multixact truncation point.Heikki Linnakangas
2015-07-16AIX: Link the postgres executable with -Wl,-brtllib.Noah Misch
2015-07-09Fix postmaster's handling of a startup-process crash.Tom Lane
2015-06-27Revoke incorrectly applied patch versionSimon Riggs
2015-06-26Avoid hot standby cancels from VAC FREEZESimon Riggs
2015-06-25Fix the logic for putting relations into the relcache init file.Tom Lane
2015-06-22Truncate strings in tarCreateHeader() with strlcpy(), not sprintf().Noah Misch
2015-06-20Fix thinko in comment (launcher -> worker)Alvaro Herrera
2015-06-19Clamp autovacuum launcher sleep time to 5 minutesAlvaro Herrera
2015-06-09Report more information if pg_perm_setlocale() fails at startup.Tom Lane
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-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-24Rename pg_shdepend.c's typedef "objectType" to SharedDependencyObjectType.Tom Lane
2015-05-22Back-patch libpq support for TLS versions beyond v1.Tom Lane
2015-05-19Fix off-by-one error in Assertion.Heikki Linnakangas
2015-05-18Don't MultiXactIdIsRunning when in recoveryAlvaro Herrera
2015-05-18Fix error message in pre_sync_fname.Robert Haas
2015-05-18Check return values of sensitive system library calls.Noah Misch