summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2015-02-06Report WAL flush, not insert, position in replication IDENTIFY_SYSTEMHeikki Linnakangas
2015-02-04Fix reference-after-free when waiting for another xact due to constraint.Heikki Linnakangas
2015-02-03Fix breakage in GEODEBUG debug code.Tom Lane
2015-02-02Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas
2015-02-02to_char(): prevent writing beyond the allocated bufferBruce Momjian
2015-02-02to_char(): prevent accesses beyond the allocated bufferBruce Momjian
2015-02-02Translation updatesPeter Eisentraut
2015-01-30Fix jsonb Unicode escape processing, and in consequence disallow \u0000.Tom Lane
2015-01-30Fix assorted oversights in range selectivity estimation.Tom Lane
2015-01-30Fix query-duration memory leak with GIN rescans.Heikki Linnakangas
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-26Further cleanup of ReorderBufferCommit().Tom Lane
2015-01-26Clean up assorted issues in ALTER SYSTEM coding.Tom Lane
2015-01-24Fix unsafe coding in ReorderBufferCommit().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-15Fix thinko in re-setting wal_log_hints flag from a parameter-change record.Heikki Linnakangas
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-08Protect against XLogReaderAllocate() failing to allocate memory.Andres Freund
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-06Correctly handle relcache invalidation corner case during logical decoding.Andres Freund
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
2015-01-03Add pg_string_endswith as the start of a string helper library in src/common.Andres Freund
2015-01-03Treat negative values of recovery_min_apply_delay as having no effect.Tom Lane
2014-12-31Fix trailing whitespace in PO filePeter Eisentraut
2014-12-30Backpatch variable renaming in formatting.cBruce Momjian
2014-12-26Grab heavyweight tuple lock only before sleepingAlvaro Herrera
2014-12-25Remove duplicate include of slot.h.Fujii Masao
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-17Fix poorly worded error message.Tom Lane
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-15Translation updatesAlvaro Herrera