index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Ensure getaddrinfo_all returns null result on failure.
Tom Lane
2004-04-24
*
Tweak findTargetlistEntry so that bare names occurring in GROUP BY clauses
Tom Lane
2004-04-18
*
Still another place to make the world safe for zero-column tables.
Tom Lane
2004-04-07
*
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-04-06
*
Repair memory leakage introduced into the non-hashed aggregate case by
Tom Lane
2004-03-13
*
Fix log_executor_stats for non-multi queries. Backpatch to 7.4.X.
Bruce Momjian
2004-03-05
*
Junkfilter logic to force a projection step during SELECT INTO was too
Tom Lane
2004-03-02
*
make_sort_from_pathkeys()'s method for choosing which of several
Tom Lane
2004-02-29
*
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-27
*
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-23
*
Implement a solution to the 'Turkish locale downcases I incorrectly'
Tom Lane
2004-02-21
*
Repair optimization bug I introduced in a moment of brain fade back in
Tom Lane
2004-02-13
*
Translation updates
Peter Eisentraut
2004-02-12
*
Ensure that memcmp() does not run off the end of memory, per Kurt Roeckx.
Tom Lane
2004-02-03
*
Avoid generating invalid character encoding sequences in make_greater_string.
Tom Lane
2004-02-02
*
Fix text_position to not scan past end of source string in multibyte
Tom Lane
2004-01-31
*
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-28
*
Repair incorrect order of operations in GetNewTransactionId(). We must
Tom Lane
2004-01-26
*
Repair planner failure for cases involving Cartesian products inside
Tom Lane
2004-01-24
*
Fix oversight in optimization that avoids an unnecessary projection step
Tom Lane
2004-01-22
*
Back-patch repairs for --disable-shared support.
Tom Lane
2004-01-21
*
Fix typo.
Peter Eisentraut
2004-01-19
*
Don't use %s-with-precision format spec to truncate data being displayed
Tom Lane
2004-01-18
*
Repair faulty plan generation in cases where we choose to implement an
Tom Lane
2004-01-18
*
The no-updates-to-system-catalogs-unless-usecatupd restriction should
Tom Lane
2004-01-14
*
Revert ill-starred change of 13-Feb-02: it appeared to fix a problem of
Tom Lane
2004-01-14
*
Fix format string error.
Peter Eisentraut
2004-01-13
*
Fix subquery pullup logic to not be fooled when a view that appears
Tom Lane
2004-01-10
*
Translation updates
Peter Eisentraut
2004-01-07
*
Fix discrepancy in prototypes for HPUX pg_dlerror.
Tom Lane
2004-01-04
*
Avoid running out of memory during hash_create, by not passing a
Tom Lane
2003-12-30
*
Fix broken IDENT support for FreeBSD (appears to have been broken by
Tom Lane
2003-12-20
*
Forbid REVOKE on untrusted languages, and don't dump privileges of
Peter Eisentraut
2003-12-19
*
Make to_hex() behave portably on negative input values (treat them as
Tom Lane
2003-12-19
*
Use a shutdown callback to ensure proper clean up when rescanning
Joe Conway
2003-12-19
*
Fix memory leak with SSL connections due to missing X509_free() calls.
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-18
*
information_schema.constraint_column_usage and key_column_usage should
Tom Lane
2003-12-17
*
Fix DecodeInterval to handle '-0.1' sanely, per gripe from Tilo Schwarz.
Tom Lane
2003-12-17
*
Reorder tests in parse_coerce so that ANY/ANYELEMENT/ANYARRAY coercion
Tom Lane
2003-12-17
*
Repair planner failure when there are multiple IN clauses, each with
Tom Lane
2003-12-17
*
Fix constraint_column_usage for foreign keys.
Peter Eisentraut
2003-12-16
*
query_tree_mutator should copy RangeTblEntry nodes even when it's not
Tom Lane
2003-12-09
*
Whole-row references were broken for subqueries and functions, because
Tom Lane
2003-12-08
*
Remove test on c.relkind from check_constraints view; unnecessary and
Tom Lane
2003-12-07
[next]