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
*
I found the answer to this: the partition had filled up, and so the problem
Bruce Momjian
2001-05-22
*
Make bit and bit varying types reject too long input. (They already tried
Peter Eisentraut
2001-05-22
*
The Watcom preprocessor adds a space at the start of each line. Therefore
Bruce Momjian
2001-05-22
*
Print error on SELECT tab FROM tab:
Bruce Momjian
2001-05-21
*
Make char(n) and varchar(n) types raise an error if the inserted string is
Peter Eisentraut
2001-05-21
*
Enhancement of SPI to get access to portals
Jan Wieck
2001-05-21
*
Modify optimizer data structures so that IndexOptInfo lists built for
Tom Lane
2001-05-20
*
Make sure fmgr_info() fills in fn_oid last, so that no partially
Peter Eisentraut
2001-05-19
*
Allow special '$libdir' macro to show up in object file path in CREATE
Peter Eisentraut
2001-05-19
*
Comment additions in parser.
Bruce Momjian
2001-05-19
*
Move ParserFuncOrColumn function higher in the file.
Bruce Momjian
2001-05-19
*
New comment. This func/column things has always confused me.
Bruce Momjian
2001-05-19
*
Undo \dT change. Not worth it.
Bruce Momjian
2001-05-18
*
Rename ParseFuncOrColumn() to ParseColumnOrFunc().
Bruce Momjian
2001-05-18
*
Small code cleanups,formatting.
Bruce Momjian
2001-05-18
*
Suppress compiler warnings about pid_t vs int.
Tom Lane
2001-05-18
*
Add dynamic_library_path parameter and automatic appending of shared
Peter Eisentraut
2001-05-17
*
Prevent forced blank line before comment block in pgindent.
Bruce Momjian
2001-05-17
*
Spacing cleanup.
Bruce Momjian
2001-05-17
*
Small cleanup of spacing.
Bruce Momjian
2001-05-17
*
Replace poorly-coded vac_find_eq routine with call to standard bsearch
Tom Lane
2001-05-17
*
Add missing paren.
Bruce Momjian
2001-05-16
*
Repair race condition introduced into heap_update() in 7.1 ---
Tom Lane
2001-05-16
*
Add missing dlfcn.h includes. Fix "" vs <>.
Peter Eisentraut
2001-05-15
*
Remove unnecessary EvalPlanQual support code --- since this plan node
Tom Lane
2001-05-15
*
we found a problem in GiST with massive insert/update operations
Bruce Momjian
2001-05-15
*
Re-add pg_index.indhaskeytype.
Bruce Momjian
2001-05-15
*
Re-add pg_index.indisclustered in a minimalist way. Also fix BSDi
Bruce Momjian
2001-05-15
*
Some badly needed documentation about EvalPlanQual.
Tom Lane
2001-05-15
*
EvalPlanQual was thoroughly broken for concurrent update/delete on inheritance
Tom Lane
2001-05-15
*
Small include file fix for pg_variabie.h
Bruce Momjian
2001-05-14
*
Pg_varaiable removal cleanup found from regression.
Bruce Momjian
2001-05-14
*
Remove columns pg_index.haskeytype and pg_index.indisclustered. Not used.
Bruce Momjian
2001-05-14
*
Use RTLD_GLOBAL flag for dlopen-style dynamic loaders.
Peter Eisentraut
2001-05-14
*
Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. Initdb
Bruce Momjian
2001-05-14
*
Current implementation of FOR UPDATE has no hope of working correctly
Tom Lane
2001-05-14
*
Modify RelationGetBufferForTuple() so that we only do lseek and lock
Tom Lane
2001-05-12
*
Make bootstrap debug messages more readable. Clean up some clutter.
Peter Eisentraut
2001-05-12
*
Avoid unnecessary lseek() calls by cleanups in md.c. mdfd_lstbcnt was
Tom Lane
2001-05-10
*
First cut at making indexscan cost estimates depend on correlation
Tom Lane
2001-05-09
*
I have modifed heap.c so that it won't automatically generate duplicate
Bruce Momjian
2001-05-09
*
This patch should catch cases where the types
Bruce Momjian
2001-05-09
*
Noticed a small bug in the code. Probably been there for some time. Note
Bruce Momjian
2001-05-09
*
Use ColId instead of Ident for SET SESSION AUTHORIZATION.
Peter Eisentraut
2001-05-09
*
Cause planner to make use of average-column-width statistic that is now
Tom Lane
2001-05-09
*
Add SET SESSION AUTHORIZATION command.
Peter Eisentraut
2001-05-08
*
Append and SubqueryScan nodes were not passing changed-parameter signals down
Tom Lane
2001-05-08
*
Need to factor out strdup.o for separate treatment since it's in a
Peter Eisentraut
2001-05-08
*
Small cleanup.
Bruce Momjian
2001-05-08
*
Add newlines around debug output in optimizer showing total costs.
Bruce Momjian
2001-05-08
[next]