aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
Commit message (Expand)AuthorAge
* Code cleanup: remove 3 duplicate static function declarations.Neil Conway2005-06-24
* More trivial dead code removal: in int_to_roman(), checking for "num == -1"Neil Conway2005-06-22
* Simplify uses of readdir() by creating a function ReadDir() thatTom Lane2005-06-19
* Add a time-of-preparation column to the pg_prepared_xacts view, per anTom Lane2005-06-18
* This patch makes it possible to use the full set of timezones when doingBruce Momjian2005-06-15
* Add pg_postmaster_start_time() function.Bruce Momjian2005-06-14
* Change the planner to allow indexscan qualification clauses to useTom Lane2005-06-13
* Separate predicate-testing code out of indxpath.c, making it a moduleTom Lane2005-06-10
* Remove planner's private fields from Query struct, and put them intoTom Lane2005-06-05
* Replace the parser's namespace tree (which formerly had the sameTom Lane2005-06-05
* Fix NUMERIC modulus to properly truncate division in computation.Bruce Momjian2005-06-04
* Revise handling of dropped columns in JOIN alias lists to avoid aTom Lane2005-06-03
* patternsel() was improperly stripping RelabelType from the derivedTom Lane2005-06-01
* Teach ruleutils to drill down into RECORD-type Vars in the same wayTom Lane2005-05-31
* When enqueueing after-row triggers for updates of a table with a foreignNeil Conway2005-05-30
* Fix longstanding oversight in ruleutils.c: it doesn't regurgitateTom Lane2005-05-30
* Change the UNKNOWN type to have an internal representation matchingTom Lane2005-05-30
* Marginal hack to save a little bit of time in bpcharin() when typmod is -1,Tom Lane2005-05-29
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-29
* Display only 9 subsecond digits instead of 10 for time values, forBruce Momjian2005-05-27
* Back out part of patch that should be applied later.Bruce Momjian2005-05-27
* Fix compile of entab to use stdarg.h. Clean up includes.Bruce Momjian2005-05-27
* Remove second argument from textToQualifiedNameList(), as it is no longerNeil Conway2005-05-27
* Back out:Bruce Momjian2005-05-26
* Display only 9 not 10 digits of precision for timestamp values whenBruce Momjian2005-05-26
* Adjust datetime parsing to be more robust. We now pass the length of theNeil Conway2005-05-26
* At the head of wchareq, length of (multibyte) character is compared byBruce Momjian2005-05-25
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-25
* Remove more extraneous parentheses in date/time functions.Bruce Momjian2005-05-24
* More macro cleanups for date/time.Bruce Momjian2005-05-23
* Add datetime macros for constants, for clarity:Bruce Momjian2005-05-23
* Remove unnecessary parentheses in datetime/timestamp code.Bruce Momjian2005-05-23
* Remove excess parens, use Abs instead of : ?.Bruce Momjian2005-05-21
* Implement md5(bytea), update regression tests and documentation. PatchNeil Conway2005-05-20
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-19
* Extend the pg_locks system view so that it can fully display all lockTom Lane2005-05-17
* This patch reduces the size of the message header used by statisticsNeil Conway2005-05-11
* Back out check for unreferenced files.Bruce Momjian2005-05-10
* Complete the following TODO items:Neil Conway2005-05-09
* Add comment on C locale test for upper/lower/initcap().Bruce Momjian2005-05-07
* Check the file system on postmaster startup and report any unreferencedBruce Momjian2005-05-02
* Change CREATE TYPE to require datatype output and send functions to haveTom Lane2005-05-01
* Make record_out and record_send extract type information from the passedTom Lane2005-04-30
* GCC 4.0 includes a new warning option, -Wformat-literal, that emitsNeil Conway2005-04-30
* Restructure LOCKTAG as per discussions of a couple months ago.Tom Lane2005-04-29
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-28
* Remove support for OR'd indexscans internal to a single IndexScan planTom Lane2005-04-25
* Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. ComparisonTom Lane2005-04-23
* Fix mis-display of negative fractional seconds in interval values forTom Lane2005-04-20
* Attached patch gets rid of the global timezone in the following steps:Bruce Momjian2005-04-19