summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-02-14Fix typoPeter Eisentraut
2014-02-14Add C comment about problems with CHAR() space trimmingBruce Momjian
2014-02-13Clean up error cases in psql's COPY TO STDOUT/FROM STDIN code.Tom Lane
2014-02-13Separate multixact freezing parameters from xid'sAlvaro Herrera
2014-02-13docs: improve CREATE FUNCTION docs about language case and quotingBruce Momjian
2014-02-13pgcrypto: clarify 'md5' (hash) table entryBruce Momjian
2014-02-13Fix length checking for Unicode identifiers containing escapes (U&"...").Tom Lane
2014-02-13pg_upgrade: mention the need for tablespace snapshots in docsBruce Momjian
2014-02-13pg_upgrade: document use of file system and COW snapshotsBruce Momjian
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-12Revert gmake/make release note changesBruce Momjian
2014-02-12Rename 'gmake' to 'make' in docs and recommended commandsBruce Momjian
2014-02-12pg_upgrade: dramatically reduce memory consumptionBruce Momjian
2014-02-12pg_test_fsync: add C comment about direct I/O and write size failureBruce Momjian
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-12Use --disable-auto-import linker switch in Mingw builds, too.Tom Lane
2014-02-12Remove --enable-auto-import linker switch in Cygwin build.Tom Lane
2014-02-12doc: Postgres date-style date-only output is ISOBruce Momjian
2014-02-12Tweak position of $(DLL_DEFFILE) in shared-library link commands.Tom Lane
2014-02-11Make gendef.pl emit DATA annotations for global variables.Tom Lane
2014-02-11Flush a stray definition of $(DLLTOOL).Tom Lane
2014-02-11Get rid of use of dlltool in Mingw builds.Tom Lane
2014-02-11Cygwin build fixes.Tom Lane
2014-02-11scripts: Remove newlines from end of generated SQLPeter Eisentraut
2014-02-11Don't generate plain-text HISTORY and src/test/regress/README anymore.Tom Lane
2014-02-10Fix WakeupWaiters() to not wake up an exclusive locker unnecessarily.Heikki Linnakangas
2014-02-10Use memmove() instead of memcpy() for copying overlapping regions.Heikki Linnakangas
2014-02-09Further pg_dump / ftello improvementsStephen Frost
2014-02-09Focus on ftello result < 0 instead of errnoStephen Frost
2014-02-09Limit pg_basebackup progress output to 1/secondMagnus Hagander