index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-02-16
On Windows, expect to find Tcl DLL in bin directory not lib directory.
Tom Lane
2014-02-16
First-draft release notes for 9.3.3.
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
Update regression testing instructions.
Tom Lane
2014-02-14
In mingw builds, make our own import library for libtcl, too.
Tom Lane
2014-02-14
Suggest shell here-documents instead of psql -c for multiple commands.
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
docs: improve CREATE FUNCTION docs about language case and quoting
Bruce Momjian
2014-02-13
pgcrypto: clarify 'md5' (hash) table entry
Bruce Momjian
2014-02-13
Fix length checking for Unicode identifiers containing escapes (U&"...").
Tom Lane
2014-02-13
pg_upgrade: mention the need for tablespace snapshots in docs
Bruce Momjian
2014-02-13
pg_upgrade: document use of file system and COW snapshots
Bruce Momjian
2014-02-13
Improve cross-references between minor version release notes.
Tom Lane
2014-02-12
Improve text of stub HISTORY file.
Tom Lane
2014-02-12
Improve libpq's error recovery for connection loss during COPY.
Tom Lane
2014-02-12
Revert gmake/make release note changes
Bruce Momjian
2014-02-12
Rename 'gmake' to 'make' in docs and recommended commands
Bruce Momjian
2014-02-12
pg_upgrade: dramatically reduce memory consumption
Bruce Momjian
2014-02-12
pg_test_fsync: add C comment about direct I/O and write size failure
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
doc: Postgres date-style date-only output is ISO
Bruce Momjian
2014-02-12
Tweak position of $(DLL_DEFFILE) in shared-library link commands.
Tom Lane
2014-02-11
Make gendef.pl emit DATA annotations for global variables.
Tom Lane
2014-02-11
Flush a stray definition of $(DLLTOOL).
Tom Lane
2014-02-11
Get rid of use of dlltool in Mingw builds.
Tom Lane
2014-02-11
Cygwin build fixes.
Tom Lane
2014-02-11
scripts: Remove newlines from end of generated SQL
Peter Eisentraut
2014-02-11
Don't generate plain-text HISTORY and src/test/regress/README anymore.
Tom Lane
2014-02-10
Fix WakeupWaiters() to not wake up an exclusive locker unnecessarily.
Heikki Linnakangas
2014-02-10
Use memmove() instead of memcpy() for copying overlapping regions.
Heikki Linnakangas
2014-02-09
Further pg_dump / ftello improvements
Stephen Frost
2014-02-09
Focus on ftello result < 0 instead of errno
Stephen Frost
2014-02-09
Limit pg_basebackup progress output to 1/second
Magnus Hagander
[next]