summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-17Last-minute updates for release notes.Tom Lane
2014-02-17Document risks of "make check" in the regression testing instructions.Tom Lane
2014-02-17Prevent potential overruns of fixed-size buffers.Tom Lane
2014-02-17Predict integer overflow to avoid buffer overruns.Noah Misch
2014-02-17Fix handling of wide datetime input/output.Noah Misch
2014-02-17Avoid repeated name lookups during table and index DDL.Robert Haas
2014-02-17Document security implications of check_function_bodies.Noah Misch
2014-02-17Prevent privilege escalation in explicit calls to PL validators.Noah Misch
2014-02-17Shore up ADMIN OPTION restrictions.Noah Misch
2014-02-17Release notes for 9.3.3, 9.2.7, 9.1.12, 9.0.16, 8.4.20.Tom Lane
2014-02-15Ooops, forgot to remove solar87 and friends from src/timezone/Makefile.Tom Lane
2014-02-15Update time zone data files to tzdata release 2013i.Tom Lane
2014-02-14Update regression testing instructions.Tom Lane
2014-02-14Suggest shell here-documents instead of psql -c for multiple commands.Tom Lane
2014-02-13Clean up error cases in psql's COPY TO STDOUT/FROM STDIN code.Tom Lane
2014-02-13Fix length checking for Unicode identifiers containing escapes (U&"...").Tom Lane
2014-02-13Improve cross-references between minor version release notes.Tom Lane
2014-02-12Improve text of stub HISTORY file.Tom Lane
2014-02-12Improve libpq's error recovery for connection loss during COPY.Tom Lane
2014-02-12In XLogReadBufferExtended, don't assume P_NEW yields consecutive pages.Tom Lane
2014-02-12Add missing include, required on some platformsMagnus Hagander
2014-02-12Kill pg_basebackup background process when exitingMagnus Hagander
2014-02-11Don't generate plain-text HISTORY and src/test/regress/README anymore.Tom Lane
2014-02-10Use memmove() instead of memcpy() for copying overlapping regions.Heikki Linnakangas
2014-02-09Avoid printing uninitialized filename variable in verbose modeMagnus Hagander
2014-02-03Fix *-qualification of named parameters in SQL-language functions.Tom Lane
2014-02-02Fix makefile syntax.Andrew Dunstan
2014-02-01Fix some wide-character bugs in the text-search parser.Tom Lane
2014-02-01fix whitespaceAndrew Dunstan
2014-02-01Fix some more bugs in signal handlers and process shutdown logic.Tom Lane
2014-02-01Don't use deprecated dllwrap on Cygwin.Andrew Dunstan
2014-02-01Copy the libpq DLL to the bin directory on Mingw and Cygwin.Andrew Dunstan
2014-02-01Clear MyProc and MyProcSignalState before they become invalid.Robert Haas
2014-01-30Fix potential coredump on bad locale value in pg_upgrade.Tom Lane
2014-01-30Fix unsafe references to errno within error messaging logic.Tom Lane
2014-01-23Fix bugs in PQhost().Fujii Masao
2014-01-22Allow type_func_name_keywords in even more placesStephen Frost
2014-01-21Tweak parse location assignment for CURRENT_DATE and related constructs.Tom Lane
2014-01-18Allow SET TABLESPACE to database defaultStephen Frost
2014-01-18Fix client-only installationPeter Eisentraut
2014-01-15Improve FILES section of psql reference page.Tom Lane
2014-01-14Fix multiple bugs in index page locking during hot-standby WAL replay.Tom Lane
2014-01-13Fix possible buffer overrun in contrib/pg_trgm.Tom Lane
2014-01-13Fix calculation of ISMN check digit.Heikki Linnakangas
2014-01-11Fix possible crashes due to using elog/ereport too early in startup.Tom Lane
2014-01-11Fix compute_scalar_stats() for case that all values exceed WIDTH_THRESHOLD.Tom Lane
2014-01-09Fix descriptor output in ECPG.Michael Meskes
2014-01-09Fix "cannot accept a set" error when only some arms of a CASE return a set.Tom Lane
2014-01-08Fix pause_at_recovery_target + recovery_target_inclusive combination.Heikki Linnakangas
2014-01-08Fix bug in determining when recovery has reached consistency.Heikki Linnakangas