index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
command.c
Age
Commit message (
Expand
)
Author
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-27
Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGER
Peter Eisentraut
2001-05-21
Enhancement of SPI to get access to portals
Jan Wieck
2001-05-09
This patch should catch cases where the types
Bruce Momjian
2001-05-07
Rewrite of planner statistics-gathering code. ANALYZE is now available as
Tom Lane
2001-03-23
Fix comments that were mis-wrapped, for Tom Lane.
Bruce Momjian
2001-03-22
Remove dashes in comments that don't need them, rewrap with pgindent.
Bruce Momjian
2001-03-22
pgindent run. Make it all clean.
Bruce Momjian
2001-02-27
Tweak portal (cursor) code so that it will not call the executor again
Tom Lane
2001-02-14
Change scoping of table and join refnames to conform to SQL92: a JOIN
Tom Lane
2001-01-29
Clean up handling of tuple descriptors so that result-tuple descriptors
Tom Lane
2001-01-24
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-23
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-08
Keep relations open until they are no longer needed.
Hiroshi Inoue
2001-01-07
Clean up checking of relkind for ALTER TABLE and LOCK TABLE commands.
Tom Lane
2000-12-22
Small cleanup of temp-table handling. Disallow creation of a non-temp
Tom Lane
2000-12-05
From Stephan Szabo:
Tom Lane
2000-11-16
Change SearchSysCache coding conventions so that a reference count is
Tom Lane
2000-11-14
Fix illegal combination of SearchSysCacheTuple() and heap_freetuple()
Hiroshi Inoue
2000-11-12
Restructure handling of inheritance queries so that they work with outer
Tom Lane
2000-11-08
Make DROP TABLE rollback-able: postpone physical file delete until commit.
Tom Lane
2000-10-26
Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in
Tom Lane
2000-10-16
Remove NO_SECURITY define.
Bruce Momjian
2000-10-10
This is a stupid garden variety bug and I'm not sure why I didn't catch
Bruce Momjian
2000-10-05
Add proofreader's changes to docs.
Bruce Momjian
2000-09-29
Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.
Tom Lane
2000-09-12
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-06
Code cleanup of user name and user id handling in the backend. The current
Peter Eisentraut
2000-08-29
This is mostly the same as an earlier patch I
Bruce Momjian
2000-08-25
Avoid creating a TOAST table if we can prove that the maximum tuple
Tom Lane
2000-08-21
fmgr interface mopup work. Use new DatumGetBool and BoolGetDatum
Tom Lane
2000-08-04
Fix tuptoaster bugs induced by making bytea toastable. Durn thing was
Tom Lane
2000-08-03
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-07-18
'const' decorations are fine, but not when they're inserted without
Tom Lane
2000-07-15
This should be a slighly more complete patch for commands/command.c
Bruce Momjian
2000-07-14
Cleanup of code for creating index entries. Functional indexes with
Tom Lane
2000-07-05
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-04
Make toast-table creation and deletion work somewhat reliably.
Tom Lane
2000-07-03
TOAST
Jan Wieck
[next]