| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change heap_modifytuple() to require a TupleDesc rather than a | Neil Conway | 2005-01-27 | 1 | -5/+5 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Code cleanup: don't bother casting the argument to pfree() to void * | Neil Conway | 2004-09-27 | 1 | -5/+5 |
| * | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 | 1 | -35/+38 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -14/+14 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Fix subtransaction behavior for large objects, temp namespace, files, | Tom Lane | 2004-07-28 | 1 | -22/+71 |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 1 | -23/+23 |
| * | Erase MD5 user passwords when a user is renamed because the username is | Bruce Momjian | 2004-05-06 | 1 | -13/+42 |
| * | Remove double-rename used by Win32 on busy files. Not needed anymore. | Bruce Momjian | 2004-03-16 | 1 | -33/+1 |
| * | For application to HEAD, following community review. | Bruce Momjian | 2004-02-25 | 1 | -6/+6 |
| * | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane | 2004-02-10 | 1 | -1/+2 |
| * | > src/backend/commands/user.c file has some parse error at repalloc(), | Bruce Momjian | 2004-02-02 | 1 | -3/+3 |
| * | Adjustments for Win32-specific rename code, and add include file. | Bruce Momjian | 2004-02-02 | 1 | -3/+3 |
| * | Adjust rename on Win32 to only link to temp name while holding lock, | Bruce Momjian | 2004-02-02 | 1 | -2/+34 |
| * | Ensure that close() and fclose() are checked for errors, at least in | Tom Lane | 2004-01-26 | 1 | -9/+7 |
| * | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 | 1 | -3/+3 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 | 1 | -5/+5 |
| * | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 | 1 | -4/+5 |
| * | String fixes/improvements found by Alvaro Herrera | Peter Eisentraut | 2003-10-02 | 1 | -3/+3 |
| * | More message editing, some suggested by Alvaro Herrera | Peter Eisentraut | 2003-09-29 | 1 | -2/+2 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -11/+11 |
| * | Remove warnings for operations that have no effect when executed repeatedly. | Peter Eisentraut | 2003-09-15 | 1 | -6/+1 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -28/+28 |
| * | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane | 2003-08-01 | 1 | -8/+8 |
| * | A visit from the message-style police ... | Tom Lane | 2003-07-28 | 1 | -5/+5 |
| * | Another round of error message editing, covering backend/commands/. | Tom Lane | 2003-07-20 | 1 | -5/+9 |
| * | First bits of work on error message editing. | Tom Lane | 2003-07-18 | 1 | -93/+171 |
| * | First batch of object rename commands. | Peter Eisentraut | 2003-06-27 | 1 | -1/+107 |
| * | Add binary I/O routines for a bunch more datatypes. Still a few to go, | Tom Lane | 2003-05-12 | 1 | -4/+4 |
| * | Get rid of last few unadorned 'permission denied' messages. | Tom Lane | 2003-01-27 | 1 | -2/+2 |
| * | More cleanup of userid to be AclId rather than Oid. | Bruce Momjian | 2002-12-05 | 1 | -2/+2 |
| * | Repair core dump when trying to delete an entry from an already-NULL | Tom Lane | 2002-12-02 | 1 | -2/+7 |
| * | Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least pretty | Tom Lane | 2002-10-21 | 1 | -65/+142 |
| * | Translation updates | Peter Eisentraut | 2002-09-14 | 1 | -3/+7 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -32/+34 |
| * | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 | 1 | -2/+1 |
| * | Group-manipulating code neglected to fill in array element type, | Tom Lane | 2002-08-30 | 1 | -4/+7 |
| * | Clean up comments to be careful about the distinction between variable- | Tom Lane | 2002-08-25 | 1 | -2/+2 |
| * | Restructure system-catalog index updating logic. Instead of having | Tom Lane | 2002-08-05 | 1 | -54/+8 |
| * | Remove unused system table columns: | Peter Eisentraut | 2002-07-24 | 1 | -2/+1 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Katherine Ward wrote: | Jan Wieck | 2002-06-11 | 1 | -2/+2 |
| * | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane | 2002-05-21 | 1 | -4/+4 |
| * | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 | 1 | -13/+13 |
| * | Merge the last few variable.c configuration variables into the generic | Tom Lane | 2002-05-17 | 1 | -5/+3 |
| * | Minor code cleanup. | Tom Lane | 2002-04-28 | 1 | -6/+6 |
| * | Support toasting of shared system relations, and provide toast tables for | Tom Lane | 2002-04-27 | 1 | -315/+213 |