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
2004-08-11
Fix failure to guarantee that a checkpoint will write out pg_clog updates
Tom Lane
2004-08-10
Translation update
Peter Eisentraut
2004-07-25
Change declared encoding
Peter Eisentraut
2004-07-25
New translation
Peter Eisentraut
2004-07-17
When renaming a column that participates in a foreign key, we must
Tom Lane
2004-07-10
Test HAVING condition before computing targetlist of an Aggregate node.
Tom Lane
2004-07-06
Fix broken logic for pretty-printing parenthesis-suppression in UNION
Tom Lane
2004-07-02
Translation update
Peter Eisentraut
2004-06-13
Translation update
Peter Eisentraut
2004-06-13
Suppress compile warnings on machines where the INT64CONST() decoration
Tom Lane
2004-06-10
Translation updates
Peter Eisentraut
2004-06-10
Translation updates
Peter Eisentraut
2004-06-10
Translation update
Peter Eisentraut
2004-06-08
Add missing check for too-few-inputs when replacing a zero-dimensional
Tom Lane
2004-05-31
I think I've finally identified the cause of the off-by-one-second
Tom Lane
2004-05-29
Translation update
Peter Eisentraut
2004-05-25
Fix erroneous error message printout when a configuration file contains
Tom Lane
2004-05-22
Reduce pg_listener lock taken by NOTIFY et al from AccessExclusiveLock
Tom Lane
2004-05-12
Tighten up overflow check in path_recv, pursuant to code review inspired
Tom Lane
2004-05-11
Add tests to enlargeStringInfo() to avoid possible buffer-overrun or
Tom Lane
2004-05-11
Fix oversights in processing of LIMIT expressions during planning.
Tom Lane
2004-05-11
Repair recalculation failure for nested sub-SELECTs, per bug report from
Tom Lane
2004-05-07
NATURAL CROSS JOIN is a contradiction in terms, not to mention disallowed
Tom Lane
2004-05-05
Don't assume that struct timeval's tv_sec field is the same datatype as
Tom Lane
2004-04-24
Ensure getaddrinfo_all returns null result on failure.
Tom Lane
2004-04-18
Tweak findTargetlistEntry so that bare names occurring in GROUP BY clauses
Tom Lane
2004-04-07
Still another place to make the world safe for zero-column tables.
Tom Lane
2004-04-06
Support FULL JOIN with no join clauses, such as X FULL JOIN Y ON TRUE.
Tom Lane
2004-04-06
ALTER SEQUENCE RESTART did the wrong thing if sequence last_value was
Tom Lane
2004-03-13
Repair memory leakage introduced into the non-hashed aggregate case by
Tom Lane
2004-03-05
Fix log_executor_stats for non-multi queries. Backpatch to 7.4.X.
Bruce Momjian
2004-03-02
Junkfilter logic to force a projection step during SELECT INTO was too
Tom Lane
2004-02-29
make_sort_from_pathkeys()'s method for choosing which of several
Tom Lane
2004-02-27
genericcostestimate() neglected to include qual startup cost in
Tom Lane
2004-02-27
process_implied_equality must copy the substructure of the clauses it
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-13
Repair optimization bug I introduced in a moment of brain fade back in
Tom Lane
2004-02-12
Translation updates
Peter Eisentraut
2004-02-03
Ensure that memcmp() does not run off the end of memory, per Kurt Roeckx.
Tom Lane
2004-02-02
Avoid generating invalid character encoding sequences in make_greater_string.
Tom Lane
2004-01-31
Fix text_position to not scan past end of source string in multibyte
Tom Lane
2004-01-28
Fix oversight in check_ungrouped_columns optimization that avoids
Tom Lane
2004-01-28
simplify_function() mustn't try to evaluate functions that return
Tom Lane
2004-01-26
Repair incorrect order of operations in GetNewTransactionId(). We must
Tom Lane
2004-01-24
Repair planner failure for cases involving Cartesian products inside
Tom Lane
2004-01-22
Fix oversight in optimization that avoids an unnecessary projection step
Tom Lane
2004-01-21
Back-patch repairs for --disable-shared support.
Tom Lane
2004-01-19
Fix typo.
Peter Eisentraut
[next]