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
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2006-05-21
Stamp releases 7.3.15, 7.4.13, and 8.0.8.
Bruce Momjian
2006-05-21
Add a new GUC parameter backslash_quote, which determines whether the SQL
Tom Lane
2006-05-21
Change the backend to reject strings containing invalidly-encoded multibyte
Tom Lane
2006-02-12
Fix bug in SET SESSION AUTHORIZATION that allows unprivileged users to crash
Tom Lane
2006-02-12
Stamp releases for 2006-02-14 release
Bruce Momjian
2006-01-12
Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted by
Tom Lane
2006-01-05
Stamp release 7.4.11.
Bruce Momjian
2006-01-05
Arrange to set the LC_XXX environment variables to match our locale setup.
Tom Lane
2006-01-05
Add port support for unsetenv() in back branches. Needed for locale
Tom Lane
2005-12-14
Defend against crash while processing Describe Statement or Describe Portal
Tom Lane
2005-12-09
Stamp 7.4.10.
Tom Lane
2005-10-03
Stamp release 7.4.9.
Tom Lane
2005-09-28
Repair planning bug introduced in 7.4: outer-join ON clauses that referenced
Tom Lane
2005-08-25
Back-patch fixes for problems with VACUUM destroying t_ctid chains too soon,
Tom Lane
2005-07-18
MemSet() must not cast its pointer argument to int32* until after it has
Tom Lane
2005-06-18
When using C-string lookup keys in a dynahash.c hash table, use strncpy()
Tom Lane
2005-06-02
Push enable/disable of notify and catchup interrupts all the way down
Tom Lane
2005-05-26
Adjust datetime parsing to be more robust. We now pass the length of the
Neil Conway
2005-05-05
Stamp release 7.4.8.
Tom Lane
2005-03-24
array_map can't use the fn_extra field of the provided fcinfo struct as
Tom Lane
2005-02-06
Back-port heap_deformtuple() into 7.4 branch; needed for planned fix for
Tom Lane
2005-01-30
Stamp release 7.4.7.
Tom Lane
2005-01-23
The result of a FULL or RIGHT join can't be assumed to be sorted by the
Tom Lane
2004-10-22
Stamp release 7.4.6.
REL7_4_6
Tom Lane
2004-09-26
Repair bug that would allow libpq to think a command had succeeded when
Tom Lane
2004-08-18
Brand 7.4.5 ... now that was our shortest-lived release ever ...
REL7_4_5
Tom Lane
2004-08-15
Stamp 7.4.4.
REL7_4_4
Tom Lane
2004-08-11
Fix failure to guarantee that a checkpoint will write out pg_clog updates
Tom Lane
2004-06-11
Stamp 7.4.3. Still need release notes.
Bruce Momjian
2004-06-05
Adjust PageGetMaxOffsetNumber to ensure sane behavior on uninitialized
Tom Lane
2004-04-18
Tweak findTargetlistEntry so that bare names occurring in GROUP BY clauses
Tom Lane
2004-03-20
Handle draft version of getpwuid_r() that accepts only four arguments.
Bruce Momjian
2004-03-05
Brand 7.4.2. Release notes still need work.
Bruce Momjian
2004-03-02
Junkfilter logic to force a projection step during SELECT INTO was too
Tom Lane
2004-02-24
anyarray really needs to be declared with typalign = 'd', so that entries
Tom Lane
2004-02-23
Replace opendir/closedir calls throughout the backend with AllocateDir
Tom Lane
2004-02-23
Do a direct probe during postmaster startup to determine the maximum
Tom Lane
2004-02-21
Implement a solution to the 'Turkish locale downcases I incorrectly'
Tom Lane
2004-02-11
Properly set NEED_REENTRANT_FUNCS for threaded libpq/ecpg.
Bruce Momjian
2004-01-22
Fix oversight in optimization that avoids an unnecessary projection step
Tom Lane
2003-12-18
Use a shutdown callback to clear setArgsValid in a FuncExprState that is
Tom Lane
2003-12-18
Ensure set-returning functions in the targetlist of a plan node will be
Tom Lane
2003-12-13
Stamp 7.4.1.
Bruce Momjian
2003-12-03
Planner failed to be smart about binary-compatible expressions in pathkeys
Tom Lane
2003-12-02
The attached patch enables contrib/cube to build cleanly under Cygwin
Bruce Momjian
2003-11-25
Install all the headers files that the ones that are already installed
Peter Eisentraut
2003-11-24
Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.
Peter Eisentraut
2003-11-13
Update win32 include file on 7.4 branch.
Bruce Momjian
2003-11-11
Fix thinko in reltime and tinterval operator classes that I added a
Tom Lane
2003-11-07
Cause stats processes to detach from shared memory when started, so that
Tom Lane
[next]