index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
tcop
Commit message (
Expand
)
Author
Age
*
Remove long-dead support for invoking queries from dynamically loaded
Tom Lane
2000-07-08
*
Bugfix in ALTER TABLE CREATE TOAST TABLE
Jan Wieck
2000-07-05
*
Make toast-table creation and deletion work somewhat reliably.
Tom Lane
2000-07-04
*
TOAST
Jan Wieck
2000-07-03
*
Move global internal files to PGDATA/global.
Peter Eisentraut
2000-07-03
*
Move PGPORT envar handling to ResetAllOptions(). Improve long options
Peter Eisentraut
2000-07-03
*
Add test code to copy all parse/plan trees. Repair essential omissions
Tom Lane
2000-06-29
*
First phase of memory management rewrite (see backend/utils/mmgr/README
Tom Lane
2000-06-28
*
Second pass over run-time configuration system. Adjust priorities on some
Peter Eisentraut
2000-06-22
*
Final #include cleanup.
Bruce Momjian
2000-06-15
*
Back out pg_shadow changes to allow create table and locking permissions.
Bruce Momjian
2000-06-12
*
I have large database and with this DB work more users and I very need
Bruce Momjian
2000-06-09
*
Mark functions as static and ifdef NOT_USED as appropriate.
Bruce Momjian
2000-06-08
*
Latest round of fmgr updates. All functions with bool,char, or int2
Tom Lane
2000-06-05
*
If user re-DECLAREs an existing cursor name, close the old cursor of
Tom Lane
2000-06-04
*
New ps display code, works on more platforms.
Peter Eisentraut
2000-06-04
*
The heralded `Grand Unified Configuration scheme' (GUC)
Peter Eisentraut
2000-05-31
*
Ooops, looks like I broke fastpath in last changes...
Tom Lane
2000-05-30
*
Generated header files parse.h and fmgroids.h are now copied into
Tom Lane
2000-05-29
*
First round of changes for new fmgr interface. fmgr itself and the
Tom Lane
2000-05-28
*
Add debug code to aid in memory-leak tracking: if SHOW_MEMORY_STATS is
Tom Lane
2000-05-21
*
Fix CLUSTER ... or at least undo the bit-rot it's suffered since 6.5.
Tom Lane
2000-05-11
*
Reset CurrentMemoryContext to TopMemoryContext at the beginning of error
Tom Lane
2000-04-30
*
Setting statistic options from SET PG_OPTIONS caused a backend crash
Tom Lane
2000-04-28
*
change reindex ERROR/NOTICE message
Hiroshi Inoue
2000-04-25
*
7.0 buffer manager can support different backends running with different
Tom Lane
2000-04-23
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Actually, that still wasn't quite right. If we skip a query because of
Tom Lane
2000-04-04
*
Fix bug noted by Bruce: FETCH in an already-aborted transaction block
Tom Lane
2000-04-04
*
>> 5. empty define that results in an empty but terminated line ( ; )
Bruce Momjian
2000-03-23
*
Remove using puts() to print messages. Instead use TPRINTF.
Tatsuo Ishii
2000-03-01
*
Change cancel while waiting-for-lock stuff.
Hiroshi Inoue
2000-02-22
*
fix the TODO
Hiroshi Inoue
2000-02-21
*
Reduce proc_exit(1) to proc_exit(0) for errors detected in backend
Tom Lane
2000-02-20
*
Get rid of postgres.c's separate parsing logic for PGDATESTYLE env.
Tom Lane
2000-02-19
*
Remove gcc warnings. The Postgres world isn't really safe
Tom Lane
2000-02-19
*
Implement reindex command
Hiroshi Inoue
2000-02-18
*
A few minor psql enhancements
Peter Eisentraut
2000-01-29
*
Add:
Bruce Momjian
2000-01-26
*
Revise handling of index-type-specific indexscan cost estimation, per
Tom Lane
2000-01-22
*
Removed MBFLAGS from makefiles since it's now done in include/config.h.
Peter Eisentraut
2000-01-19
*
Included all yacc and lex files into the distribution.
Peter Eisentraut
2000-01-16
*
- Allow array on int8
Peter Eisentraut
2000-01-15
*
* User management commands no longer user pg_exec_query_dest -> more robust
Peter Eisentraut
2000-01-14
*
Fixed everything in and surrounding createdb and dropdb to make it more
Peter Eisentraut
2000-01-13
*
Use fmgr_array_args() to avoid dependency on FUNC_MAX_ARGS.
Tom Lane
2000-01-12
*
More cleanups. Still doesn't work.
Bruce Momjian
2000-01-11
*
More cleanups.
Bruce Momjian
2000-01-11
*
Make number of args to a function configurable.
Bruce Momjian
2000-01-10
*
Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.
Bruce Momjian
2000-01-10
[next]