| Commit message (Expand) | Author | Age |
* | 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 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Commit Karel's patch. | Tatsuo Ishii | 2001-09-06 |
* | Transaction IDs wrap around, per my proposal of 13-Aug-01. More | Tom Lane | 2001-08-26 |
* | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 |
* | Fix handling of SIGCHLD, per recent pghackers discussion: on some | Tom Lane | 2001-08-04 |
* | First non-stub implementation of shared free space map. It's not super | Tom Lane | 2001-07-02 |
* | Clean up various to-do items associated with system indexes: | Tom Lane | 2001-06-12 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Fix all the places that called heap_update() and heap_delete() without | Tom Lane | 2001-01-23 |
* | Need to do BufferSync at end of DROP DATABASE as well as CREATE DATABASE. | Tom Lane | 2001-01-14 |
* | No more #ifdef XLOG. | Vadim B. Mikheev | 2000-11-30 |
* | Put back BufferSync() for WAL after database creation. | Tom Lane | 2000-11-18 |
* | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 |
* | Extend CREATE DATABASE to allow selection of a template database to be | Tom Lane | 2000-11-14 |
* | Keep track of the last active slot in the shared ProcState array, so | Tom Lane | 2000-11-12 |