summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
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
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
1999-02-21From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier
1999-02-18Enable bushy and right-hand queries by default.Bruce Momjian
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1999-02-09Rename Temp to Noname for noname tables.Bruce Momjian
1999-02-08Added LIMIT/OFFSET functionality including new regression test for it.Jan Wieck
1999-02-07Changed ExecConstraints() and ExecRelCheck() to cache the constraintsJan Wieck
1999-02-03Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian
1999-02-03Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README.Bruce Momjian
1999-02-02Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian
1999-02-01Fixed growing of backend due to not pfree()'d data on COPY FROMJan Wieck
1999-01-29Hope that execMain.c good merged.Vadim B. Mikheev
1999-01-29READ COMMITTED isolevel is implemented and is default now.Vadim B. Mikheev
1999-01-23Add explicit buffering in backend libpq, to compensate forTom Lane
1999-01-21The following patch finishes primary key support. Previously, whenBruce Momjian
1999-01-17Apply Win32 patch from Horak Daniel.Bruce Momjian
1999-01-11From: Magnus Hagander <mha@sollentuna.net>Marc G. Fournier
1998-12-18Fixed nodeToString() to put out "<>" for NULL strings again.Jan Wieck
1998-12-18SET TRANSACTION ISOLATION LEVEL ...Vadim B. Mikheev
1998-12-15Initial MVCC code.Vadim B. Mikheev
1998-12-14more cleanups...of note, appendStringInfo now performs like sprintf(),Marc G. Fournier
1998-12-14Many more cleanups...Marc G. Fournier
1998-12-14Initial attempt to clean up the code...Marc G. Fournier
1998-11-27New HeapTuple structure/interface.Vadim B. Mikheev