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
*
Tweak portal (cursor) code so that it will not call the executor again
Tom Lane
2001-02-27
*
Change scoping of table and join refnames to conform to SQL92: a JOIN
Tom Lane
2001-02-14
*
Clean up handling of tuple descriptors so that result-tuple descriptors
Tom Lane
2001-01-29
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
Fix all the places that called heap_update() and heap_delete() without
Tom Lane
2001-01-23
*
Rename int4 to int32 in a few places.
Bruce Momjian
2001-01-23
*
Keep relations open until they are no longer needed.
Hiroshi Inoue
2001-01-08
*
Clean up checking of relkind for ALTER TABLE and LOCK TABLE commands.
Tom Lane
2001-01-07
*
Small cleanup of temp-table handling. Disallow creation of a non-temp
Tom Lane
2000-12-22
*
From Stephan Szabo:
Tom Lane
2000-12-05
*
Change SearchSysCache coding conventions so that a reference count is
Tom Lane
2000-11-16
*
Fix illegal combination of SearchSysCacheTuple() and heap_freetuple()
Hiroshi Inoue
2000-11-14
*
Restructure handling of inheritance queries so that they work with outer
Tom Lane
2000-11-12
*
Make DROP TABLE rollback-able: postpone physical file delete until commit.
Tom Lane
2000-11-08
*
Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in
Tom Lane
2000-10-26
*
Remove NO_SECURITY define.
Bruce Momjian
2000-10-16
*
This is a stupid garden variety bug and I'm not sure why I didn't catch
Bruce Momjian
2000-10-10
*
Add proofreader's changes to docs.
Bruce Momjian
2000-10-05
*
Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.
Tom Lane
2000-09-29
*
First cut at full support for OUTER JOINs. There are still a few loose
Tom Lane
2000-09-12
*
This patch implements the following command:
Bruce Momjian
2000-09-12
*
This patch implements a different "relkind"
Bruce Momjian
2000-09-12
*
Previous patch backed out.
Bruce Momjian
2000-09-12
*
This patch is for the TODO item
Bruce Momjian
2000-09-12
*
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
[next]