| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 41 | -82/+82 |
| * | Fix relcache to account properly for subtransaction status of 'new' | Tom Lane | 2004-08-28 | 2 | -10/+23 |
| * | Introduce local hash table for lock state, as per recent proposal. | Tom Lane | 2004-08-27 | 1 | -13/+2 |
| * | If these are ifdef WIN32 in the .c file, should be so in .h as well. | Tom Lane | 2004-08-08 | 1 | -5/+6 |
| * | Allow libpgport to call memory allocation routines even though | Bruce Momjian | 2004-08-08 | 1 | -1/+6 |
| * | Use one, not zero, as the default lower bound for arrays of AclItems. | Tom Lane | 2004-08-06 | 1 | -2/+2 |
| * | Create a built-in log rotation program, so that we no longer have to | Tom Lane | 2004-08-05 | 1 | -2/+2 |
| * | Add functions pg_start_backup, pg_stop_backup to create backup label | Tom Lane | 2004-08-03 | 1 | -2/+1 |
| * | Cause ALTER OWNER commands to update the object's ACL, replacing references | Tom Lane | 2004-08-01 | 1 | -1/+3 |
| * | Support "OR condition ..." in plpgsql EXCEPTION clauses to make the syntax | Tom Lane | 2004-07-31 | 1 | -1/+5 |
| * | plpgsql does exceptions. | Tom Lane | 2004-07-31 | 1 | -1/+5 |
| * | Restructure error handling as recently discussed. It is now really | Tom Lane | 2004-07-31 | 1 | -1/+90 |
| * | Fix subtransaction behavior for large objects, temp namespace, files, | Tom Lane | 2004-07-28 | 1 | -2/+2 |
| * | Replace nested-BEGIN syntax for subtransactions with spec-compliant | Tom Lane | 2004-07-27 | 1 | -1/+5 |
| * | Back out pg_autovacuum commit after cvs clean failure causes commit. | Bruce Momjian | 2004-07-21 | 1 | -2/+1 |
| * | lease find enclosed a patch that matches the PL/Perl documentation | Bruce Momjian | 2004-07-21 | 1 | -1/+2 |
| * | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane | 2004-07-17 | 5 | -46/+152 |
| * | Add has_tablespace_privilege(). | Bruce Momjian | 2004-07-12 | 1 | -1/+7 |
| * | Allow configuration files to be placed outside the data directory. | Bruce Momjian | 2004-07-11 | 1 | -1/+8 |
| * | Add comment describing ereport() NOTICE/WARNING distinction. | Bruce Momjian | 2004-07-06 | 1 | -2/+5 |
| * | Add missing operators of the form interval-plus-datetime, as required for | Tom Lane | 2004-07-02 | 1 | -2/+1 |
| * | Andreas Pflug wrote: | Joe Conway | 2004-07-02 | 1 | -1/+2 |
| * | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 | 8 | -28/+71 |
| * | Add pg_get_serial_sequence() function, and cause pg_dump to use it. | Tom Lane | 2004-06-25 | 1 | -2/+3 |
| * | Replace direct fprintf(stderr) calls by write_stderr(), and cause this | Tom Lane | 2004-06-24 | 1 | -1/+11 |
| * | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 | 3 | -5/+14 |
| * | Represent type-specific length coercion functions as pg_cast entries, | Tom Lane | 2004-06-16 | 1 | -2/+3 |
| * | Give inet/cidr datatypes their own hash function that ignores the inet vs | Tom Lane | 2004-06-13 | 2 | -6/+7 |
| * | Code review for recently-added network functions. Get it to work when | Tom Lane | 2004-06-13 | 1 | -5/+5 |
| * | Infrastructure for I/O of composite types: arrange for the I/O routines | Tom Lane | 2004-06-06 | 2 | -8/+9 |
| * | Tweak palloc/repalloc to allow zero bytes to be requested, as per recent | Tom Lane | 2004-06-05 | 1 | -2/+5 |
| * | Make the world very nearly safe for composite-type columns in tables. | Tom Lane | 2004-06-05 | 1 | -1/+4 |
| * | Adjust our timezone library to use pg_time_t (typedef'd as int64) in | Tom Lane | 2004-06-03 | 2 | -24/+6 |
| * | Per previous discussions, here are two functions to send INT and TERM | Bruce Momjian | 2004-06-02 | 1 | -1/+3 |
| * | Align GRANT/REVOKE behavior more closely with the SQL spec, per discussion | Tom Lane | 2004-06-01 | 2 | -6/+18 |
| * | Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs by | Tom Lane | 2004-05-28 | 1 | -3/+3 |
| * | *) inet_(client|server)_(addr|port)() and necessary documentation for | Bruce Momjian | 2004-05-26 | 2 | -2/+7 |
| * | The added aggregates are: | Bruce Momjian | 2004-05-26 | 1 | -1/+3 |
| * | The patch adresses the TODO list item "Allow external interfaces to | Bruce Momjian | 2004-05-26 | 2 | -14/+63 |
| * | Integrate src/timezone library for all platforms. There is more we can | Tom Lane | 2004-05-21 | 3 | -24/+22 |
| * | Change ln(), log(), power(), and sqrt() to emit the correct SQLSTATE | Neil Conway | 2004-05-16 | 1 | -2/+4 |
| * | Implement the width_bucket() function, per SQL2003. This commit only adds | Neil Conway | 2004-05-14 | 2 | -2/+4 |
| * | Improve documentation for SQLSTATE error codes, per recent thread on | Neil Conway | 2004-05-14 | 1 | -3/+19 |
| * | Refactor low-level aclcheck code to provide useful interfaces for multi-bit | Tom Lane | 2004-05-11 | 1 | -1/+18 |
| * | Get rid of rd_nblocks field in relcache entries. Turns out this was | Tom Lane | 2004-05-08 | 1 | -2/+1 |
| * | Make ALTER COLUMN TYPE preserve clustered status for indexes it doesn't | Tom Lane | 2004-05-06 | 1 | -1/+3 |
| * | ALTER TABLE rewrite. New cool stuff: | Tom Lane | 2004-05-05 | 1 | -1/+3 |
| * | Revert patch --- needs more generalized solution. | Bruce Momjian | 2004-05-02 | 1 | -6/+1 |
| * | Align prototype in C code. | Bruce Momjian | 2004-05-01 | 1 | -2/+2 |
| * | Please find a attached a small patch that adds accessor functions | Bruce Momjian | 2004-04-26 | 1 | -1/+6 |