summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
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
1998-11-22Fix using indices in OR.Vadim B. Mikheev
1998-11-08EXPLAIN VERBOSE had a very high probability of triggeringTom Lane
1998-10-26Get rid of some minor compiler warnings.Tom Lane
1998-10-23Fix from Jan for vacuum statistics loss.Bruce Momjian
1998-10-23Update for bsdi 3.0.Bruce Momjian
1998-10-21The patch does 2 things:Bruce Momjian
1998-10-14New QUERY_LIMIT set command.Bruce Momjian
1998-10-12Fix for vacuum and cache use. Fix for BSDI 4.0.Bruce Momjian
1998-10-09Reverse out vacuum change.Bruce Momjian
1998-10-09major/minor shared name cleanupBruce Momjian
1998-10-08Clean up minor gcc warning about lack of reset_r_plans prototype.Tom Lane
1998-10-08No need compile command/version.c anymore.Bruce Momjian
1998-10-08Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian
1998-10-08Hello!Bruce Momjian
1998-10-07vacuum cleanupsBruce Momjian
1998-10-07Fix snprintf.c for machines that don't have long long, like some Irix.Bruce Momjian
1998-10-06Substantial rewrite of async.c to avoid problems with non-reentrant stdioTom Lane