summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
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
1999-05-26Make functions static or NOT_USED as appropriate.Bruce Momjian
1999-05-25Another pgindent run. Sorry folks.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-05-23Fix tuple chain moving bug found by "Hiroshi Inoue" <Inoue@tpf.co.jp>.Vadim B. Mikheev
1999-05-20Generate distinct error messages for trigger function not foundTom Lane
1999-05-17All works on linux now by my tests and regression(with patch below).Bruce Momjian
1999-05-10Change error messages to oids come out as %u and not %d. Change has noBruce Momjian
1999-05-09Rearrange top-level rewrite operations so that EXPLAIN worksTom Lane
1999-05-09Mistyping by me.Vadim B. Mikheev
1999-05-03here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian
1999-05-01Arrange for VACUUM to delete the init file that relcache.c usesTom Lane
1999-04-25My first cut at libpq revision didn't handle MULTIBYTE correctly,Tom Lane
1999-04-25Revise backend libpq interfaces so that messages to the frontendTom Lane
1999-04-23Rename explain's "size" to "rows".Bruce Momjian
1999-04-13Fix adding columns to a temp table.Bruce Momjian
1999-04-12Some comments...Vadim B. Mikheev
1999-04-09Fix CREATE OPERATOR ... LANGUAGE 'internal', which I broke whileTom Lane
1999-04-02Repair problems with omitted password and VALID UNTILTom Lane
1999-04-02Clean up compile errors and warnings, cf Billy Allie'sTom Lane
1999-03-30Small cleanups.Bruce Momjian
1999-03-281. Vacuum is updated for MVCC.Vadim B. Mikheev
1999-03-23Remove Tee code, move to _deadcode.Bruce Momjian
1999-03-23cleanupsBruce Momjian
1999-03-17Add new postgres -O option to allow system table structure changes.Bruce Momjian
1999-03-16Fix snprintf with strings, and nextval('"Aa"');Bruce Momjian
1999-03-16Here is a patch.Bruce Momjian
1999-03-15Drop buffers before destroying database files.Bruce Momjian
1999-03-14Hello,Bruce Momjian
1999-03-09Changes to fix/improve the dynamic loading on NTMarc G. Fournier