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
*
Back-patch fix to disallow BEGIN/COMMIT/ROLLBACK inside SQL functions.
Tom Lane
2004-09-06
*
Repair 'expected both swapped tables to have TOAST tables' bug in 7.4
Tom Lane
2004-08-31
*
Make gistindex_keytest safe against NULL values. Same fix was already
Tom Lane
2004-08-27
*
Translation update
Peter Eisentraut
2004-08-24
*
Fix bug introduced into _bt_getstackbuf() on 2003-Feb-21: the initial
Tom Lane
2004-08-17
*
Translation update
Peter Eisentraut
2004-08-14
*
Translation update
Peter Eisentraut
2004-08-13
*
Avoid crashing when restoring a saved GUC session_authorization value
Tom Lane
2004-08-11
*
Fix failure to guarantee that a checkpoint will write out pg_clog updates
Tom Lane
2004-08-11
*
Translation update
Peter Eisentraut
2004-08-10
*
Change declared encoding
Peter Eisentraut
2004-07-25
*
New translation
Peter Eisentraut
2004-07-25
*
When renaming a column that participates in a foreign key, we must
Tom Lane
2004-07-17
*
Test HAVING condition before computing targetlist of an Aggregate node.
Tom Lane
2004-07-10
*
Fix broken logic for pretty-printing parenthesis-suppression in UNION
Tom Lane
2004-07-06
*
Translation update
Peter Eisentraut
2004-07-02
*
Translation update
Peter Eisentraut
2004-06-13
*
Suppress compile warnings on machines where the INT64CONST() decoration
Tom Lane
2004-06-13
*
Translation updates
Peter Eisentraut
2004-06-10
*
Translation updates
Peter Eisentraut
2004-06-10
*
Translation update
Peter Eisentraut
2004-06-10
*
Add missing check for too-few-inputs when replacing a zero-dimensional
Tom Lane
2004-06-08
*
I think I've finally identified the cause of the off-by-one-second
Tom Lane
2004-05-31
*
Translation update
Peter Eisentraut
2004-05-29
*
Fix erroneous error message printout when a configuration file contains
Tom Lane
2004-05-25
*
Reduce pg_listener lock taken by NOTIFY et al from AccessExclusiveLock
Tom Lane
2004-05-22
*
Tighten up overflow check in path_recv, pursuant to code review inspired
Tom Lane
2004-05-12
*
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-11
*
NATURAL CROSS JOIN is a contradiction in terms, not to mention disallowed
Tom Lane
2004-05-07
*
Don't assume that struct timeval's tv_sec field is the same datatype as
Tom Lane
2004-05-05
*
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
[next]