summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-02-02Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas
2015-02-02port/snprintf(): fix overflow and do paddingBruce Momjian
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-31Update time zone data files to tzdata release 2015a.Tom Lane
2015-01-30Fix assorted oversights in range selectivity estimation.Tom Lane
2015-01-30Allow pg_dump to use jobs and serializable transactions together.Kevin Grittner
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 pltcl_SPI_execute_plan().Tom Lane
2015-01-26Fix volatile-safety issue in asyncQueueReadAllNotifications().Tom Lane
2015-01-24Replace a bunch more uses of strncpy() with safer coding.Tom Lane
2015-01-20In pg_regress, remove the temporary installation upon successful exit.Tom Lane
2015-01-20Adjust "pgstat wait timeout" message to be a translatable LOG message.Tom Lane
2015-01-18Fix use of already freed memory when dumping a database's security label.Andres Freund
2015-01-18Fix namespace handling in xpath functionPeter Eisentraut
2015-01-16Another attempt at fixing Windows Norwegian locale.Heikki Linnakangas
2015-01-16Update "pg_regress --no-locale" for Darwin and Windows.Noah Misch
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-12Fix some functions that were declared static then defined not-static.Tom Lane
2015-01-12Avoid unexpected slowdown in vacuum regression test.Tom Lane
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-06Fix thinko in plpython error messageAlvaro Herrera
2015-01-06Fix broken pg_dump code for dumping comments on event triggers.Tom Lane
2015-01-04Fix thinko in lock mode enumAlvaro Herrera
2015-01-04Fix inconsequential fd leak in the new mark_file_as_archived() function.Andres Freund
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
2014-12-31Improve consistency of parsing of psql's magic variables.Tom Lane
2014-12-30Backpatch variable renaming in formatting.cBruce Momjian
2014-12-26Grab heavyweight tuple lock only before sleepingAlvaro Herrera
2014-12-25Have config_sspi_auth() permit IPv6 localhost connections.Noah Misch
2014-12-24Add CST (China Standard Time) to our lists of timezone abbreviations.Tom Lane
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-18Recognize Makefile line continuations in fetchRegressOpts().Noah Misch
2014-12-18Fix (re-)starting from a basebackup taken off a standby after a failure.Andres Freund