summaryrefslogtreecommitdiff
path: root/src/backend/commands/Makefile
AgeCommit message (Expand)Author
2025-03-18Make it possible for loadable modules to add EXPLAIN options.Robert Haas
2025-02-27Create explain_dr.c and move DestReceiver-related code there.Robert Haas
2025-02-27Create explain_format.c and move relevant code there.Robert Haas
2024-10-24Move LSN waiting declarations and definitions to better placeAlexander Korotkov
2024-08-02Implement pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-04-11Revert: Implement pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-04-02Implement pg_wal_replay_wait() stored procedureAlexander Korotkov
2021-12-23Move parallel vacuum code to vacuumparallel.c.Amit Kapila
2020-11-23Split copy.c into four files.Heikki Linnakangas
2020-04-08Revert 0f5ca02f53Alexander Korotkov
2020-04-07Implement waiting for given lsn at transaction startAlexander Korotkov
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-01-15Move vacuumlazy.c into access/heap.Andres Freund
2017-03-24Implement multivariate n-distinct coefficientsAlvaro Herrera
2017-01-20Logical replicationPeter Eisentraut
2016-03-24Support CREATE ACCESS METHODAlvaro Herrera
2014-09-19Row-Level Security Policies (RLS)Stephen Frost
2013-03-04Add a materialized view relations.Kevin Grittner
2012-07-18Syntax support and documentation for event triggers.Robert Haas
2012-03-20Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane
2011-10-20Consolidate DROP handling for some object types.Robert Haas
2011-02-12DDL support for collationsPeter Eisentraut
2011-02-08Core support for "extensions", which are packages of SQL objects.Tom Lane
2010-09-28Add a SECURITY LABEL command.Robert Haas
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-07-29Support deferrable uniqueness constraints.Tom Lane
2008-12-19SQL/MED catalog manipulation facilitiesPeter Eisentraut
2008-02-19Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut
2007-08-21Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane
2007-04-26Rename the newly-added commands for discarding session state.Neil Conway
2007-01-20Remove remains of old depend target.Peter Eisentraut
2004-06-18Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-06-27First batch of object rename commands.Peter Eisentraut
2002-08-27PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzingTom Lane
2002-07-29Implement CREATE/DROP OPERATOR CLASS. Work still remains: need moreTom Lane
2002-07-11Add new CREATE CONVERSION/DROP CONVERSION command.Tatsuo Ishii
2002-04-15The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane
2001-07-13Initial implementation of concurrent VACUUM. Ifdef'd out for the moment,Tom Lane
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-05-29Split vacuum and analyze into separate filesBruce Momjian
2000-05-29Generated header files parse.h and fmgroids.h are now copied intoTom Lane
2000-01-19Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut
1999-12-13New LDOUT makefile variable for QNX os.Bruce Momjian
1999-12-09Make LD -r as macros that can be changed for QNX.Bruce Momjian
1999-10-26Fix compile after COMMENT problem.Bruce Momjian
1999-10-26Hello.Bruce Momjian
1999-02-27Remove recipe.o from Makefile ... dead code not quite dead enough,Tom Lane
1999-02-24Fix problem with selectivity error in added columns with ALTER TABLE.Bruce Momjian
1998-10-08No need compile command/version.c anymore.Bruce Momjian