index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Include chapter on SQL language elements (keywords, etc).
Thomas G. Lockhart
1999-02-13
*
Describe the date/time parsing rules.
Thomas G. Lockhart
1999-02-13
*
Add Stefan Simkovics' Master's Thesis.
Thomas G. Lockhart
1999-02-13
*
Substitute great info from Stefan Simkovics' Master's Thesis.
Thomas G. Lockhart
1999-02-13
*
Minor markup changes for the recent TEMP TABLE info.
Thomas G. Lockhart
1999-02-13
*
More complete info from Oliver Elphick.
Thomas G. Lockhart
1999-02-13
*
Optimizer cleanup.
Bruce Momjian
1999-02-12
*
JoinPath -> NestPath for nested loop.
Bruce Momjian
1999-02-12
*
Fix optimizer and make faster.
Bruce Momjian
1999-02-12
*
optimizer update
Bruce Momjian
1999-02-12
*
Remove Perl module's unnecessary dependence on libpq-int.h.
Tom Lane
1999-02-11
*
Optimizer cleanups.
Bruce Momjian
1999-02-11
*
Optimizer cleanup.
Bruce Momjian
1999-02-11
*
optimizer cleanup
Bruce Momjian
1999-02-11
*
Optimizer cleanup.
Bruce Momjian
1999-02-11
*
More optimization.
Bruce Momjian
1999-02-11
*
More optimizer speedups.
Bruce Momjian
1999-02-11
*
optimizer cleanup
Bruce Momjian
1999-02-11
*
Optimizer fix for samekeys() and cost fixes for longer optimizer keys.
Bruce Momjian
1999-02-11
*
Include <varargs.h> on SunOS. (Does any other platform need it??)
Tom Lane
1999-02-11
*
Optmizer cleanup
Bruce Momjian
1999-02-10
*
Update find_typedefs for bsdi 4.0.
Bruce Momjian
1999-02-10
*
Rename Path.keys to Path.pathkeys. Too many 'keys' used for other things.
Bruce Momjian
1999-02-10
*
Rename Temp to Noname for noname tables.
Bruce Momjian
1999-02-09
*
Optimizer fix for samekeys.
Bruce Momjian
1999-02-09
*
Major optimizer improvement for joining a large number of tables.
Bruce Momjian
1999-02-09
*
Added LIMIT/OFFSET functionality including new regression test for it.
Jan Wieck
1999-02-08
*
Optimizer cleanup.
Bruce Momjian
1999-02-08
*
pg_dump -d or -D didn't quote special characters in INSERT data
Tom Lane
1999-02-08
*
Revert some changes from the INTERSECT/EXPECT patch that broke
Jan Wieck
1999-02-08
*
Simplify scanstr(), fix broken octal-escape code.
Tom Lane
1999-02-07
*
Simplify lexer's rules for string constants, eliminate potential buffer overrun.
Tom Lane
1999-02-07
*
Include -lcrypt when needed to link libpgtcl.so and plpgsql.so
Tom Lane
1999-02-07
*
Changed manpages for create_rule/drop_rule to the semantics
Jan Wieck
1999-02-07
*
Add PQresStatus() function to avoid direct access to pgresStatus[] array,
Tom Lane
1999-02-07
*
Clean up some minor compile warnings.
Tom Lane
1999-02-07
*
Correct definition of srandom() --- it takes unsigned int not int.
Tom Lane
1999-02-07
*
New gram.c after modification of gram.y
Jan Wieck
1999-02-07
*
Reenabled parentheses for grouping multiple rule actions and
Jan Wieck
1999-02-07
*
Changed ExecConstraints() and ExecRelCheck() to cache the constraints
Jan Wieck
1999-02-07
*
Missing semicolon in last fix :-}
Jan Wieck
1999-02-07
*
One more fix to QuerySnapshot usage in ExecutorStart(). Maybe
Jan Wieck
1999-02-07
*
Fixed problem with multiple portals shown up in portals_p2 regression
Jan Wieck
1999-02-07
*
Fix bracketing error in CaseExpr code
Tom Lane
1999-02-07
*
Allow psql to do \p\g. Ingres does it, why not us?
Bruce Momjian
1999-02-07
*
Add equality checking for T_Query so that we don't get
Tom Lane
1999-02-07
*
Add floating-point support to our emulation of snprintf
Tom Lane
1999-02-06
*
Fix silly typo causing SELECT INTO TABLE to sometimes be
Tom Lane
1999-02-06
*
Optimizer cleanup.
Bruce Momjian
1999-02-06
*
New alloc set code using a memory block pool for small allocations.
Jan Wieck
1999-02-06
[next]