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
*
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
*
Add configurable option controlling security checks in LO functions.
Tom Lane
1999-06-04
*
Turns out OIDNAMELEN wasn't really being used at all!
Tom Lane
1999-06-04
*
Fix for failure to clean SysCache entry when a relation is deleted
Tom Lane
1999-06-04
*
1. Additional fix against ERROR: Child itemid marked as unused
Vadim B. Mikheev
1999-06-03
*
Unuseful tuple.t_data->t_infomask & HEAP_XMIN_COMMITTED in
Vadim B. Mikheev
1999-06-03
*
1. MyProc->xid assignment is moved to GetNewTransactionId so newer
Vadim B. Mikheev
1999-06-03
*
Ensure consistent results when FormSortKeys fails to find
Tom Lane
1999-06-03
*
Ooops ... dllist.c can't use Assert() when it is compiled into
Tom Lane
1999-06-03
*
Changed "current." into "old." in rule string backparsing
Jan Wieck
1999-06-02
*
The INET and CIDR types mistakenly compared 198.68.123.0/24 and
Bruce Momjian
1999-06-02
*
Fix some latent bugs in dllist.c (carelessness about setting
Tom Lane
1999-05-31
*
Clean up memory leaks in LO operations by freeing LO's private
Tom Lane
1999-05-31
*
Generate a more specific error message when an operator used
Tom Lane
1999-05-31
[next]