| Commit message (Expand) | Author | Age |
* | Use wide-character library routines, if available, for upper/lower/initcap | Tom Lane | 2004-05-22 |
* | Probably need sys/time.h here too to be safe. | Tom Lane | 2004-05-21 |
* | Fix random breakage in exec.c for platforms where strdup is a macro. | Tom Lane | 2004-05-21 |
* | Integrate src/timezone library for all platforms. There is more we can | Tom Lane | 2004-05-21 |
* | Small variable rename in exec.c. | Bruce Momjian | 2004-05-20 |
* | Add ctype.h include for new macro in port.h. | Bruce Momjian | 2004-05-20 |
* | Rename another irix file. | Bruce Momjian | 2004-05-19 |
* | Win32 can't have the same function coming from two library object files, | Bruce Momjian | 2004-05-19 |
* | Clean up some relative path install issues with Claudio's help. | Bruce Momjian | 2004-05-18 |
* | Reorganize code to allow path-relative installs. | Bruce Momjian | 2004-05-17 |
* | Change ln(), log(), power(), and sqrt() to emit the correct SQLSTATE | Neil Conway | 2004-05-16 |
* | Remove an unused (and empty) header file. | Neil Conway | 2004-05-14 |
* | Implement the width_bucket() function, per SQL2003. This commit only adds | Neil Conway | 2004-05-14 |
* | Improve documentation for SQLSTATE error codes, per recent thread on | Neil Conway | 2004-05-14 |
* | Adjust find_my_exec/find_other_exec() so that the return parameter is | Bruce Momjian | 2004-05-14 |
* | Tighten parsing of boolean options to CREATE TYPE and related functions, | Tom Lane | 2004-05-14 |
* | Reorganize backend code to more cleanly manage executable names and | Bruce Momjian | 2004-05-13 |
* | Rename find_my_binary/find_other_binary to | Bruce Momjian | 2004-05-12 |
* | As part of the work for making relocatable installs, I have re-factored | Bruce Momjian | 2004-05-11 |
* | Refactor low-level aclcheck code to provide useful interfaces for multi-bit | Tom Lane | 2004-05-11 |
* | Promote row expressions to full-fledged citizens of the expression syntax, | Tom Lane | 2004-05-10 |
* | Alter string format used for integer and OID lists in stored rules. | Tom Lane | 2004-05-08 |
* | Get rid of rd_nblocks field in relcache entries. Turns out this was | Tom Lane | 2004-05-08 |
* | Get rid of cluster.c's apparatus for rebuilding a relation's indexes | Tom Lane | 2004-05-08 |
* | The timezone() family of functions (a/k/a AT TIME ZONE construct) can | Tom Lane | 2004-05-07 |
* | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane | 2004-05-07 |
* | Make ALTER COLUMN TYPE preserve clustered status for indexes it doesn't | Tom Lane | 2004-05-06 |
* | Rewrite nodeRead() in a less obfuscated fashion, per discussion with | Tom Lane | 2004-05-06 |
* | Second try at a portable unsetenv(). | Tom Lane | 2004-05-05 |
* | ALTER TABLE rewrite. New cool stuff: | Tom Lane | 2004-05-05 |
* | Update catalog version for acl removal changes. | Bruce Momjian | 2004-05-02 |
* | Revert patch --- needs more generalized solution. | Bruce Momjian | 2004-05-02 |
* | Align prototype in C code. | Bruce Momjian | 2004-05-01 |
* | Suppress use of timezone library by ecpg. | Bruce Momjian | 2004-04-30 |
* | More timezone build adjustments. | Bruce Momjian | 2004-04-30 |
* | Rename to USE_PGTZ to match code. | Bruce Momjian | 2004-04-30 |
* | Enable use of our own timezone library for Win32. | Bruce Momjian | 2004-04-30 |
* | Minor adjustments to enable public-domain timezone library to be called | Bruce Momjian | 2004-04-30 |
* | Please find a attached a small patch that adds accessor functions | Bruce Momjian | 2004-04-26 |
* | Tiny assorted fixes: correct a typo in a comment in vacuumlazy.c, remove | Neil Conway | 2004-04-25 |
* | Remove the last traces of Joe Hellerstein's "xfunc" optimization. Patch | Neil Conway | 2004-04-25 |
* | Add ceiling() as an alias for ceil(), and power() as an alias for pow(). | Neil Conway | 2004-04-23 |
* | Add new auto-detection of thread flags. | Bruce Momjian | 2004-04-23 |
* | Make LocalRefCount and PrivateRefCount arrays of int32, rather than long. | Neil Conway | 2004-04-22 |
* | Per discussion earlier today, here is a fix that lets ereport() on win32 | Bruce Momjian | 2004-04-22 |
* | This patch makes the EXECUTE command's completion tag return the | Bruce Momjian | 2004-04-22 |
* | Tweak indexscan and seqscan code to arrange that steps from one page to | Tom Lane | 2004-04-21 |
* | Another round of code cleanup on bufmgr. Use BM_VALID flag to keep track | Tom Lane | 2004-04-21 |
* | Code review for ARC patch. Eliminate static variables, improve handling | Tom Lane | 2004-04-19 |
* | * Most changes are to fix warnings issued when compiling win32 | Bruce Momjian | 2004-04-19 |