summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2015-02-02Translation updatesPeter Eisentraut
2015-01-30Fix assorted oversights in range selectivity estimation.Tom Lane
2015-01-30Fix BuildIndexValueDescription for expressionsStephen Frost
2015-01-29Properly terminate the array returned by GetLockConflicts().Andres Freund
2015-01-29Fix bug where GIN scan keys were not initialized with gin_fuzzy_search_limit.Heikki Linnakangas
2015-01-28Clean up range-table building in copy.cStephen Frost
2015-01-28Fix column-privilege leak in error-message pathsStephen Frost
2015-01-27Fix NUMERIC field access macros to treat NaNs consistently.Tom Lane
2015-01-26Fix volatile-safety issue in asyncQueueReadAllNotifications().Tom Lane
2015-01-20Adjust "pgstat wait timeout" message to be a translatable LOG message.Tom Lane
2015-01-18Fix namespace handling in xpath functionPeter Eisentraut
2015-01-15Fix use-of-already-freed-memory problem in EvalPlanQual processing.Tom Lane
2015-01-15Improve performance of EXPLAIN with large range tables.Tom Lane
2015-01-13Make logging_collector=on work with non-windows EXEC_BACKEND again.Andres Freund
2015-01-12Use correct text domain for errcontext() appearing within ereport().Tom Lane
2015-01-12Skip dead backends in MinimumActiveBackendsStephen Frost
2015-01-09xlogreader.c: Fix report_invalid_record translatability flagAlvaro Herrera
2015-01-08On Darwin, detect and report a multithreaded postmaster.Noah Misch
2015-01-08Always set the six locale category environment variables in main().Noah Misch
2015-01-08Reject ANALYZE commands during VACUUM FULL or another ANALYZE.Noah Misch
2015-01-06Improve relcache invalidation handling of currently invisible relations.Andres Freund
2015-01-04Fix thinko in lock mode enumAlvaro Herrera
2015-01-03Prevent WAL files created by pg_basebackup -x/X from being archived again.Andres Freund
2014-12-30Backpatch variable renaming in formatting.cBruce Momjian
2014-12-26Grab heavyweight tuple lock only before sleepingAlvaro Herrera
2014-12-19Fix timestamp in end-of-recovery WAL records.Heikki Linnakangas
2014-12-19Prevent potentially hazardous compiler/cpu reordering during lwlock release.Andres Freund
2014-12-18Fix (re-)starting from a basebackup taken off a standby after a failure.Andres Freund
2014-12-16Fix off-by-one loop count in MapArrayTypeName, and get rid of static array.Tom Lane
2014-12-16Misc comment typo fixes.Heikki Linnakangas
2014-12-12Fix planning of SELECT FOR UPDATE on child table with partial index.Tom Lane
2014-12-12Fix corner case where SELECT FOR UPDATE could return a row twice.Tom Lane
2014-12-11Fix assorted confusion between Oid and int32.Tom Lane
2014-12-02Fix JSON aggregates to work properly when final function is re-executed.Tom Lane
2014-12-01Guard against bad "dscale" values in numeric_recv().Tom Lane
2014-12-01Fix backpatching error in commit 55c88079Andrew Dunstan
2014-12-01Fix hstore_to_json_loose's detection of valid JSON number values.Andrew Dunstan
2014-11-28Update transaction README for persistent multixactsAlvaro Herrera
2014-11-22Fix mishandling of system columns in FDW queries.Tom Lane
2014-11-15Sync unlogged relations to disk after they have been reset.Andres Freund
2014-11-15Ensure unlogged tables are reset even if crash recovery errors out.Andres Freund
2014-11-15Backport "Expose fsync_fname as a public API".Andres Freund
2014-11-14Allow interrupting GetMultiXactIdMembersAlvaro Herrera
2014-11-13Fix race condition between hot standby and restoring a full-page image.Heikki Linnakangas
2014-11-12Explicitly support the case that a plancache's raw_parse_tree is NULL.Tom Lane
2014-11-11Fix dependency searching for case where column is visited before table.Tom Lane
2014-11-10Ensure that whole-row Vars produce nonempty column names.Tom Lane
2014-11-07Cope with more than 64K phrases in a thesaurus dictionary.Tom Lane
2014-11-06Prevent the unnecessary creation of .ready file for the timeline history file.Fujii Masao
2014-11-04Drop no-longer-needed buffers during ALTER DATABASE SET TABLESPACE.Tom Lane