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
/
backend
Age
Commit message (
Expand
)
Author
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-06
Fix failure to apply domain constraints to a NULL constant that's added to
Tom Lane
2006-01-05
Arrange to set the LC_XXX environment variables to match our locale setup.
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-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-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-06-25
Fix ancient memory leak in index_create(): RelationInitIndexAccessInfo
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-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
2005-05-05
Make standalone backends ignore pg_database.datallowconn, so that there
Tom Lane
2005-05-03
Alter the signature for encoding conversion functions to declare the
Tom Lane
2005-04-23
Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. Comparison
Tom Lane
2005-04-20
Don't try to run clauseless index scans on index types that don't support
Tom Lane
2005-04-20
Fix mis-display of negative fractional seconds in interval values for
Tom Lane
2005-04-14
Don't try to constant-fold functions returning RECORD, since the optimizer
Tom Lane
2005-03-26
Prevent to_char(interval) from dumping core on month-related formats
Tom Lane
2005-01-27
Check that aggregate creator has the right to execute the transition
Tom Lane
2005-01-24
Disallow LOAD to non-superusers. Per report from John Heasman.
Tom Lane
2005-01-23
The result of a FULL or RIGHT join can't be assumed to be sorted by the
Tom Lane
2005-01-11
interval_out failed to mention 'ago' for negative intervals in SQL and
Tom Lane
2004-12-17
array_map failed to insert correct result type in an empty array.
Tom Lane
2004-11-18
Back-patch fix for ALTER DATABASE failing to flush pg_database changes
Tom Lane
2004-11-17
Fix off-by-one memory allocation, as reported by Rod Taylor. Also
Tom Lane
2004-10-13
Repair possible failure to update hint bits back to disk, per
Tom Lane
2004-10-13
Fix breakage in hashjoin from recent backpatch of left-join bug fix.
Tom Lane
2004-09-17
Hashed LEFT JOIN would miss outer tuples with no inner match if the join
Tom Lane
2004-08-11
Fix failure to guarantee that a checkpoint will write out pg_clog updates
Tom Lane
2004-04-05
Translation updates
Peter Eisentraut
2004-02-02
Avoid generating invalid character encoding sequences in make_greater_string.
Tom Lane
2004-02-01
Fix text_position to not scan past end of source string in multibyte
Joe Conway
2004-01-26
Repair incorrect order of operations in GetNewTransactionId(). We must
Tom Lane
2004-01-14
Revert ill-starred change of 13-Feb-02: it appeared to fix a problem of
Tom Lane
2003-12-07
Repair indexed bytea like operations, and related selectivity
Joe Conway
2003-12-01
Force zero_damaged_pages to be effectively ON during recovery from WAL,
Tom Lane
2003-11-30
Back-patch fix to check vartypmod when matching PlannerParamVar entries.
Tom Lane
[next]