| Commit message (Expand) | Author | Age |
* | Force pg_database updates out to disk immediately after ALTER DATABASE; | Tom Lane | 2004-11-18 |
* | On Windows, force a checkpoint just before dropping a database's physical | Tom Lane | 2004-10-28 |
* | Give a more user-friendly error message in situation where CREATE DATABASE | Tom Lane | 2004-10-17 |
* | Dept. of second thoughts: it'd be a good idea to flush buffers | Tom Lane | 2004-08-30 |
* | Another pgindent run with lib typedefs added. | Bruce Momjian | 2004-08-30 |
* | Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE. | Tom Lane | 2004-08-29 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Cause ALTER OWNER commands to update the object's ACL, replacing references | Tom Lane | 2004-08-01 |
* | Add docs for initdb --auth. | Bruce Momjian | 2004-08-01 |
* | Support renaming of tablespaces, and changing the owners of | Tom Lane | 2004-06-25 |
* | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 |
* | Attached is a patch that takes care of the PATHSEP issue. I made a more | Bruce Momjian | 2004-06-10 |
* | This patch implement the TODO [ALTER DATABASE foo OWNER TO bar]. | Bruce Momjian | 2004-05-26 |
* | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 |
* | * Most changes are to fix warnings issued when compiling win32 | Bruce Momjian | 2004-04-19 |
* | 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 |