aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix for removal of temp tables if last transaction was aborted.Bruce Momjian1999-07-02
* typo fix.Bruce Momjian1999-07-02
* Avoid disk writes for read-only transactions.Vadim B. Mikheev1999-06-29
* Add var defines for no testandsetBruce Momjian1999-06-26
* Replace rewriter's checkQueryHasAggs and checkQueryHasSubLinkTom Lane1999-06-21
* Clean up problems with sublinks + grouping in planner. NotTom Lane1999-06-21
* On second thought, expression_tree_walker should handle bareTom Lane1999-06-21
* I have a small patch for 6.5.Bruce Momjian1999-06-19
* Rename to vararg_format().Bruce Momjian1999-06-19
* Change form() to varargform() to prevent portability problems.Bruce Momjian1999-06-19
* My first chosen victim for expression_tree_walker conversionTom Lane1999-06-19
* Create a generic expression-tree-walker subroutine, whichTom Lane1999-06-19
* Temporarily disable error checks for missing selectivityTom Lane1999-06-19
* Patch to allow vacuum on multi-segment tables, from Hiroshi InoueBruce Momjian1999-06-18
* Explain didn't handle inheritance correctly (it didn'tTom Lane1999-06-17
* Defend against function calls with more than 8 arguments (codeTom Lane1999-06-17
* Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGNBruce Momjian1999-06-17
* CleanupBruce Momjian1999-06-16
* Move default NBuffers setting into config.h, and rename itTom Lane1999-06-12
* Fix critical error noticed by Massimo: copy.c used to have aTom Lane1999-06-12
* Remove query_planner's overhasty rejection of cases whereTom Lane1999-06-12
* Plug hole in dike: planner would coredump if query_plannerTom Lane1999-06-12
* When targetlist is NULL, ExecTargetList was passing back aTom Lane1999-06-12
* Reversed out Massimo patch.Bruce Momjian1999-06-12
* I don't like last minute patches before the final freeze, but I believe thatBruce Momjian1999-06-12
* Change Assert(Ptp.t_data->t_xmax == tp.t_data->t_xmin) to :Vadim B. Mikheev1999-06-11
* Removed bad Assert(!buf->ri_lock) when unlocking exclusivelyVadim B. Mikheev1999-06-11
* Change mdtruncate to truncate and not unlink.Bruce Momjian1999-06-11
* 1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommitted ?!")Vadim B. Mikheev1999-06-10
* Fix errors in SELECT ... GROUP BY ... UNION SELECT ...Tom Lane1999-06-10
* Reset evaluation plan tuple table next free slot counter to 0Vadim B. Mikheev1999-06-09
* Concurrency... Highest one...Vadim B. Mikheev1999-06-07
* Repair recently-introduced error in makeIndexable for LIKE:Tom Lane1999-06-07
* Have to release meta page before reading root one!Vadim B. Mikheev1999-06-07
* 1. xact.c: update comments about changing MyProc->xid and MyProc->xmin.Vadim B. Mikheev1999-06-06
* equal() needs a case for Aggref nodes, as shown by:Tom Lane1999-06-06
* Fix problems with grouping/aggregation in queries that useTom Lane1999-06-06
* I used bad style of comments and ... commented out some code inVadim B. Mikheev1999-06-06
* Instead of failing when the constructed name for a sequence,Tom Lane1999-06-05
* trace.patch (compilation error)Marc G. Fournier1999-06-05
* Add startup-time check that -B is not unreasonably small forTom Lane1999-06-04
* Add configurable option controlling security checks in LO functions.Tom Lane1999-06-04
* Turns out OIDNAMELEN wasn't really being used at all!Tom Lane1999-06-04
* Fix for failure to clean SysCache entry when a relation is deletedTom Lane1999-06-04
* 1. Additional fix against ERROR: Child itemid marked as unusedVadim B. Mikheev1999-06-03
* Unuseful tuple.t_data->t_infomask & HEAP_XMIN_COMMITTED inVadim B. Mikheev1999-06-03
* 1. MyProc->xid assignment is moved to GetNewTransactionId so newerVadim B. Mikheev1999-06-03
* Ensure consistent results when FormSortKeys fails to findTom Lane1999-06-03
* Ooops ... dllist.c can't use Assert() when it is compiled intoTom Lane1999-06-03
* Changed "current." into "old." in rule string backparsingJan Wieck1999-06-02