index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
command.c
Commit message (
Expand
)
Author
Age
*
Code cleanup of user name and user id handling in the backend. The current
Peter Eisentraut
2000-09-06
*
This is mostly the same as an earlier patch I
Bruce Momjian
2000-08-29
*
Avoid creating a TOAST table if we can prove that the maximum tuple
Tom Lane
2000-08-25
*
fmgr interface mopup work. Use new DatumGetBool and BoolGetDatum
Tom Lane
2000-08-21
*
Fix tuptoaster bugs induced by making bytea toastable. Durn thing was
Tom Lane
2000-08-04
*
Modify heap_open()/heap_openr() API per pghackers discussion of 11 July.
Tom Lane
2000-08-03
*
More functions updated to new fmgr style --- money, name, tid datatypes.
Tom Lane
2000-08-03
*
'const' decorations are fine, but not when they're inserted without
Tom Lane
2000-07-18
*
This should be a slighly more complete patch for commands/command.c
Bruce Momjian
2000-07-15
*
Cleanup of code for creating index entries. Functional indexes with
Tom Lane
2000-07-14
*
Update textin() and textout() to new fmgr style. This is just phase
Tom Lane
2000-07-05
*
Changed TOAST relations to have relkind RELKIND_TOASTVALUE.
Jan Wieck
2000-07-05
*
Small fix for ALTER TABLE xxx* ADD COLUMN ...
Jan Wieck
2000-07-05
*
Automatically create toast tables on ALTER TABLE ... ADD COLUMN
Jan Wieck
2000-07-05
*
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
*
First phase of memory management rewrite (see backend/utils/mmgr/README
Tom Lane
2000-06-28
*
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
*
Disallow CLOSE of reserved system portal names.
Tom Lane
2000-06-04
*
Added header files required for ALTER TABLE DROP COLUMN
Hiroshi Inoue
2000-05-30
*
Remove unused include files. Do not touch /port or includes used by defines.
Bruce Momjian
2000-05-30
*
Generated header files parse.h and fmgroids.h are now copied into
Tom Lane
2000-05-29
*
Second round of fmgr changes: triggers are now invoked in new style,
Tom Lane
2000-05-29
*
First round of changes for new fmgr interface. fmgr itself and the
Tom Lane
2000-05-28
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Trial implementation of ALTER DROP COLUMN.
Hiroshi Inoue
2000-03-09
*
Removed unused var to silence gcc warning.
Tom Lane
2000-02-15
*
Added ALTER TABLE ... ADD CONSTRAINT (provided by Stephan Szabo).
Jan Wieck
2000-02-04
*
A few minor psql enhancements
Peter Eisentraut
2000-01-29
*
Add:
Bruce Momjian
2000-01-26
*
Removed alter table drop column.
Peter Eisentraut
2000-01-24
*
added ALTER TABLE DROP COLUMN, early version
Peter Eisentraut
2000-01-22
*
Included all yacc and lex files into the distribution.
Peter Eisentraut
2000-01-16
*
Required catalog changes for extended LONG attribute storage.
Jan Wieck
1999-12-20
*
Some changes to prepare for LONG attributes.
Jan Wieck
1999-12-16
*
fix_parsetree_attnums was not nearly smart enough about walking parse
Tom Lane
1999-12-14
*
Rename several destroy* functions/tags to drop*.
Bruce Momjian
1999-12-10
*
Rename heap_replace to heap_update.
Bruce Momjian
1999-11-24
*
Add system indexes to match all caches.
Bruce Momjian
1999-11-22
*
New NameStr macro to convert Name to Str. No need for var.data anymore.
Bruce Momjian
1999-11-07
*
Reimplement parsing and storage of default expressions and constraint
Tom Lane
1999-10-03
*
Mega-commit to make heap_open/heap_openr/heap_close take an
Tom Lane
1999-09-18
*
Remove no-longer-needed code to update temprel's copy of
Tom Lane
1999-09-04
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
*
Final cleanup.
Bruce Momjian
1999-07-16
*
Change #include's to use <> and "" as appropriate.
Bruce Momjian
1999-07-15
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
[next]