| Commit message (Expand) | Author | Age |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | >>> I understand your disliking of non-posix stuff. OTOH, | Bruce Momjian | 2004-08-29 |
* | Rearrange order of operations in heap_drop_with_catalog and index_drop | Tom Lane | 2004-08-28 |
* | Fix relcache to account properly for subtransaction status of 'new' | Tom Lane | 2004-08-28 |
* | Introduce local hash table for lock state, as per recent proposal. | Tom Lane | 2004-08-27 |
* | Improve some comments. | Tom Lane | 2004-08-26 |
* | Rearrange pg_subtrans handling as per recent discussion. pg_subtrans | Tom Lane | 2004-08-23 |
* | Tweak code so that pg_subtrans is never consulted for XIDs older than | Tom Lane | 2004-08-22 |
* | Add ALTER INDEX, particularly for moving tablespaces. | Bruce Momjian | 2004-08-20 |
* | Repair some issues with column aliases and RowExpr construction in the | Tom Lane | 2004-08-19 |
* | Add get_home_path() to use USERPROFILE on Win32 and HOME on Unix. | Bruce Momjian | 2004-08-18 |
* | Standardize on the assumption that the arguments of a RowExpr correspond | Tom Lane | 2004-08-17 |
* | Add comment about portability function name inconsistency. | Bruce Momjian | 2004-08-17 |
* | Add DLLIMPORT for PostGIS. | Bruce Momjian | 2004-08-17 |
* | Add make_native_path() because Win32 COPY is an internal CMD.EXE command | Bruce Momjian | 2004-08-12 |
* | Work around broken strtod() that's present in many Solaris releases. | Tom Lane | 2004-08-11 |
* | Fix failure to guarantee that a checkpoint will write out pg_clog updates | Tom Lane | 2004-08-11 |
* | Improve comment. | Bruce Momjian | 2004-08-09 |
* | If these are ifdef WIN32 in the .c file, should be so in .h as well. | Tom Lane | 2004-08-08 |
* | Allow libpgport to call memory allocation routines even though | Bruce Momjian | 2004-08-08 |
* | Fix comment. | Bruce Momjian | 2004-08-08 |
* | The attached patch implements a symlink for win32 using junctions, and | Bruce Momjian | 2004-08-07 |
* | Use one, not zero, as the default lower bound for arrays of AclItems. | Tom Lane | 2004-08-06 |
* | Rename vacuum_cost_naptime to vacuum_cost_delay, with agreement from Jan. | Bruce Momjian | 2004-08-06 |
* | Create a built-in log rotation program, so that we no longer have to | Tom Lane | 2004-08-05 |
* | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane | 2004-08-04 |
* | Add functions pg_start_backup, pg_stop_backup to create backup label | Tom Lane | 2004-08-03 |
* | Support USING INDEX TABLESPACE clause for PRIMARY KEY and UNIQUE | Tom Lane | 2004-08-02 |
* | Allow DECLARE CURSOR to take parameters from the portal in which it is | Tom Lane | 2004-08-02 |
* | Cause ALTER OWNER commands to update the object's ACL, replacing references | Tom Lane | 2004-08-01 |
* | Some mop-up work for savepoints (nested transactions). Store a small | Tom Lane | 2004-08-01 |
* | Create a C version of pg_config. | Bruce Momjian | 2004-08-01 |
* | Add docs for initdb --auth. | Bruce Momjian | 2004-08-01 |
* | Support "OR condition ..." in plpgsql EXCEPTION clauses to make the syntax | Tom Lane | 2004-07-31 |
* | Be more consistent about reporting SPI errors in the various PLs. | Tom Lane | 2004-07-31 |
* | plpgsql does exceptions. | Tom Lane | 2004-07-31 |
* | Restructure error handling as recently discussed. It is now really | Tom Lane | 2004-07-31 |
* | Revert ill-conceived patch that made elog(FATAL) the same as elog(ERROR) | Tom Lane | 2004-07-28 |
* | Fix subtransaction behavior for large objects, temp namespace, files, | Tom Lane | 2004-07-28 |
* | Replace nested-BEGIN syntax for subtransactions with spec-compliant | Tom Lane | 2004-07-27 |
* | Move Win32 defines from port.h to win32.h. | Bruce Momjian | 2004-07-23 |
* | Invent WAL timelines, as per recent discussion, to make point-in-time | Tom Lane | 2004-07-21 |
* | The attached patch shows the new column "tablespace" in the mentioned | Bruce Momjian | 2004-07-21 |
* | Back out pg_autovacuum commit after cvs clean failure causes commit. | Bruce Momjian | 2004-07-21 |
* | lease find enclosed a patch that matches the PL/Perl documentation | Bruce Momjian | 2004-07-21 |
* | Allow borland compiles. | Bruce Momjian | 2004-07-21 |
* | XLOG file archiving and point-in-time recovery. There are still some | Tom Lane | 2004-07-19 |
* | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane | 2004-07-17 |
* | Detect locale/encoding mismatch in initdb, or pick a suitable encoding | Peter Eisentraut | 2004-07-14 |