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
Age
Commit message (
Expand
)
Author
2006-05-12
Fix the sense of the test on DH_check()'s return value. This was preventing
Tom Lane
2006-05-11
Remove unnecessary .seg/.section directives, per Alan Stange.
Tom Lane
2006-04-19
Fix ancient memory leak in PQprintTuples(); our code no longer uses this
Tom Lane
2006-03-04
Minor teak.
Tatsuo Ishii
2006-03-04
Tighten up SJIS byte sequence check. Now we reject invalid SJIS byte
Tatsuo Ishii
2006-02-20
Fix three Python reference leaks in PLy_traceback(). This would result
Neil Conway
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-21
Repair longstanding bug in slru/clog logic: it is possible for two backends
Tom Lane
2006-01-12
Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted by
Tom Lane
2006-01-09
Fix pg_dump to add the required OPERATOR() decoration to schema-qualified
Tom Lane
2006-01-06
Fix failure to apply domain constraints to a NULL constant that's added to
Tom Lane
2006-01-05
Stamp release 7.3.13.
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-24
Fix long standing Asian multibyte charsets bug.
Tatsuo Ishii
2005-12-22
Adjust string comparison so that only bitwise-equal strings are considered
Tom Lane
2005-12-15
Back-patch 7.4 change to show that freebsd 5 and up don't need
Tom Lane
2005-12-13
Remove unused HAVE_STRUCT_SOCKCRED code, which was causing a duplicate-
Tom Lane
2005-12-09
Stamp 7.3.12.
REL7_3_12
Tom Lane
2005-12-05
Add regression test to see if the min/max values of int8 convert correctly.
Tom Lane
2005-11-03
Fix longstanding race condition in transaction log management: there was a
Tom Lane
2005-10-25
Fix longstanding bug that would sometimes let the planner generate a bad plan
Tom Lane
2005-10-14
Pass a strdup'd ident string to openlog(), to ensure that reallocation
Tom Lane
2005-10-12
Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would mark
Tom Lane
2005-10-03
Stamp release 7.3.11.
REL7_3_11
Tom Lane
2005-08-30
Fix missing rows in query
Teodor Sigaev
2005-08-26
Back-patch fixes for problems with VACUUM destroying t_ctid chains too soon,
Tom Lane
2005-08-16
Reject operator names >= NAMEDATALEN characters. These will not work
Tom Lane
2005-07-18
Fix bogus backslash sequences, per Kris Jurka.
Tom Lane
2005-07-18
MemSet() must not cast its pointer argument to int32* until after it has
Tom Lane
2005-07-17
Adjust alter_table regression test to avoid conflicts with rangefuncs
Tom Lane
2005-07-16
Mark the geometry regression test as an ignorable failure in the pre-7.4
Tom Lane
2005-07-14
Fix mis-backport of libpq memory leak fix. Per Michael Fuhr.
Tom Lane
2005-07-13
Fix libpq memory leak during PQreset() --- closePGconn() was not
Tom Lane
2005-07-08
Make libpq_gettext save and restore errno in a Windows-compatible way.
Tom Lane
2005-06-25
Fix ancient memory leak in index_create(): RelationInitIndexAccessInfo
Tom Lane
2005-06-20
plpgsql's exec_assign_value() freed the old value of a variable before
Tom Lane
2005-06-14
The random selection in function linear() could deliver a value equal to max
Tom Lane
2005-06-11
Fix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa.
Tatsuo Ishii
2005-06-05
Code for SET/SHOW TIME ZONE with a fixed-interval timezone was not
Tom Lane
2005-06-02
Push enable/disable of notify and catchup interrupts all the way down
Tom Lane
2005-05-31
Add test to WAL replay to verify that xl_prev points back to the previous
Tom Lane
2005-05-29
expandRTE and get_rte_attribute_type mistakenly always imputed typmod -1
Tom Lane
2005-05-25
Fix previous patch to exprTypmod.
Tatsuo Ishii
2005-05-24
Inserting 5 characters into char(10) does not produce 5 padding spaces
Tatsuo Ishii
2005-05-17
Guard against duplicate IDs in input file in SortTocFromFile().
Tom Lane
2005-05-08
Update release checklist to reflect that HISTORY and INSTALL don't
Tom Lane
2005-05-07
Repair very-low-probability race condition between relation extension
Tom Lane
2005-05-07
Adjust time qual checking code so that we always check TransactionIdIsInProgress
Tom Lane
[next]