summaryrefslogtreecommitdiff
path: root/src/backend/commands/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add a SECURITY LABEL command.Robert Haas2010-09-271-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Support deferrable uniqueness constraints.Tom Lane2009-07-291-2/+2
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-191-2/+2
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-191-8/+2
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-2/+3
* Rename the newly-added commands for discarding session state.Neil Conway2007-04-261-2/+2
* Remove remains of old depend target.Peter Eisentraut2007-01-201-8/+1
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-3/+3
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* First batch of object rename commands.Peter Eisentraut2003-06-271-2/+2
* PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzingTom Lane2002-08-271-2/+2
* Implement CREATE/DROP OPERATOR CLASS. Work still remains: need moreTom Lane2002-07-291-2/+3
* Add new CREATE CONVERSION/DROP CONVERSION command.Tatsuo Ishii2002-07-111-2/+3
* The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane2002-04-151-6/+7
* Initial implementation of concurrent VACUUM. Ifdef'd out for the moment,Tom Lane2001-07-131-2/+2
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-311-4/+4
* Split vacuum and analyze into separate filesBruce Momjian2000-05-291-2/+2
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-291-13/+2
* Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut2000-01-191-5/+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
* Fix compile after COMMENT problem.Bruce Momjian1999-10-261-1/+4
* Hello.Bruce Momjian1999-10-261-2/+8
* Remove recipe.o from Makefile ... dead code not quite dead enough,Tom Lane1999-02-271-2/+2
* Fix problem with selectivity error in added columns with ALTER TABLE.Bruce Momjian1999-02-241-2/+2
* No need compile command/version.c anymore.Bruce Momjian1998-10-081-2/+2
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-261-3/+3
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-241-5/+1
* Hi, here are the patches to enhance existing MB handling. This timeBruce Momjian1998-06-161-1/+9
* Hi,Bruce Momjian1998-04-061-5/+3
* Move variable.c to commands/ and aclchk.c to catalog/.Bruce Momjian1998-01-051-2/+3
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-201-5/+1
* Makefile cleaned upMarc G. Fournier1997-12-171-4/+6
* From: todd brandys <brandys@eng3.hep.uiuc.edu>Marc G. Fournier1997-12-041-2/+2
* Move dbcommands.c to commands/. It should not be in the parser directory.Bruce Momjian1997-11-241-2/+2
* Remove archive stuff.Bruce Momjian1997-11-211-2/+2
* Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan).Vadim B. Mikheev1997-10-281-2/+2
* Workplace for CREATE/DROP TRIGGERVadim B. Mikheev1997-08-311-2/+2
* Sequence numbers generators code.Vadim B. Mikheev1997-04-021-2/+2
* Another first pass at cleaning up the #includesMarc G. Fournier1996-11-031-2/+1
* Simplify make files, add full dependencies.Bryan Henderson1996-10-271-0/+39