| Commit message (Expand) | Author | Age |
* | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane | 2004-02-10 |
* | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 |
* | Add mention with might need to use cp -R someday for portability. | Bruce Momjian | 2003-12-15 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Background writer process | Jan Wieck | 2003-11-19 |
* | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 |
* | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 |
* | More message editing, some suggested by Alvaro Herrera | Peter Eisentraut | 2003-09-29 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | Improve error message for cp or rm failur during create/drop database, | Tom Lane | 2003-09-10 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane | 2003-08-01 |
* | A visit from the message-style police ... | Tom Lane | 2003-07-28 |
* | First bits of work on error message editing. | Tom Lane | 2003-07-18 |
* | First batch of object rename commands. | Peter Eisentraut | 2003-06-27 |
* | Add copydir() function because xcopy doesn't work in XP without a | Bruce Momjian | 2003-05-15 |
* | Change alternate database location patch to test for symlink() rather | Bruce Momjian | 2003-05-07 |
* | Disable alternate locations on Win32 because it doesn't support symlinks. | Bruce Momjian | 2003-05-04 |
* | Add Win32 path handling for / vs. \ and drive letters. | Bruce Momjian | 2003-04-04 |
* | Handle cp, rm, and exec for Win32. | Bruce Momjian | 2003-04-04 |
* | Get rid of last few unadorned 'permission denied' messages. | Tom Lane | 2003-01-27 |
* | More cleanup of userid to be AclId rather than Oid. | Bruce Momjian | 2002-12-05 |
* | Repair core dump when trying to delete an entry from an already-NULL | Tom Lane | 2002-12-02 |
* | Remove encoding lookups from grammar stage, push them back to places | Tom Lane | 2002-11-02 |
* | Fix places that were using IsTransactionBlock() as an (inadequate) check | Tom Lane | 2002-10-21 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Arrange for the default permissions on a database to allow temp table | Tom Lane | 2002-09-03 |
* | Remove all traces of multibyte and locale options. Clean up comments | Peter Eisentraut | 2002-09-03 |
* | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 |
* | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane | 2002-09-02 |
* | Remove #ifdef MULTIBYTE per hackers list discussion. | Tatsuo Ishii | 2002-08-29 |
* | has_table_privilege spawns scions has_database_privilege, has_function_privil... | Tom Lane | 2002-08-09 |
* | Restructure system-catalog index updating logic. Instead of having | Tom Lane | 2002-08-05 |
* | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian | 2002-07-20 |
* | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane | 2002-07-12 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Improve COPY syntax to use WITH clause, keep backward compatibility. | Bruce Momjian | 2002-06-20 |
* | Change CREATE DATABASE to use DefElem instead of constructing structure | Bruce Momjian | 2002-06-18 |
* | AlterDatabaseSet() forgot to update the indexes on pg_database. | Tom Lane | 2002-05-25 |
* | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane | 2002-05-21 |
* | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 |
* | Merge the last few variable.c configuration variables into the generic | Tom Lane | 2002-05-17 |
* | Support toasting of shared system relations, and provide toast tables for | Tom Lane | 2002-04-27 |
* | Restructure AclItem representation so that we can have more than eight | Tom Lane | 2002-04-21 |
* | Make sure that usesuper is always accessed through superuser(), so that the | Peter Eisentraut | 2002-04-11 |
* | Change made to elog: | Bruce Momjian | 2002-03-06 |
* | User and database-specific session defaults for run-time configuration | Peter Eisentraut | 2002-03-01 |
* | Add OWNER option to CREATE DATABASE, so superusers can create databases | Tom Lane | 2002-02-24 |
* | Guard against createdb --location=PGDATA foo; without this, the code | Tom Lane | 2002-02-23 |