aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/Makefile
Commit message (Expand)AuthorAge
* Revert: Implement pg_wal_replay_wait() stored procedureAlexander Korotkov2024-04-11
* Implement pg_wal_replay_wait() stored procedureAlexander Korotkov2024-04-02
* Move parallel vacuum code to vacuumparallel.c.Amit Kapila2021-12-23
* Split copy.c into four files.Heikki Linnakangas2020-11-23
* Revert 0f5ca02f53Alexander Korotkov2020-04-08
* Implement waiting for given lsn at transaction startAlexander Korotkov2020-04-07
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Move vacuumlazy.c into access/heap.Andres Freund2019-01-15
* Implement multivariate n-distinct coefficientsAlvaro Herrera2017-03-24
* Logical replicationPeter Eisentraut2017-01-20
* Support CREATE ACCESS METHODAlvaro Herrera2016-03-23
* Row-Level Security Policies (RLS)Stephen Frost2014-09-19
* Add a materialized view relations.Kevin Grittner2013-03-03
* Syntax support and documentation for event triggers.Robert Haas2012-07-18
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-19
* Consolidate DROP handling for some object types.Robert Haas2011-10-19
* DDL support for collationsPeter Eisentraut2011-02-12
* Core support for "extensions", which are packages of SQL objects.Tom Lane2011-02-08
* Add a SECURITY LABEL command.Robert Haas2010-09-27
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Support deferrable uniqueness constraints.Tom Lane2009-07-29
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-19
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-19
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21
* Rename the newly-added commands for discarding session state.Neil Conway2007-04-26
* Remove remains of old depend target.Peter Eisentraut2007-01-20
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-18
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* First batch of object rename commands.Peter Eisentraut2003-06-27
* PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzingTom Lane2002-08-27
* Implement CREATE/DROP OPERATOR CLASS. Work still remains: need moreTom Lane2002-07-29
* Add new CREATE CONVERSION/DROP CONVERSION command.Tatsuo Ishii2002-07-11
* The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane2002-04-15
* Initial implementation of concurrent VACUUM. Ifdef'd out for the moment,Tom Lane2001-07-13
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-31
* Split vacuum and analyze into separate filesBruce Momjian2000-05-29
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-29
* Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut2000-01-19
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-13
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-09
* Fix compile after COMMENT problem.Bruce Momjian1999-10-26
* Hello.Bruce Momjian1999-10-26
* Remove recipe.o from Makefile ... dead code not quite dead enough,Tom Lane1999-02-27
* Fix problem with selectivity error in added columns with ALTER TABLE.Bruce Momjian1999-02-24
* No need compile command/version.c anymore.Bruce Momjian1998-10-08
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-26
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-24
* Hi, here are the patches to enhance existing MB handling. This timeBruce Momjian1998-06-16
* Hi,Bruce Momjian1998-04-06
* Move variable.c to commands/ and aclchk.c to catalog/.Bruce Momjian1998-01-05