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-17
Last-minute updates for release notes.
Tom Lane
2014-02-17
Document risks of "make check" in the regression testing instructions.
Tom Lane
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
Document security implications of check_function_bodies.
Noah Misch
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
Release notes for 9.3.3, 9.2.7, 9.1.12, 9.0.16, 8.4.20.
Tom Lane
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
Update regression testing instructions.
Tom Lane
2014-02-14
Suggest shell here-documents instead of psql -c for multiple commands.
Tom Lane
2014-02-13
Clean up error cases in psql's COPY TO STDOUT/FROM STDIN code.
Tom Lane
2014-02-13
Fix length checking for Unicode identifiers containing escapes (U&"...").
Tom Lane
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
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-11
Don't generate plain-text HISTORY and src/test/regress/README anymore.
Tom Lane
2014-02-10
Use memmove() instead of memcpy() for copying overlapping regions.
Heikki Linnakangas
2014-02-09
Avoid printing uninitialized filename variable in verbose mode
Magnus Hagander
2014-02-03
Fix *-qualification of named parameters in SQL-language functions.
Tom Lane
2014-02-02
Fix makefile syntax.
Andrew Dunstan
2014-02-01
Fix some wide-character bugs in the text-search parser.
Tom Lane
2014-02-01
fix whitespace
Andrew Dunstan
2014-02-01
Fix some more bugs in signal handlers and process shutdown logic.
Tom Lane
2014-02-01
Don't use deprecated dllwrap on Cygwin.
Andrew Dunstan
2014-02-01
Copy the libpq DLL to the bin directory on Mingw and Cygwin.
Andrew Dunstan
2014-02-01
Clear MyProc and MyProcSignalState before they become invalid.
Robert Haas
2014-01-30
Fix potential coredump on bad locale value in pg_upgrade.
Tom Lane
2014-01-30
Fix unsafe references to errno within error messaging logic.
Tom Lane
2014-01-23
Fix bugs in PQhost().
Fujii Masao
2014-01-22
Allow type_func_name_keywords in even more places
Stephen Frost
2014-01-21
Tweak parse location assignment for CURRENT_DATE and related constructs.
Tom Lane
2014-01-18
Allow SET TABLESPACE to database default
Stephen Frost
2014-01-18
Fix client-only installation
Peter Eisentraut
2014-01-15
Improve FILES section of psql reference page.
Tom Lane
2014-01-14
Fix multiple bugs in index page locking during hot-standby WAL replay.
Tom Lane
2014-01-13
Fix possible buffer overrun in contrib/pg_trgm.
Tom Lane
2014-01-13
Fix calculation of ISMN check digit.
Heikki Linnakangas
2014-01-11
Fix possible crashes due to using elog/ereport too early in startup.
Tom Lane
2014-01-11
Fix compute_scalar_stats() for case that all values exceed WIDTH_THRESHOLD.
Tom Lane
2014-01-09
Fix descriptor output in ECPG.
Michael Meskes
2014-01-09
Fix "cannot accept a set" error when only some arms of a CASE return a set.
Tom Lane
2014-01-08
Fix pause_at_recovery_target + recovery_target_inclusive combination.
Heikki Linnakangas
2014-01-08
Fix bug in determining when recovery has reached consistency.
Heikki Linnakangas
[next]