summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
Commit message (Expand)AuthorAgeFilesLines
* Bring syntax of role-related commands into SQL compliance. To avoidTom Lane2005-06-281-2/+2
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-284-386/+389
* Add Oracle-compatible GREATEST and LEAST functions. Pavel StehuleTom Lane2005-06-261-6/+27
* Extend r-tree operator classes to handle Y-direction tests equivalentTom Lane2005-06-241-25/+173
* Code cleanup: remove 3 duplicate static function declarations.Neil Conway2005-06-241-4/+1
* More trivial dead code removal: in int_to_roman(), checking for "num == -1"Neil Conway2005-06-221-6/+2
* Simplify uses of readdir() by creating a function ReadDir() thatTom Lane2005-06-191-8/+4
* Add a time-of-preparation column to the pg_prepared_xacts view, per anTom Lane2005-06-181-12/+18
* This patch makes it possible to use the full set of timezones when doingBruce Momjian2005-06-154-112/+127
* Add pg_postmaster_start_time() function.Bruce Momjian2005-06-141-1/+7
* Change the planner to allow indexscan qualification clauses to useTom Lane2005-06-131-15/+107
* Separate predicate-testing code out of indxpath.c, making it a moduleTom Lane2005-06-101-7/+6
* Remove planner's private fields from Query struct, and put them intoTom Lane2005-06-051-36/+37
* Replace the parser's namespace tree (which formerly had the sameTom Lane2005-06-051-7/+3
* Fix NUMERIC modulus to properly truncate division in computation.Bruce Momjian2005-06-041-19/+22
* Revise handling of dropped columns in JOIN alias lists to avoid aTom Lane2005-06-031-2/+15
* patternsel() was improperly stripping RelabelType from the derivedTom Lane2005-06-011-8/+10
* Teach ruleutils to drill down into RECORD-type Vars in the same wayTom Lane2005-05-311-32/+188
* When enqueueing after-row triggers for updates of a table with a foreignNeil Conway2005-05-301-65/+131
* Fix longstanding oversight in ruleutils.c: it doesn't regurgitateTom Lane2005-05-301-1/+23
* Change the UNKNOWN type to have an internal representation matchingTom Lane2005-05-301-32/+17
* Marginal hack to save a little bit of time in bpcharin() when typmod is -1,Tom Lane2005-05-291-48/+50
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-291-5/+1
* Display only 9 subsecond digits instead of 10 for time values, forBruce Momjian2005-05-271-7/+4
* Back out part of patch that should be applied later.Bruce Momjian2005-05-271-4/+7
* Fix compile of entab to use stdarg.h. Clean up includes.Bruce Momjian2005-05-271-7/+4
* Remove second argument from textToQualifiedNameList(), as it is no longerNeil Conway2005-05-275-17/+12
* Back out:Bruce Momjian2005-05-261-3/+3
* Display only 9 not 10 digits of precision for timestamp values whenBruce Momjian2005-05-261-3/+3
* Adjust datetime parsing to be more robust. We now pass the length of theNeil Conway2005-05-264-73/+74
* At the head of wchareq, length of (multibyte) character is compared byBruce Momjian2005-05-251-5/+11
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-252-22/+22
* Remove more extraneous parentheses in date/time functions.Bruce Momjian2005-05-244-158/+154
* More macro cleanups for date/time.Bruce Momjian2005-05-234-45/+45
* Add datetime macros for constants, for clarity:Bruce Momjian2005-05-234-133/+133
* Remove unnecessary parentheses in datetime/timestamp code.Bruce Momjian2005-05-232-327/+330
* Remove excess parens, use Abs instead of : ?.Bruce Momjian2005-05-211-8/+8
* Implement md5(bytea), update regression tests and documentation. PatchNeil Conway2005-05-201-5/+24
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-191-2/+2
* Extend the pg_locks system view so that it can fully display all lockTom Lane2005-05-171-21/+95
* This patch reduces the size of the message header used by statisticsNeil Conway2005-05-111-3/+17
* Back out check for unreferenced files.Bruce Momjian2005-05-101-3/+12
* Complete the following TODO items:Neil Conway2005-05-091-1/+118
* Add comment on C locale test for upper/lower/initcap().Bruce Momjian2005-05-071-4/+16
* Check the file system on postmaster startup and report any unreferencedBruce Momjian2005-05-021-12/+3
* Change CREATE TYPE to require datatype output and send functions to haveTom Lane2005-05-014-36/+17
* Make record_out and record_send extract type information from the passedTom Lane2005-04-301-27/+9
* GCC 4.0 includes a new warning option, -Wformat-literal, that emitsNeil Conway2005-04-301-11/+11
* Restructure LOCKTAG as per discussions of a couple months ago.Tom Lane2005-04-291-14/+18
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-281-13/+13