summaryrefslogtreecommitdiff
path: root/src/include/commands
AgeCommit message (Expand)Author
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-11-09Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane
2003-10-06During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows usingTom Lane
2003-08-08Another pgindent run with updated typedefs.Bruce Momjian
2003-08-04Fix some copyright notices that weren't updated. Improve copyright toolTom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-07-15Cause SHOW DATESTYLE to produce a string that will be accepted by SETTom Lane
2003-06-27First batch of object rename commands.Peter Eisentraut
2003-05-06Add display of eventual result RowDescription (if any) to the outputTom Lane
2003-05-06Restructure command destination handling so that we pass aroundTom Lane
2003-05-05Extended query protocol: parse, bind, execute, describe FE/BE messages.Tom Lane
2003-05-02Portal and memory management infrastructure for extended query protocol.Tom Lane
2003-04-29Code review for holdable-cursors patch. Fix error recovery, memoryTom Lane
2003-04-25In the continuing saga of FE/BE protocol revisions, add reporting ofTom Lane
2003-04-24Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane
2003-03-27GetTupleForTrigger must use outer transaction's command counter for timeTom Lane
2003-03-20Add ALTER TABLE <tablename> CLUSTER ON <indexname>Bruce Momjian
2003-03-20Todo items:Bruce Momjian
2003-03-20> > - Move SEQ_MAXVALUE, SEQ_MINVALUE definitions to sequence.hBruce Momjian
2003-03-11Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n optionsTom Lane
2003-03-10This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane
2003-03-10Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane
2003-02-13Code for WITHOUT OIDS.Bruce Momjian
2003-02-03Determine the set of constraints applied to a domain at executorTom Lane
2003-02-02Implement EXPLAIN EXECUTE. By Neil Conway, with some kibitzing fromTom Lane
2003-01-09Move new typedef AclId into c.h, so as to avoid cluttering namespaceTom Lane
2003-01-06ALTER DOMAIN OWNER, from Rod Taylor.Tom Lane
2002-12-30Code review for CLUSTER ALL patch. Fix bogus locking, incorrect transactionTom Lane
2002-12-30Cause FETCH 1 to return the current cursor row, or zero if atBruce Momjian
2002-12-10If typecmds is going to have its own header file, said header fileTom Lane
2002-12-06Re-addd Rod's ALTER DOMAIN patch.Bruce Momjian
2002-12-06Back out ALTER DOMAIN patch until missing file appears.Bruce Momjian
2002-12-06ALTER DOMAIN .. SET / DROP NOT NULLBruce Momjian
2002-11-23Transaction safe TruncateBruce Momjian
2002-11-23This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian
2002-11-15New version attached. The following is implemented:Bruce Momjian
2002-11-13Make MOVE/FETCH 0 actually move/fetch 0. Add MOVE LAST to move to endBruce Momjian
2002-11-11Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane
2002-11-09Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }]Bruce Momjian
2002-10-21Fix ALTER TABLE ... ADD COLUMN for inheritance cases.Bruce Momjian
2002-10-21Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least prettyTom Lane
2002-10-14Arrange to copy relcache's trigdesc structure at the start of anyTom Lane
2002-09-21Provide an upgrade strategy for dump files containing functions declaredTom Lane
2002-09-05Be careful to include postgres.h *before* any system headers, to ensureTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-09-02CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.Tom Lane
2002-08-30Add attisinherited column to pg_attribute; use it to guard againstTom Lane
2002-08-27PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzingTom Lane
2002-08-15Tom Lane wrote:Bruce Momjian