| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add ALTER INDEX, particularly for moving tablespaces. | Bruce Momjian | 2004-08-20 | 1 | -1/+2 |
| * | Repair some issues with column aliases and RowExpr construction in the | Tom Lane | 2004-08-19 | 5 | -13/+32 |
| * | Add get_home_path() to use USERPROFILE on Win32 and HOME on Unix. | Bruce Momjian | 2004-08-18 | 1 | -4/+8 |
| * | Standardize on the assumption that the arguments of a RowExpr correspond | Tom Lane | 2004-08-17 | 2 | -3/+23 |
| * | Add comment about portability function name inconsistency. | Bruce Momjian | 2004-08-17 | 1 | -1/+3 |
| * | Add DLLIMPORT for PostGIS. | Bruce Momjian | 2004-08-17 | 1 | -2/+2 |
| * | Add make_native_path() because Win32 COPY is an internal CMD.EXE command | Bruce Momjian | 2004-08-12 | 1 | -1/+2 |
| * | Work around broken strtod() that's present in many Solaris releases. | Tom Lane | 2004-08-11 | 1 | -1/+8 |
| * | Fix failure to guarantee that a checkpoint will write out pg_clog updates | Tom Lane | 2004-08-11 | 1 | -1/+2 |
| * | Improve comment. | Bruce Momjian | 2004-08-09 | 1 | -3/+3 |
| * | 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 | 2 | -2/+8 |
| * | Fix comment. | Bruce Momjian | 2004-08-08 | 1 | -2/+2 |
| * | The attached patch implements a symlink for win32 using junctions, and | Bruce Momjian | 2004-08-07 | 1 | -6/+9 |
| * | Use one, not zero, as the default lower bound for arrays of AclItems. | Tom Lane | 2004-08-06 | 1 | -2/+2 |
| * | Rename vacuum_cost_naptime to vacuum_cost_delay, with agreement from Jan. | Bruce Momjian | 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 | 3 | -4/+43 |
| * | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane | 2004-08-04 | 5 | -10/+10 |
| * | Add functions pg_start_backup, pg_stop_backup to create backup label | Tom Lane | 2004-08-03 | 4 | -13/+28 |
| * | Support USING INDEX TABLESPACE clause for PRIMARY KEY and UNIQUE | Tom Lane | 2004-08-02 | 1 | -1/+3 |
| * | Allow DECLARE CURSOR to take parameters from the portal in which it is | Tom Lane | 2004-08-02 | 3 | -7/+17 |
| * | Cause ALTER OWNER commands to update the object's ACL, replacing references | Tom Lane | 2004-08-01 | 1 | -1/+3 |
| * | Some mop-up work for savepoints (nested transactions). Store a small | Tom Lane | 2004-08-01 | 5 | -37/+54 |
| * | Create a C version of pg_config. | Bruce Momjian | 2004-08-01 | 1 | -1/+3 |
| * | Add docs for initdb --auth. | Bruce Momjian | 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 |
| * | Be more consistent about reporting SPI errors in the various PLs. | Tom Lane | 2004-07-31 | 1 | -1/+2 |
| * | plpgsql does exceptions. | Tom Lane | 2004-07-31 | 2 | -3/+9 |
| * | Restructure error handling as recently discussed. It is now really | Tom Lane | 2004-07-31 | 2 | -7/+91 |
| * | Revert ill-conceived patch that made elog(FATAL) the same as elog(ERROR) | Tom Lane | 2004-07-28 | 1 | -2/+1 |
| * | Fix subtransaction behavior for large objects, temp namespace, files, | Tom Lane | 2004-07-28 | 6 | -20/+26 |
| * | Replace nested-BEGIN syntax for subtransactions with spec-compliant | Tom Lane | 2004-07-27 | 3 | -7/+19 |
| * | Move Win32 defines from port.h to win32.h. | Bruce Momjian | 2004-07-23 | 2 | -12/+10 |
| * | Invent WAL timelines, as per recent discussion, to make point-in-time | Tom Lane | 2004-07-21 | 7 | -145/+268 |
| * | The attached patch shows the new column "tablespace" in the mentioned | Bruce Momjian | 2004-07-21 | 1 | -2/+2 |
| * | Back out pg_autovacuum commit after cvs clean failure causes commit. | Bruce Momjian | 2004-07-21 | 5 | -11/+7 |
| * | lease find enclosed a patch that matches the PL/Perl documentation | Bruce Momjian | 2004-07-21 | 5 | -7/+11 |
| * | Allow borland compiles. | Bruce Momjian | 2004-07-21 | 1 | -2/+2 |
| * | XLOG file archiving and point-in-time recovery. There are still some | Tom Lane | 2004-07-19 | 3 | -2/+32 |
| * | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane | 2004-07-17 | 15 | -161/+173 |
| * | Detect locale/encoding mismatch in initdb, or pick a suitable encoding | Peter Eisentraut | 2004-07-14 | 1 | -0/+3 |
| * | Add has_tablespace_privilege(). | Bruce Momjian | 2004-07-12 | 3 | -4/+22 |
| * | Remove TABLESPACE option of CREATE SEQUENCE; sequences will now always | Tom Lane | 2004-07-12 | 1 | -2/+1 |
| * | The outer #define was forgotten. Attached patch adds it; please apply. | Bruce Momjian | 2004-07-12 | 1 | -1/+6 |
| * | ALTER TABLE SET TABLESPACE. Gavin Sherry, some rework by Tom Lane. | Tom Lane | 2004-07-11 | 2 | -6/+8 |
| * | Move TablespaceCreateDbspace() call into smgrcreate(), which is where it | Tom Lane | 2004-07-11 | 2 | -6/+4 |
| * | Rename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HEAP_NEWPAGE, and | Tom Lane | 2004-07-11 | 2 | -16/+16 |
| * | Use standard macro for psql binary file open. Add comment explaining | Bruce Momjian | 2004-07-11 | 1 | -1/+8 |
| * | 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 |