summaryrefslogtreecommitdiff
path: root/src/backend/commands
Commit message (Expand)AuthorAgeFilesLines
* pgindent run over code.Bruce Momjian1999-05-2519-629/+691
* Fix tuple chain moving bug found by "Hiroshi Inoue" <Inoue@tpf.co.jp>.Vadim B. Mikheev1999-05-231-17/+105
* Generate distinct error messages for trigger function not foundTom Lane1999-05-201-3/+5
* All works on linux now by my tests and regression(with patch below).Bruce Momjian1999-05-171-2/+13
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-106-16/+15
* Rearrange top-level rewrite operations so that EXPLAIN worksTom Lane1999-05-091-8/+11
* Mistyping by me.Vadim B. Mikheev1999-05-091-3/+3
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-031-2/+2
* Arrange for VACUUM to delete the init file that relcache.c usesTom Lane1999-05-011-2/+16
* My first cut at libpq revision didn't handle MULTIBYTE correctly,Tom Lane1999-04-251-2/+2
* Revise backend libpq interfaces so that messages to the frontendTom Lane1999-04-253-25/+40
* Rename explain's "size" to "rows".Bruce Momjian1999-04-231-2/+2
* Fix adding columns to a temp table.Bruce Momjian1999-04-131-1/+10
* Some comments...Vadim B. Mikheev1999-04-121-2/+7
* Fix CREATE OPERATOR ... LANGUAGE 'internal', which I broke whileTom Lane1999-04-091-3/+4
* Repair problems with omitted password and VALID UNTILTom Lane1999-04-021-21/+38
* Clean up compile errors and warnings, cf Billy Allie'sTom Lane1999-04-021-7/+6
* Small cleanups.Bruce Momjian1999-03-301-4/+3
* 1. Vacuum is updated for MVCC.Vadim B. Mikheev1999-03-281-60/+487
* Remove Tee code, move to _deadcode.Bruce Momjian1999-03-231-4/+1
* cleanupsBruce Momjian1999-03-231-3/+2
* Add new postgres -O option to allow system table structure changes.Bruce Momjian1999-03-173-7/+7
* Fix snprintf with strings, and nextval('"Aa"');Bruce Momjian1999-03-163-11/+14
* Here is a patch.Bruce Momjian1999-03-162-19/+19
* Drop buffers before destroying database files.Bruce Momjian1999-03-151-5/+4
* Hello,Bruce Momjian1999-03-141-1/+4
* Changes to fix/improve the dynamic loading on NTMarc G. Fournier1999-03-091-1/+1
* Remove recipe.o from Makefile ... dead code not quite dead enough,Tom Lane1999-02-271-2/+2
* Fix problem with selectivity error in added columns with ALTER TABLE.Bruce Momjian1999-02-245-6/+25
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-211-2/+2
* Enable bushy and right-hand queries by default.Bruce Momjian1999-02-181-55/+1
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-1319-60/+60
* Rename Temp to Noname for noname tables.Bruce Momjian1999-02-091-3/+3
* Added LIMIT/OFFSET functionality including new regression test for it.Jan Wieck1999-02-081-2/+20
* Changed ExecConstraints() and ExecRelCheck() to cache the constraintsJan Wieck1999-02-071-2/+3
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-038-69/+38
* Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README.Bruce Momjian1999-02-031-1/+2
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-027-39/+26
* Fixed growing of backend due to not pfree()'d data on COPY FROMJan Wieck1999-02-012-2/+3
* Hope that execMain.c good merged.Vadim B. Mikheev1999-01-291-9/+20
* READ COMMITTED isolevel is implemented and is default now.Vadim B. Mikheev1999-01-291-2/+21
* Add explicit buffering in backend libpq, to compensate forTom Lane1999-01-231-4/+2
* The following patch finishes primary key support. Previously, whenBruce Momjian1999-01-212-5/+7
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-173-3/+19
* From: Magnus Hagander <mha@sollentuna.net>Marc G. Fournier1999-01-111-51/+154
* Fixed nodeToString() to put out "<>" for NULL strings again.Jan Wieck1998-12-181-7/+7
* SET TRANSACTION ISOLATION LEVEL ...Vadim B. Mikheev1998-12-183-4/+89
* Initial MVCC code.Vadim B. Mikheev1998-12-1512-142/+174
* more cleanups...of note, appendStringInfo now performs like sprintf(),Marc G. Fournier1998-12-143-18/+29
* Many more cleanups...Marc G. Fournier1998-12-143-102/+73