Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| | |||||
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -2/+2 |
| | |||||
* | Tweak the API for per-datatype typmodin functions so that they are passed | Tom Lane | 2007-06-15 | 1 | -8/+25 |
| | | | | | | | | | | | | an array of strings rather than an array of integers, and allow any simple constant or identifier to be used in typmods; for example create table foo (f1 widget(42,'23skidoo',point)); Of course the typmodin function has still got to pack this info into a non-negative int32 for storage, but it's still a useful improvement in flexibility, especially considering that you can do nearly anything if you are willing to keep the info in a side table. We can get away with this change since we have not yet released a version providing user-definable typmods. Per discussion. | ||||
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| | | | | back-stamped for this. | ||||
* | Support type modifiers for user-defined types, and pull most knowledge | Tom Lane | 2006-12-30 | 1 | -1/+29 |
| | | | | | | about typmod representation for standard types out into type-specific typmod I/O functions. Teodor Sigaev, with some editorialization by Tom Lane. | ||||
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| | |||||
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -3/+4 |
| | | | | | | | | | comment line where output as too long, and update typedefs for /lib directory. Also fix case where identifiers were used as variable names in the backend, but as typedefs in ecpg (favor the backend for indenting). Backpatch to 8.1.X. | ||||
* | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane | 2005-11-17 | 1 | -26/+84 |
| | | | | | | | | functionality, but I still need to make another pass looking at places that incidentally use arrays (such as ACL manipulation) to make sure they are null-safe. Contrib needs work too. I have not changed the behaviors that are still under discussion about array comparison and what to do with lower bounds. | ||||
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| | | | | | | | | Also performed an initial run through of upgrading our Copyright date to extend to 2005 ... first run here was very simple ... change everything where: grep 1996-2004 && the word 'Copyright' ... scanned through the generated list with 'less' first, and after, to make sure that I only picked up the right entries ... | ||||
* | Fix a read of uninitialized memory in array_out(). Perform some minor | Neil Conway | 2004-09-16 | 1 | -5/+5 |
| | | | | cosmetic code cleanup at the same time. | ||||
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| | |||||
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| | |||||
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| | |||||
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| | |||||
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| | |||||
* | Arrays are toastable. (At least if you initdb, which I didn't force.) | Tom Lane | 2000-07-22 | 1 | -51/+55 |
| | | | | | | | Remove a bunch of crufty code for large-object-based arrays, which is superseded by TOAST and likely hasn't worked in a long time anyway. Clean up array code a little, and in particular eliminate its habit of scribbling on the input array (ie, modifying the input tuple :-(). | ||||
* | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| | | | | | | * Portions Copyright (c) 1996-2000, PostgreSQL, Inc to all files copyright Regents of Berkeley. Man, that's a lot of files. | ||||
* | Remove un-needed #include's from *.c files. | Bruce Momjian | 1999-07-15 | 1 | -2/+2 |
| | |||||
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -3/+1 |
| | |||||
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
| | |||||
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -14/+14 |
| | |||||
* | Another PGINDENT run that changes variable indenting and case label ↵ | Bruce Momjian | 1997-09-08 | 1 | -16/+16 |
| | | | | indenting. Also static variable indenting. | ||||
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -54/+69 |
| | |||||
* | All external function definitions now have prototypes that are checked. | Bruce Momjian | 1996-11-10 | 1 | -1/+3 |
| | |||||
* | Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk> | Marc G. Fournier | 1996-11-06 | 1 | -2/+2 |
| | |||||
* | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 | 1 | -0/+111 |