summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Call setrlimit if possible in pg_regress to allow core file generation, and p...Andrew Dunstan2007-01-053-5/+97
* Update float dpow() comment about whick platforms had issues with Nan.Bruce Momjian2007-01-051-3/+3
* Add missing reference to pg_shdescription. Greg MullaneTom Lane2007-01-051-2/+3
* Fix tab to space mention in FAQ_DEV.Bruce Momjian2007-01-042-4/+4
* Fix AddDefine to handle quotes properly. MagnusTom Lane2007-01-041-0/+1
* Tweak pg_dumpall to add GRANT CONNECT ON DATABASE ... TO PUBLIC when dumpingTom Lane2007-01-041-1/+15
* Fix some small typos in comments. Greg StarkTom Lane2007-01-043-8/+8
* Simplify assignment of Inf for pow Nan (don't worry about the sign).Bruce Momjian2007-01-041-2/+3
* Fix erroneous implementation of -s in postmaster.c (the switch doesn't takeTom Lane2007-01-044-118/+113
* Fix regex_fixed_prefix() to cope reasonably well with regex patterns of theTom Lane2007-01-033-46/+105
* Update pow() tests to check for both errno==EDOM _and_ result==Nan, andBruce Momjian2007-01-031-18/+12
* Fix erroneous error tests in pow/exp.Tom Lane2007-01-031-4/+3
* Fix btree_gist for new larger money type.Tom Lane2007-01-031-1/+1
* Clean up smgr.c/md.c APIs as per discussion a couple months ago. Instead ofTom Lane2007-01-036-398/+402
* Attempt to return proper overflow/underflow messages for platforms thatBruce Momjian2007-01-031-6/+23
* For float4/8, remove errno checks for pow() and exp() because only someBruce Momjian2007-01-031-15/+11
* Widen the money type to 64 bits.D'Arcy J.M. Cain2007-01-033-111/+176
* Update expected result for new inet error message wording.Bruce Momjian2007-01-021-4/+4
* Adjust network errmsg("result is out of range") message to be consistentBruce Momjian2007-01-021-3/+3
* Some platforms set errno on pow(), exp() overflow, some do not, so ifBruce Momjian2007-01-021-3/+3
* Add a regression test for ALTER SET TABLESPACE; this is a whole separateTom Lane2007-01-022-0/+26
* finite() no longer used; remove finite() platform-specificBruce Momjian2007-01-025-96/+7
* Add n_live_tuples and n_dead_tuples to pg_stat_all_tables.Bruce Momjian2007-01-025-9/+49
* Add #include <float.h> for platforms that still need it.Bruce Momjian2007-01-021-1/+2
* Fix float4/8 to handle Infinity and Nan consistently, e.g. Infinity is aBruce Momjian2007-01-029-264/+215
* Found the problem with my operator-family changes: by fetching fromTom Lane2006-12-311-4/+5
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-3047-685/+1628
* Clarify wording on when ctid is modified by VACUUM FULL.Bruce Momjian2006-12-301-2/+2
* Add support for XML build option to MSVC build scripts.Tom Lane2006-12-291-0/+9
* Fix multiple breakages in last XML patch.Tom Lane2006-12-292-41/+43
* De-escape XML names when reverse-compiling XML expressions.Peter Eisentraut2006-12-293-11/+76
* Fix up btree's initial scankey processing to be able to detect redundantTom Lane2006-12-283-99/+208
* Add TLS thread URL:Bruce Momjian2006-12-282-2/+4
* Remove:Bruce Momjian2006-12-282-6/+2
* Remove caveat about avoiding cross-type operators in constraints intendedTom Lane2006-12-281-24/+1
* Enable btree_predicate_proof() to make proofs involving cross-data-typeTom Lane2006-12-281-15/+5
* Done:Bruce Momjian2006-12-282-11/+2
* Add send and recv functions for xml type.Peter Eisentraut2006-12-285-9/+58
* Handle content and document options in xmlparse() correctly.Peter Eisentraut2006-12-284-68/+65
* Add a defense to prevent core dumps if 8.2 version of rank_cd() is used withTom Lane2006-12-282-2/+19
* fflush the \o file, if any, after each backslash command. We alreadyTom Lane2006-12-281-3/+6
* Revert exports.list change pending closer study.Tom Lane2006-12-281-2/+2
* Use a more backward-compatible syntax for exports.list on Linux.Tom Lane2006-12-271-2/+2
* Clean up pgindent handling of comments after 'else' by only movingBruce Momjian2006-12-271-5/+11
* Modify local buffer management to request memory for local buffers in blocksTom Lane2006-12-271-6/+51
* Improve memory management code to avoid inefficient behavior when a contextTom Lane2006-12-271-6/+21
* Print combining characters (those reported as having zero width byTom Lane2006-12-271-20/+15
* Use FROM clause in example UPDATE commands where appropriate. AlsoTom Lane2006-12-271-23/+8
* Use "dead" rather than "expired" for vacuumable rows.Bruce Momjian2006-12-272-7/+7
* Fix failure due to accessing an already-freed tuple descriptor in a planTom Lane2006-12-266-50/+63