summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
1999-10-25Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane
1999-10-15This patch implements ORACLE's COMMENT SQL command.Bruce Momjian
1999-10-07Fix planner and rewriter to follow SQL semantics for tables that areTom Lane
1999-10-03Reimplement parsing and storage of default expressions and constraintTom Lane
1999-10-02Allow CREATE FUNCTION's WITH clause to be used for all language types,Tom Lane
1999-09-30Added utils/adt/ri_triggers with empty shells for theJan Wieck
1999-09-29This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.Jan Wieck
1999-09-28Make tree compilable (+WAL).Vadim B. Mikheev
1999-09-28 I have been working with user defined types and user defined cBruce Momjian
1999-09-27Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT.Bruce Momjian
1999-09-27Cancel query support from MassimoBruce Momjian
1999-09-27Fix to give super user and createdb user proper update catalog rights.Bruce Momjian
1999-09-24Several changes here, not very related but touching some of the same files.Tom Lane
1999-09-23Add TRUNCATE command, with psql help and sgml additions.Bruce Momjian
1999-09-18Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane
1999-09-11Eliminate query length limitation imposed by pg_client_to_serverTom Lane
1999-09-11Eliminate elog()'s hardwired limit on length of an error message.Tom Lane
1999-09-04Remove no-longer-needed code to update temprel's copy ofTom Lane
1999-08-31Minor improvements to stringinfo package to make it moreTom Lane
1999-08-25Fix vacuum's memory consumptionTatsuo Ishii
1999-08-22Further planner/optimizer cleanups. Move all set_tlist_referencesTom Lane
1999-08-16EXPLAIN didn't know about 'Materialize' plan nodes.Tom Lane
1999-08-09> > Prevent sorting if result is already sortedBruce Momjian
1999-08-09Store -1 in attdisbursion to signal 'no duplicates in column'.Tom Lane
1999-08-08For a unique-key attribute (no duplicate values), vacuum analyzeTom Lane
1999-08-01First step in fixing selectivity-estimation code. eqsel andTom Lane
1999-07-30Make usecatupd disabled for normal users, and allow normal users toBruce Momjian
1999-07-22Plug several holes in backend's ability to cope withTom Lane
1999-07-19Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian
1999-07-18configure cleanupBruce Momjian
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-17Fix incorrect declaration of rtentry as 'ResTarget' where itTom Lane
1999-07-16More cleanupBruce Momjian
1999-07-16Final cleanup.Bruce Momjian
1999-07-16Update #include cleanupsBruce Momjian
1999-07-15Change #include's to use <> and "" as appropriate.Bruce Momjian
1999-07-15Remove unused #includes in *.c files.Bruce Momjian
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-07-07Fix spelling of variable name.Bruce Momjian
1999-07-07Fix misspelling.Bruce Momjian
1999-07-03Fix to prevent too large tuple from being created.Bruce Momjian
1999-06-19Change form() to varargform() to prevent portability problems.Bruce Momjian
1999-06-17Explain didn't handle inheritance correctly (it didn'tTom Lane
1999-06-17Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGNBruce Momjian
1999-06-12Fix critical error noticed by Massimo: copy.c used to have aTom Lane
1999-06-11Change Assert(Ptp.t_data->t_xmax == tp.t_data->t_xmin) to :Vadim B. Mikheev
1999-06-101. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommitted ?!")Vadim B. Mikheev
1999-06-061. xact.c: update comments about changing MyProc->xid and MyProc->xmin.Vadim B. Mikheev
1999-06-03Unuseful tuple.t_data->t_infomask & HEAP_XMIN_COMMITTED inVadim B. Mikheev
1999-05-291. Run all pg_dump queries in single serializable transaction.Vadim B. Mikheev