| Commit message (Expand) | Author | Age | Files | Lines |
* | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane | 2007-08-21 | 1 | -1/+556 |
* | Arrange to put TOAST tables belonging to temporary tables into special schemas | Tom Lane | 2007-07-25 | 1 | -7/+73 |
* | Support explicit placement of the temporary-table schema within search_path. | Tom Lane | 2007-04-20 | 1 | -27/+179 |
* | Fixes for RESET SESSION patch, per Alvaro. Fix a typo in the RESET | Neil Conway | 2007-04-12 | 1 | -13/+3 |
* | RESET SESSION, plus related new DDL commands. Patch from Marko Kreen, | Neil Conway | 2007-04-12 | 1 | -1/+21 |
* | Fix plancache so that any required replanning is done with the same | Tom Lane | 2007-03-23 | 1 | -105/+270 |
* | Fix up foreign-key mechanism so that there is a sound semantic basis for the | Tom Lane | 2007-02-14 | 1 | -2/+2 |
* | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 | 1 | -2/+2 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
* | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 | 1 | -2/+86 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -6/+6 |
* | Add a couple of information functions to support direct checks on whether | Tom Lane | 2006-09-14 | 1 | -1/+17 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -3/+1 |
* | Provide a namespace.c function for lookup of an operator with exact | Tom Lane | 2006-05-01 | 1 | -18/+94 |
* | Back out RESET CONNECTION until there is more discussion. | Bruce Momjian | 2006-04-25 | 1 | -2/+3 |
* | Add RESET CONNECTION, to reset all aspects of a session. | Bruce Momjian | 2006-04-25 | 1 | -3/+2 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
* | Change search for default operator classes so that it examines all opclasses | Tom Lane | 2006-02-10 | 1 | -114/+1 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -5/+6 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -133/+125 |
* | Marginal speedup in RelationIsVisible and TypeIsVisible: avoid a redundant | Tom Lane | 2005-10-06 | 1 | -7/+42 |
* | Add ALTER object SET SCHEMA capability for a limited but useful set of | Tom Lane | 2005-08-01 | 1 | -10/+50 |
* | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 | 1 | -13/+13 |
* | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 | 1 | -3/+2 |
* | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane | 2005-03-29 | 1 | -22/+22 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
* | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane | 2004-11-05 | 1 | -2/+2 |
* | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 | 1 | -15/+15 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -21/+24 |
* | 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 | -7/+40 |
* | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 | 1 | -2/+2 |
* | Fix thinko in recent patch to change temp-table permissions behavior: | Tom Lane | 2004-05-28 | 1 | -4/+5 |
* | *) inet_(client|server)_(addr|port)() and necessary documentation for | Bruce Momjian | 2004-05-26 | 1 | -5/+5 |
* | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 1 | -80/+80 |
* | Try to make 'cross-database references are not implemented' errors a | Tom Lane | 2004-02-13 | 1 | -4/+9 |
* | Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path | Tom Lane | 2004-01-19 | 1 | -4/+11 |
* | Tweak OpernameGetCandidates() to reduce palloc overhead --- profiling | Tom Lane | 2003-12-29 | 1 | -3/+20 |
* | This patch properly sets the prototype for the on_shmem_exit and | Peter Eisentraut | 2003-12-12 | 1 | -3/+3 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -3/+3 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
* | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -16/+16 |
* | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane | 2003-08-01 | 1 | -3/+4 |
* | Error message editing in backend/catalog. | Tom Lane | 2003-07-21 | 1 | -30/+60 |
* | Fix compile warnings. | Tom Lane | 2003-06-27 | 1 | -1/+2 |
* | First batch of object rename commands. | Peter Eisentraut | 2003-06-27 | 1 | -5/+5 |
* | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 | 1 | -3/+3 |
* | Infrastructure for upgraded error reporting mechanism. elog.c is | Tom Lane | 2003-04-24 | 1 | -3/+3 |
* | Add start time to pg_stat_activity | Bruce Momjian | 2003-03-20 | 1 | -2/+2 |