| Age | Commit message (Expand) | Author |
| 2014-02-22 | pg_basebackup: Add support for relocating tablespaces | Peter Eisentraut |
| 2014-02-21 | Do ScalarArrayOp estimation correctly when array is a stable expression. | Tom Lane |
| 2014-02-20 | Improve comment on setting data_checksum GUC. | Heikki Linnakangas |
| 2014-02-20 | Remove inappropriate EXPORTS line. | Tom Lane |
| 2014-02-20 | Avoid using dllwrap to build pgevent in Mingw builds. | Tom Lane |
| 2014-02-19 | Fix some missing .gitignore and "make clean" items in ecpg. | Tom Lane |
| 2014-02-19 | Switch various builtin functions to use pg_lsn instead of text. | Robert Haas |
| 2014-02-19 | Further code review for pg_lsn data type. | Robert Haas |
| 2014-02-19 | pg_lsn macro naming and type behavior revisions. | Robert Haas |
| 2014-02-19 | Add a pg_lsn data type, to represent an LSN. | Robert Haas |
| 2014-02-18 | Remove broken code that tried to handle OVERLAPS with a single argument. | Tom Lane |
| 2014-02-18 | Disable RandomizedBaseAddress on MSVC builds | Magnus Hagander |
| 2014-02-18 | Fix comment; checkpointer, not bgwriter, performs checkpoints since 9.2. | Heikki Linnakangas |
| 2014-02-17 | Fix capitalization in README. | Robert Haas |
| 2014-02-17 | Prevent potential overruns of fixed-size buffers. | Tom Lane |
| 2014-02-17 | Predict integer overflow to avoid buffer overruns. | Noah Misch |
| 2014-02-17 | Fix handling of wide datetime input/output. | Noah Misch |
| 2014-02-17 | Avoid repeated name lookups during table and index DDL. | Robert Haas |
| 2014-02-17 | Prevent privilege escalation in explicit calls to PL validators. | Noah Misch |
| 2014-02-17 | Shore up ADMIN OPTION restrictions. | Noah Misch |
| 2014-02-17 | PGDLLIMPORT-ify MainLWLockArray, ProcDiePending, proc_exit_inprogress. | Tom Lane |
| 2014-02-17 | Fix unportable coding in tarCreateHeader(). | Tom Lane |
| 2014-02-16 | Revert to using --enable-auto-import in Cygwin builds. | Tom Lane |
| 2014-02-16 | PGDLLIMPORT'ify DateStyle and IntervalStyle. | Tom Lane |
| 2014-02-16 | On Windows, expect to find Tcl DLL in bin directory not lib directory. | Tom Lane |
| 2014-02-15 | Fix unportable coding in BackgroundWorkerStateChange(). | Tom Lane |
| 2014-02-15 | Fix unportable coding in DetermineSleepTime(). | Tom Lane |
| 2014-02-15 | Centralize getopt-related declarations in a new header file pg_getopt.h. | Tom Lane |
| 2014-02-15 | Remove use of sscanf in pg_upgrade, and add C comment to pg_dump | Bruce Momjian |
| 2014-02-15 | psql: Add C comment about gset_prefix being freed later | Bruce Momjian |
| 2014-02-15 | Ooops, forgot to remove solar87 and friends from src/timezone/Makefile. | Tom Lane |
| 2014-02-15 | Update time zone data files to tzdata release 2013i. | Tom Lane |
| 2014-02-14 | Fix fat-fingered makefile changes for pltcl. | Tom Lane |
| 2014-02-14 | In mingw builds, make our own import library for libtcl, too. | Tom Lane |
| 2014-02-14 | In mingw builds, make our own import library for libperl. | Tom Lane |
| 2014-02-14 | Cosmetic improvements in plpython's make rule for libpython import library. | Tom Lane |
| 2014-02-14 | Change the order that pg_xlog and WAL archive are polled for WAL segments. | Heikki Linnakangas |
| 2014-02-14 | Fix typo | Peter Eisentraut |
| 2014-02-14 | Add C comment about problems with CHAR() space trimming | Bruce Momjian |
| 2014-02-13 | Clean up error cases in psql's COPY TO STDOUT/FROM STDIN code. | Tom Lane |
| 2014-02-13 | Separate multixact freezing parameters from xid's | Alvaro Herrera |
| 2014-02-13 | Fix length checking for Unicode identifiers containing escapes (U&"..."). | Tom Lane |
| 2014-02-12 | Improve libpq's error recovery for connection loss during COPY. | Tom Lane |
| 2014-02-12 | Rename 'gmake' to 'make' in docs and recommended commands | Bruce Momjian |
| 2014-02-12 | In XLogReadBufferExtended, don't assume P_NEW yields consecutive pages. | Tom Lane |
| 2014-02-12 | Add missing include, required on some platforms | Magnus Hagander |
| 2014-02-12 | Kill pg_basebackup background process when exiting | Magnus Hagander |
| 2014-02-12 | Use --disable-auto-import linker switch in Mingw builds, too. | Tom Lane |
| 2014-02-12 | Remove --enable-auto-import linker switch in Cygwin build. | Tom Lane |
| 2014-02-12 | Tweak position of $(DLL_DEFFILE) in shared-library link commands. | Tom Lane |