summaryrefslogtreecommitdiff
path: root/src/backend/catalog/Makefile
Commit message (Expand)AuthorAgeFilesLines
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-191-1/+2
* Rethink the way FSM truncation works. Instead of WAL-logging FSMHeikki Linnakangas2008-11-191-2/+2
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-191-5/+4
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-1/+3
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-021-3/+3
* Replace useless uses of := by = in makefiles.Peter Eisentraut2007-02-091-3/+3
* Move NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. ItPeter Eisentraut2007-02-061-3/+2
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-231-3/+3
* Change the bootstrap sequence so that toast tables for system catalogs areTom Lane2006-07-311-4/+4
* I've created a new shared catalog table pg_shdescription to storeBruce Momjian2006-02-121-3/+6
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-091-8/+8
* Create the pg_pltemplate system catalog to hold template informationTom Lane2005-09-081-3/+4
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-141-2/+2
* Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane2005-07-071-3/+4
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-3/+4
* Back out pg_autovacuum commit after cvs clean failure causes commit.Bruce Momjian2004-07-211-2/+2
* lease find enclosed a patch that matches the PL/Perl documentationBruce Momjian2004-07-211-2/+2
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-3/+3
* There's no longer any good reason for genbki.sh and Gen_fmgrtab.sh toTom Lane2004-01-041-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Move system_views.sql into backend/catalog, per Tom.Bruce Momjian2003-11-111-3/+3
* While having a parallel-make-safe genbki.sh is good, it's better not toPeter Eisentraut2003-08-011-2/+5
* Generate pg_config.h.in by autoheader. Separate out manually editablePeter Eisentraut2003-04-061-2/+2
* Add sql_features table to information schema. Generate the features listPeter Eisentraut2003-01-141-2/+3
* Fix information_schema.sql install to work when building outsideTom Lane2003-01-131-2/+2
* Initial version of the SQL information schemaPeter Eisentraut2002-12-141-6/+7
* pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut2002-07-181-2/+2
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-121-6/+6
* Add new CREATE CONVERSION/DROP CONVERSION command.Tatsuo Ishii2002-07-111-3/+4
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-261-2/+2
* Create the pg_namespace system catalog. Doesn't do much yet, but it'sTom Lane2002-03-221-5/+5
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-251-2/+2
* Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut2001-08-241-10/+2
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-121-20/+14
* Pg_varaiable removal cleanup found from regression.Bruce Momjian2001-05-141-2/+2
* Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. InitdbBruce Momjian2001-05-141-3/+2
* Make initdb safe against usingPeter Eisentraut2000-10-281-3/+3
* Major overhaul of large-object implementation, by Denis Perchine withTom Lane2000-10-241-3/+4
* BACKED OUT.Bruce Momjian2000-10-221-4/+3
* here it is as requested by Bruce.Bruce Momjian2000-10-211-3/+4
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-201-5/+8
* Back out:Bruce Momjian2000-10-081-3/+2
* Hello,Bruce Momjian2000-10-081-2/+3
* Support for DESTDIR make variable. This is used as in `make installPeter Eisentraut2000-09-171-7/+7
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-311-2/+2
* Backend makefile cleanup. make maintainer-clean is now completelyPeter Eisentraut2000-07-061-48/+42
* Simplify build/install process for bki and description files. There'sTom Lane2000-06-051-10/+20
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-291-3/+1
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-131-2/+2
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-091-2/+2