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
*
Remove SEP_CHAR, replace with / or '/' as appropriate.
Bruce Momjian
2001-05-30
*
These patches should fix check constraints not inheriting
Bruce Momjian
2001-05-30
*
Attached is my patch that adds DROP CONSTRAINT support to PostgreSQL. I
Bruce Momjian
2001-05-30
*
Make text <=> char conversion functions convert zero character to and
Tom Lane
2001-05-28
*
Fix a message error in utf_to_local
Tatsuo Ishii
2001-05-28
*
When using a junkfilter, the output tuple should NOT be stored back into
Tom Lane
2001-05-27
*
Cause ExecCountSlots() accounting to bear some relationship to reality.
Tom Lane
2001-05-27
*
Fix eqjoinsel() to make use of new statistics.
Tom Lane
2001-05-27
*
Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGER
Peter Eisentraut
2001-05-27
*
Oops, only wanted python change in the last commit. Backing out.
Bruce Momjian
2001-05-25
*
While changing Cygwin Python to build its core as a DLL (like Win32
Bruce Momjian
2001-05-25
*
I haven't tried building postgres with the Watcom compiler for 7.1 because
Bruce Momjian
2001-05-24
*
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
[next]