summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-22pg_basebackup: Add support for relocating tablespacesPeter Eisentraut
2014-02-21Do ScalarArrayOp estimation correctly when array is a stable expression.Tom Lane
2014-02-21Avoid integer overflow in hstore_to_json().Heikki Linnakangas
2014-02-21doc: Clarify documentation page header customization codePeter Eisentraut
2014-02-20Improve comment on setting data_checksum GUC.Heikki Linnakangas
2014-02-20Remove inappropriate EXPORTS line.Tom Lane
2014-02-20Avoid using dllwrap to build pgevent in Mingw builds.Tom Lane
2014-02-19Fix some missing .gitignore and "make clean" items in ecpg.Tom Lane
2014-02-19Document pg_replslot in storage.sgml.Robert Haas
2014-02-19Switch various builtin functions to use pg_lsn instead of text.Robert Haas
2014-02-19Further code review for pg_lsn data type.Robert Haas
2014-02-19pg_lsn macro naming and type behavior revisions.Robert Haas
2014-02-19Add a pg_lsn data type, to represent an LSN.Robert Haas
2014-02-18Remove broken code that tried to handle OVERLAPS with a single argument.Tom Lane
2014-02-18Disable RandomizedBaseAddress on MSVC buildsMagnus Hagander
2014-02-18Fix comment; checkpointer, not bgwriter, performs checkpoints since 9.2.Heikki Linnakangas
2014-02-17Last-minute updates for release notes.Tom Lane
2014-02-17Fix capitalization in README.Robert Haas
2014-02-17Improve documentation about multixact IDs.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-17PGDLLIMPORT-ify MainLWLockArray, ProcDiePending, proc_exit_inprogress.Tom Lane
2014-02-17Fix unportable coding in tarCreateHeader().Tom Lane
2014-02-16Revert to using --enable-auto-import in Cygwin builds.Tom Lane
2014-02-16Further wordsmithing on 9.3.3 release notes.Tom Lane
2014-02-16PGDLLIMPORT'ify DateStyle and IntervalStyle.Tom Lane
2014-02-16Improve release notes per comments from Andres Freund.Tom Lane
2014-02-16On Windows, expect to find Tcl DLL in bin directory not lib directory.Tom Lane
2014-02-16First-draft release notes for 9.3.3.Tom Lane
2014-02-15Fix unportable coding in BackgroundWorkerStateChange().Tom Lane
2014-02-15Fix unportable coding in DetermineSleepTime().Tom Lane
2014-02-15Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane
2014-02-15Remove use of sscanf in pg_upgrade, and add C comment to pg_dumpBruce Momjian
2014-02-15psql: Add C comment about gset_prefix being freed laterBruce Momjian
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-14Fix fat-fingered makefile changes for pltcl.Tom Lane
2014-02-14Update regression testing instructions.Tom Lane
2014-02-14In mingw builds, make our own import library for libtcl, too.Tom Lane
2014-02-14Suggest shell here-documents instead of psql -c for multiple commands.Tom Lane
2014-02-14In mingw builds, make our own import library for libperl.Tom Lane
2014-02-14Cosmetic improvements in plpython's make rule for libpython import library.Tom Lane
2014-02-14Change the order that pg_xlog and WAL archive are polled for WAL segments.Heikki Linnakangas