| Commit message (Expand) | Author | Age | Files | Lines |
| * | SQL/MED catalog manipulation facilities | Peter Eisentraut | 2008-12-19 | 1 | -1/+2 |
| * | Rethink the way FSM truncation works. Instead of WAL-logging FSM | Heikki Linnakangas | 2008-11-19 | 1 | -2/+2 |
| * | Refactor backend makefiles to remove lots of duplicate code | Peter Eisentraut | 2008-02-19 | 1 | -5/+4 |
| * | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane | 2007-08-21 | 1 | -1/+3 |
| * | Support enum data types. Along the way, use macros for the values of | Tom Lane | 2007-04-02 | 1 | -3/+3 |
| * | Replace useless uses of := by = in makefiles. | Peter Eisentraut | 2007-02-09 | 1 | -3/+3 |
| * | Move NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. It | Peter Eisentraut | 2007-02-06 | 1 | -3/+2 |
| * | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 | 1 | -3/+3 |
| * | Change the bootstrap sequence so that toast tables for system catalogs are | Tom Lane | 2006-07-31 | 1 | -4/+4 |
| * | I've created a new shared catalog table pg_shdescription to store | Bruce Momjian | 2006-02-12 | 1 | -3/+6 |
| * | Allow installation into directories containing spaces in the name. | Peter Eisentraut | 2005-12-09 | 1 | -8/+8 |
| * | Create the pg_pltemplate system catalog to hold template information | Tom Lane | 2005-09-08 | 1 | -3/+4 |
| * | Integrate autovacuum functionality into the backend. There's still a | Tom Lane | 2005-07-14 | 1 | -2/+2 |
| * | Track dependencies on shared objects (which is to say, roles; we already | Tom Lane | 2005-07-07 | 1 | -3/+4 |
| * | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 | 1 | -3/+4 |
| * | Back out pg_autovacuum commit after cvs clean failure causes commit. | Bruce Momjian | 2004-07-21 | 1 | -2/+2 |
| * | lease find enclosed a patch that matches the PL/Perl documentation | Bruce Momjian | 2004-07-21 | 1 | -2/+2 |
| * | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 | 1 | -3/+3 |
| * | There's no longer any good reason for genbki.sh and Gen_fmgrtab.sh to | Tom Lane | 2004-01-04 | 1 | -2/+2 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Move system_views.sql into backend/catalog, per Tom. | Bruce Momjian | 2003-11-11 | 1 | -3/+3 |
| * | While having a parallel-make-safe genbki.sh is good, it's better not to | Peter Eisentraut | 2003-08-01 | 1 | -2/+5 |
| * | Generate pg_config.h.in by autoheader. Separate out manually editable | Peter Eisentraut | 2003-04-06 | 1 | -2/+2 |
| * | Add sql_features table to information schema. Generate the features list | Peter Eisentraut | 2003-01-14 | 1 | -2/+3 |
| * | Fix information_schema.sql install to work when building outside | Tom Lane | 2003-01-13 | 1 | -2/+2 |
| * | Initial version of the SQL information schema | Peter Eisentraut | 2002-12-14 | 1 | -6/+7 |
| * | pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus | Peter Eisentraut | 2002-07-18 | 1 | -2/+2 |
| * | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane | 2002-07-12 | 1 | -6/+6 |
| * | Add new CREATE CONVERSION/DROP CONVERSION command. | Tatsuo Ishii | 2002-07-11 | 1 | -3/+4 |
| * | pg_class has a relnamespace column. You can create and access tables | Tom Lane | 2002-03-26 | 1 | -2/+2 |
| * | Create the pg_namespace system catalog. Doesn't do much yet, but it's | Tom Lane | 2002-03-22 | 1 | -5/+5 |
| * | Replace implementation of pg_log as a relation accessed through the | Tom Lane | 2001-08-25 | 1 | -2/+2 |
| * | Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of | Peter Eisentraut | 2001-08-24 | 1 | -10/+2 |
| * | Clean up various to-do items associated with system indexes: | Tom Lane | 2001-06-12 | 1 | -20/+14 |
| * | Pg_varaiable removal cleanup found from regression. | Bruce Momjian | 2001-05-14 | 1 | -2/+2 |
| * | Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. Initdb | Bruce Momjian | 2001-05-14 | 1 | -3/+2 |
| * | Make initdb safe against using | Peter Eisentraut | 2000-10-28 | 1 | -3/+3 |
| * | Major overhaul of large-object implementation, by Denis Perchine with | Tom Lane | 2000-10-24 | 1 | -3/+4 |
| * | BACKED OUT. | Bruce Momjian | 2000-10-22 | 1 | -4/+3 |
| * | here it is as requested by Bruce. | Bruce Momjian | 2000-10-21 | 1 | -3/+4 |
| * | Add support for VPATH builds, that is, building somewhere else than in the | Peter Eisentraut | 2000-10-20 | 1 | -5/+8 |
| * | Back out: | Bruce Momjian | 2000-10-08 | 1 | -3/+2 |
| * | Hello, | Bruce Momjian | 2000-10-08 | 1 | -2/+3 |
| * | Support for DESTDIR make variable. This is used as in `make install | Peter Eisentraut | 2000-09-17 | 1 | -7/+7 |
| * | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 | 1 | -2/+2 |
| * | Backend makefile cleanup. make maintainer-clean is now completely | Peter Eisentraut | 2000-07-06 | 1 | -48/+42 |
| * | Simplify build/install process for bki and description files. There's | Tom Lane | 2000-06-05 | 1 | -10/+20 |
| * | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane | 2000-05-29 | 1 | -3/+1 |
| * | New LDOUT makefile variable for QNX os. | Bruce Momjian | 1999-12-13 | 1 | -2/+2 |
| * | Make LD -r as macros that can be changed for QNX. | Bruce Momjian | 1999-12-09 | 1 | -2/+2 |