aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
Commit message (Expand)AuthorAge
* Added hints about the reason, why the command string inJan Wieck2004-02-12
* Use memmove() rather than memcpy() in set_var_from_var(). If this functionNeil Conway2004-02-04
* pwdTom Lane2004-02-03
* Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane2004-02-03
* Add function (actually an int4 and an int8 version) that generatesJoe Conway2004-02-03
* Avoid generating invalid character encoding sequences in make_greater_string.Tom Lane2004-02-02
* Make length() disregard trailing spaces in char(n) values, per discussionTom Lane2004-02-01
* Micro-opt: replace calls likeNeil Conway2004-01-31
* Fix text_position to not scan past end of source string in multibyteTom Lane2004-01-31
* Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane2004-01-19
* Repair misestimation of indexscan CPU costs. When an indexqual containsTom Lane2004-01-17
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-07
* Apply the core parts of Dennis Bjorklund's patch to allow functionTom Lane2004-01-06
* Adjust indexscan planning logic to keep RestrictInfo nodes associatedTom Lane2004-01-05
* Using canonicalize_qual() to get rid of duplicate index predicateTom Lane2003-12-29
* Clean up the usage of canonicalize_qual(): in particular, be consistentTom Lane2003-12-28
* > > I have no idea if this in Oracle or not. But it's something IBruce Momjian2003-12-25
* Back out:Bruce Momjian2003-12-21
* In my mind there were two categories of open issuesBruce Momjian2003-12-20
* Make to_hex() behave portably on negative input values (treat them asTom Lane2003-12-19
* Fix DecodeInterval to handle '-0.1' sanely, per gripe from Tilo Schwarz.Tom Lane2003-12-17
* Repair indexed bytea like operations, and related selectivityJoe Conway2003-12-07
* Code and docs review for numeric-factorial patch.Tom Lane2003-12-02
* Attached is a patch implementing factorial(), returning numeric. PointsBruce Momjian2003-12-01
* netmask() and hostmask() functions should return maximum-length masklen,Tom Lane2003-12-01
* Make PQescapeBytea and byteaout consistent with each other, andJoe Conway2003-11-30
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Fix datetime input parsing to accept YYYY-MONTHNAME-DD and related syntaxes,Tom Lane2003-11-16
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Remove rcsid CVS header variable --- not used.Bruce Momjian2003-11-10
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* Implement isolation levels read uncommitted and repeatable read as actingPeter Eisentraut2003-11-06
* Fix for possible referential integrity violation when a qualified ON INSERTJan Wieck2003-10-31
* Fix some corner cases in ACL manipulation: don't foul up on an emptyTom Lane2003-10-29
* Avoid division by zero in estimate_num_groups() when table has no rows.Tom Lane2003-10-16
* During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows usingTom Lane2003-10-06
* Fix pg_get_constraintdef() to ensure CHECK constraints are always shownTom Lane2003-10-04
* When dumping CREATE INDEX, must show opclass name if the opclass isn'tTom Lane2003-10-02
* Repair RI trigger visibility problems (this time for sure ;-)) per recentTom Lane2003-10-01
* The brackets aren't put on the CHECK constraints properly.Bruce Momjian2003-09-29
* More message editing, some suggested by Alvaro HerreraPeter Eisentraut2003-09-29
* Now that we have UPDATE tab SET col = DEFAULT, get rid of horrid hackTom Lane2003-09-28
* Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut2003-09-26
* Get rid of ReferentialIntegritySnapshotOverride by extending Executor APITom Lane2003-09-25
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* OK, some of these syntax errors should be given other codes.Peter Eisentraut2003-09-15
* Okay, I've had it with mktime() bugs. While chasing Torello Querci'sTom Lane2003-09-13
* Some "feature not supported" errors are better syntax errors, because thePeter Eisentraut2003-09-09
* Repair problems with to_char() overrunning its input string.Tom Lane2003-09-03
* Adjust date/time input parsing code to correctly distinguish the fourTom Lane2003-08-27