| Commit message (Expand) | Author | Age |
* | Replace pg_attribute.attisinherited with attislocal and attinhcount | Tom Lane | 2002-09-22 |
* | Bring SIMILAR TO and SUBSTRING into some semblance of conformance with | Tom Lane | 2002-09-22 |
* | Move most of the error checking for foreign-key constraints out of | Tom Lane | 2002-09-22 |
* | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 |
* | Fix some operator-precedence problems. New constructs IS DISTINCT FRM | Tom Lane | 2002-09-05 |
* | Be careful to include postgres.h *before* any system headers, to ensure | Tom Lane | 2002-09-05 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | I checked all the previous string handling errors and most of them were | Bruce Momjian | 2002-09-02 |
* | CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE. | Tom Lane | 2002-09-02 |
* | Code cleanups: make non-implicit WITHOUT FUNCTION casts work, avoid | Tom Lane | 2002-09-01 |
* | Code review for domain-constraints patch. Use a new ConstraintTest node | Tom Lane | 2002-08-31 |
* | Remove #ifdef MULTIBYTE per hackers list discussion. | Tatsuo Ishii | 2002-08-29 |
* | Code review for standalone composite types, query-specified composite | Tom Lane | 2002-08-29 |
* | backend where a statically sized buffer is written to. Most of these | Bruce Momjian | 2002-08-28 |
* | Allow FOR UPDATE to appear after LIMIT/OFFSET to match MySQL syntax and as | Bruce Momjian | 2002-08-28 |
* | PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing | Tom Lane | 2002-08-27 |
* | This patches replaces a few more usages of strcpy() and sprintf() when | Bruce Momjian | 2002-08-27 |
* | Modify array operations to include array's element type OID in the | Tom Lane | 2002-08-26 |
* | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 |
* | Fix pg_dump to dump serial columns as serials. Per pghackers discussion, | Tom Lane | 2002-08-19 |
* | Remove Ident nodetype in favor of using String nodes; this fixes some | Tom Lane | 2002-08-19 |
* | Remove optimization whereby parser would make only one sort-list entry | Tom Lane | 2002-08-18 |
* | Make pg_dump output more portable and more pleasing to look at. | Peter Eisentraut | 2002-08-18 |
* | Code review for 'at character n' patch --- point at proper end of | Tom Lane | 2002-08-18 |
* | In that case, attached is a patch which locates the beginning of the | Bruce Momjian | 2002-08-17 |
* | Tom Lane wrote: | Bruce Momjian | 2002-08-15 |
* | Allow schema-qualified operator names to be used in the optional | Tom Lane | 2002-08-10 |
* | Cause view/rule display to work as expected after rename of an underlying | Tom Lane | 2002-08-08 |
* | Cause schema-qualified FROM items and schema-qualified variable references | Tom Lane | 2002-08-08 |
* | parseTypeString wasn't quite paranoid enough. | Tom Lane | 2002-08-08 |
* | Add SQL99 CONVERT() function. | Tatsuo Ishii | 2002-08-06 |
* | >> Hm. I'd sort of expect the "z" to become both the table and column | Bruce Momjian | 2002-08-06 |
* | The attached patch disallows the use of coldeflists for functions that | Bruce Momjian | 2002-08-06 |
* | Preliminary code review for anonymous-composite-types patch: fix breakage | Tom Lane | 2002-08-05 |
* | Attached are two patches to implement and document anonymous composite | Bruce Momjian | 2002-08-04 |
* | Implement IS OF and IS NOT OF type predicate. | Thomas G. Lockhart | 2002-08-04 |
* | Implement IS OF type predicate. Can now do queries of the form: | Thomas G. Lockhart | 2002-08-04 |
* | Implement hex literal conversion to bit string literal. | Thomas G. Lockhart | 2002-08-04 |
* | The attached patch implements START TRANSACTION, per SQL99. The | Bruce Momjian | 2002-08-04 |
* | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane | 2002-08-02 |
* | Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in | Tom Lane | 2002-07-31 |
* | The attached patch removes the last remnants of support for | Bruce Momjian | 2002-07-30 |
* | Centralize code for interpreting schema references, which had gotten | Tom Lane | 2002-07-29 |
* | Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more | Tom Lane | 2002-07-29 |
* | Remove unused system table columns: | Peter Eisentraut | 2002-07-24 |
* | The attached patch fixes 2 trivial warnings generated by bison 1.35, | Bruce Momjian | 2002-07-20 |
* | Manually apply part of oid patch that didn't apply cleanly. | Bruce Momjian | 2002-07-20 |
* | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian | 2002-07-20 |
* | pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus | Peter Eisentraut | 2002-07-18 |
* | Back out BETWEEN node patch, was causing initdb failure. | Bruce Momjian | 2002-07-18 |