index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Add missing reference to pg_shdescription. Greg Mullane
Tom Lane
2007-01-05
*
Fix tab to space mention in FAQ_DEV.
Bruce Momjian
2007-01-04
*
Fix AddDefine to handle quotes properly. Magnus
Tom Lane
2007-01-04
*
Tweak pg_dumpall to add GRANT CONNECT ON DATABASE ... TO PUBLIC when dumping
Tom Lane
2007-01-04
*
Fix some small typos in comments. Greg Stark
Tom Lane
2007-01-04
*
Simplify assignment of Inf for pow Nan (don't worry about the sign).
Bruce Momjian
2007-01-04
*
Fix erroneous implementation of -s in postmaster.c (the switch doesn't take
Tom Lane
2007-01-04
*
Fix regex_fixed_prefix() to cope reasonably well with regex patterns of the
Tom Lane
2007-01-03
*
Update pow() tests to check for both errno==EDOM _and_ result==Nan, and
Bruce Momjian
2007-01-03
*
Fix erroneous error tests in pow/exp.
Tom Lane
2007-01-03
*
Fix btree_gist for new larger money type.
Tom Lane
2007-01-03
*
Clean up smgr.c/md.c APIs as per discussion a couple months ago. Instead of
Tom Lane
2007-01-03
*
Attempt to return proper overflow/underflow messages for platforms that
Bruce Momjian
2007-01-03
*
For float4/8, remove errno checks for pow() and exp() because only some
Bruce Momjian
2007-01-03
*
Widen the money type to 64 bits.
D'Arcy J.M. Cain
2007-01-03
*
Update expected result for new inet error message wording.
Bruce Momjian
2007-01-02
*
Adjust network errmsg("result is out of range") message to be consistent
Bruce Momjian
2007-01-02
*
Some platforms set errno on pow(), exp() overflow, some do not, so if
Bruce Momjian
2007-01-02
*
Add a regression test for ALTER SET TABLESPACE; this is a whole separate
Tom Lane
2007-01-02
*
finite() no longer used; remove finite() platform-specific
Bruce Momjian
2007-01-02
*
Add n_live_tuples and n_dead_tuples to pg_stat_all_tables.
Bruce Momjian
2007-01-02
*
Add #include <float.h> for platforms that still need it.
Bruce Momjian
2007-01-02
*
Fix float4/8 to handle Infinity and Nan consistently, e.g. Infinity is a
Bruce Momjian
2007-01-02
*
Found the problem with my operator-family changes: by fetching from
Tom Lane
2006-12-31
*
Support type modifiers for user-defined types, and pull most knowledge
Tom Lane
2006-12-30
*
Clarify wording on when ctid is modified by VACUUM FULL.
Bruce Momjian
2006-12-30
*
Add support for XML build option to MSVC build scripts.
Tom Lane
2006-12-29
*
Fix multiple breakages in last XML patch.
Tom Lane
2006-12-29
*
De-escape XML names when reverse-compiling XML expressions.
Peter Eisentraut
2006-12-29
*
Fix up btree's initial scankey processing to be able to detect redundant
Tom Lane
2006-12-28
*
Add TLS thread URL:
Bruce Momjian
2006-12-28
*
Remove:
Bruce Momjian
2006-12-28
*
Remove caveat about avoiding cross-type operators in constraints intended
Tom Lane
2006-12-28
*
Enable btree_predicate_proof() to make proofs involving cross-data-type
Tom Lane
2006-12-28
*
Done:
Bruce Momjian
2006-12-28
*
Add send and recv functions for xml type.
Peter Eisentraut
2006-12-28
*
Handle content and document options in xmlparse() correctly.
Peter Eisentraut
2006-12-28
*
Add a defense to prevent core dumps if 8.2 version of rank_cd() is used with
Tom Lane
2006-12-28
*
fflush the \o file, if any, after each backslash command. We already
Tom Lane
2006-12-28
*
Revert exports.list change pending closer study.
Tom Lane
2006-12-28
*
Use a more backward-compatible syntax for exports.list on Linux.
Tom Lane
2006-12-27
*
Clean up pgindent handling of comments after 'else' by only moving
Bruce Momjian
2006-12-27
*
Modify local buffer management to request memory for local buffers in blocks
Tom Lane
2006-12-27
*
Improve memory management code to avoid inefficient behavior when a context
Tom Lane
2006-12-27
*
Print combining characters (those reported as having zero width by
Tom Lane
2006-12-27
*
Use FROM clause in example UPDATE commands where appropriate. Also
Tom Lane
2006-12-27
*
Use "dead" rather than "expired" for vacuumable rows.
Bruce Momjian
2006-12-27
*
Fix failure due to accessing an already-freed tuple descriptor in a plan
Tom Lane
2006-12-26
*
Repair bug #2839: the various ExecReScan functions need to reset
Tom Lane
2006-12-26
*
Repair bug #2836: SPI_execute_plan returned zero if none of the querytrees
Tom Lane
2006-12-26
[next]