| Commit message (Expand) | Author | Age | Files | Lines |
| * | Adjust configuration-files GUC behavior as per my recent proposal. | Tom Lane | 2004-10-09 | 1 | -5/+4 |
| * | Whack some sense into the configuration-file-location patch. | Tom Lane | 2004-10-08 | 2 | -8/+9 |
| * | Remove arithmetic operators on the 1-byte-char datatype, as per proposals | Tom Lane | 2004-10-04 | 1 | -5/+3 |
| * | Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keyword | Tom Lane | 2004-10-01 | 1 | -1/+2 |
| * | Arrange to preallocate all required space for the buffer and FSM hash | Tom Lane | 2004-09-28 | 1 | -2/+2 |
| * | Fix oversight: there's no reason for PG_TRY to use sigsetjmp(buf,1) | Tom Lane | 2004-09-16 | 1 | -2/+2 |
| * | Add some marginal tweaks to eliminate memory leakages associated with | Tom Lane | 2004-09-16 | 1 | -1/+2 |
| * | RecentXmin is too recent to use as the cutoff point for accessing | Tom Lane | 2004-09-16 | 1 | -1/+2 |
| * | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 | 3 | -15/+22 |
| * | Fix a read of uninitialized memory in array_out(). Perform some minor | Neil Conway | 2004-09-16 | 1 | -4/+4 |
| * | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane | 2004-09-13 | 1 | -6/+11 |
| * | Renumber SnapshotNow and the other special snapshot codes so that | Tom Lane | 2004-09-11 | 1 | -5/+21 |
| * | Fix palloc call from /port for Cygwin. | Bruce Momjian | 2004-09-10 | 1 | -2/+2 |
| * | On further consideration, there's another problem here: the existing | Tom Lane | 2004-09-05 | 1 | -2/+3 |
| * | Another pgindent run with lib typedefs added. | Bruce Momjian | 2004-08-30 | 1 | -2/+2 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 16 | -120/+128 |
| * | 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 |