index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Fix spelling of variable name.
Bruce Momjian
1999-07-07
*
Cleanup of min tuple size.
Bruce Momjian
1999-07-07
*
Fix misspelling.
Bruce Momjian
1999-07-07
*
Clean up maximum rewrite tuple length.
Bruce Momjian
1999-07-04
*
Clarify maximum tuple and max attribute lengths.
Bruce Momjian
1999-07-04
*
Add abortcurrent trans to temp table fix.
Bruce Momjian
1999-07-03
*
Update tuple size check.
Bruce Momjian
1999-07-03
*
Fix for insertion of tuple too large.
Bruce Momjian
1999-07-03
*
Fix to prevent too large tuple from being created.
Bruce Momjian
1999-07-03
*
Fix for removal of temp tables if last transaction was aborted.
Bruce Momjian
1999-07-02
*
typo fix.
Bruce Momjian
1999-07-02
*
Avoid disk writes for read-only transactions.
Vadim B. Mikheev
1999-06-29
*
Add var defines for no testandset
Bruce Momjian
1999-06-26
*
Replace rewriter's checkQueryHasAggs and checkQueryHasSubLink
Tom Lane
1999-06-21
*
Clean up problems with sublinks + grouping in planner. Not
Tom Lane
1999-06-21
*
On second thought, expression_tree_walker should handle bare
Tom Lane
1999-06-21
*
I have a small patch for 6.5.
Bruce Momjian
1999-06-19
*
Rename to vararg_format().
Bruce Momjian
1999-06-19
*
Change form() to varargform() to prevent portability problems.
Bruce Momjian
1999-06-19
*
My first chosen victim for expression_tree_walker conversion
Tom Lane
1999-06-19
*
Create a generic expression-tree-walker subroutine, which
Tom Lane
1999-06-19
*
Temporarily disable error checks for missing selectivity
Tom Lane
1999-06-19
*
Patch to allow vacuum on multi-segment tables, from Hiroshi Inoue
Bruce Momjian
1999-06-18
*
Explain didn't handle inheritance correctly (it didn't
Tom Lane
1999-06-17
*
Defend against function calls with more than 8 arguments (code
Tom Lane
1999-06-17
*
Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGN
Bruce Momjian
1999-06-17
*
Cleanup
Bruce Momjian
1999-06-16
*
Move default NBuffers setting into config.h, and rename it
Tom Lane
1999-06-12
*
Fix critical error noticed by Massimo: copy.c used to have a
Tom Lane
1999-06-12
*
Remove query_planner's overhasty rejection of cases where
Tom Lane
1999-06-12
*
Plug hole in dike: planner would coredump if query_planner
Tom Lane
1999-06-12
*
When targetlist is NULL, ExecTargetList was passing back a
Tom Lane
1999-06-12
*
Reversed out Massimo patch.
Bruce Momjian
1999-06-12
*
I don't like last minute patches before the final freeze, but I believe that
Bruce Momjian
1999-06-12
*
Change Assert(Ptp.t_data->t_xmax == tp.t_data->t_xmin) to :
Vadim B. Mikheev
1999-06-11
*
Removed bad Assert(!buf->ri_lock) when unlocking exclusively
Vadim B. Mikheev
1999-06-11
*
Change mdtruncate to truncate and not unlink.
Bruce Momjian
1999-06-11
*
1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommitted ?!")
Vadim B. Mikheev
1999-06-10
*
Fix errors in SELECT ... GROUP BY ... UNION SELECT ...
Tom Lane
1999-06-10
*
Reset evaluation plan tuple table next free slot counter to 0
Vadim B. Mikheev
1999-06-09
*
Concurrency... Highest one...
Vadim B. Mikheev
1999-06-07
*
Repair recently-introduced error in makeIndexable for LIKE:
Tom Lane
1999-06-07
*
Have to release meta page before reading root one!
Vadim B. Mikheev
1999-06-07
*
1. xact.c: update comments about changing MyProc->xid and MyProc->xmin.
Vadim B. Mikheev
1999-06-06
*
equal() needs a case for Aggref nodes, as shown by:
Tom Lane
1999-06-06
*
Fix problems with grouping/aggregation in queries that use
Tom Lane
1999-06-06
*
I used bad style of comments and ... commented out some code in
Vadim B. Mikheev
1999-06-06
*
Instead of failing when the constructed name for a sequence,
Tom Lane
1999-06-05
*
trace.patch (compilation error)
Marc G. Fournier
1999-06-05
*
Add startup-time check that -B is not unreasonably small for
Tom Lane
1999-06-04
[next]