index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
command.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tweak portal (cursor) code so that it will not call the executor again
Tom Lane
2001-02-27
1
-19
/
+41
*
Change scoping of table and join refnames to conform to SQL92: a JOIN
Tom Lane
2001-02-14
1
-3
/
+2
*
Clean up handling of tuple descriptors so that result-tuple descriptors
Tom Lane
2001-01-29
1
-13
/
+13
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
1
-2
/
+2
*
Fix all the places that called heap_update() and heap_delete() without
Tom Lane
2001-01-23
1
-11
/
+10
*
Rename int4 to int32 in a few places.
Bruce Momjian
2001-01-23
1
-2
/
+2
*
Keep relations open until they are no longer needed.
Hiroshi Inoue
2001-01-08
1
-2
/
+3
*
Clean up checking of relkind for ALTER TABLE and LOCK TABLE commands.
Tom Lane
2001-01-07
1
-91
/
+39
*
Small cleanup of temp-table handling. Disallow creation of a non-temp
Tom Lane
2000-12-22
1
-4
/
+3
*
From Stephan Szabo:
Tom Lane
2000-12-05
1
-15
/
+22
*
Change SearchSysCache coding conventions so that a reference count is
Tom Lane
2000-11-16
1
-88
/
+107
*
Fix illegal combination of SearchSysCacheTuple() and heap_freetuple()
Hiroshi Inoue
2000-11-14
1
-3
/
+2
*
Restructure handling of inheritance queries so that they work with outer
Tom Lane
2000-11-12
1
-16
/
+4
*
Make DROP TABLE rollback-able: postpone physical file delete until commit.
Tom Lane
2000-11-08
1
-3
/
+7
*
Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in
Tom Lane
2000-10-26
1
-21
/
+4
*
Remove NO_SECURITY define.
Bruce Momjian
2000-10-16
1
-16
/
+14
*
This is a stupid garden variety bug and I'm not sure why I didn't catch
Bruce Momjian
2000-10-10
1
-4
/
+7
*
Add proofreader's changes to docs.
Bruce Momjian
2000-10-05
1
-2
/
+2
*
Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.
Tom Lane
2000-09-29
1
-6
/
+7
*
First cut at full support for OUTER JOINs. There are still a few loose
Tom Lane
2000-09-12
1
-308
/
+302
*
This patch implements the following command:
Bruce Momjian
2000-09-12
1
-1
/
+66
*
This patch implements a different "relkind"
Bruce Momjian
2000-09-12
1
-7
/
+22
*
Previous patch backed out.
Bruce Momjian
2000-09-12
1
-26
/
+65
*
This patch is for the TODO item
Bruce Momjian
2000-09-12
1
-30
/
+37
*
Code cleanup of user name and user id handling in the backend. The current
Peter Eisentraut
2000-09-06
1
-8
/
+8
*
This is mostly the same as an earlier patch I
Bruce Momjian
2000-08-29
1
-5
/
+90
*
Avoid creating a TOAST table if we can prove that the maximum tuple
Tom Lane
2000-08-25
1
-84
/
+98
*
fmgr interface mopup work. Use new DatumGetBool and BoolGetDatum
Tom Lane
2000-08-21
1
-2
/
+2
*
Fix tuptoaster bugs induced by making bytea toastable. Durn thing was
Tom Lane
2000-08-04
1
-1
/
+9
*
Modify heap_open()/heap_openr() API per pghackers discussion of 11 July.
Tom Lane
2000-08-03
1
-3
/
+1
*
More functions updated to new fmgr style --- money, name, tid datatypes.
Tom Lane
2000-08-03
1
-2
/
+2
*
'const' decorations are fine, but not when they're inserted without
Tom Lane
2000-07-18
1
-2
/
+2
*
This should be a slighly more complete patch for commands/command.c
Bruce Momjian
2000-07-15
1
-4
/
+188
*
Cleanup of code for creating index entries. Functional indexes with
Tom Lane
2000-07-14
1
-6
/
+15
*
Update textin() and textout() to new fmgr style. This is just phase
Tom Lane
2000-07-05
1
-10
/
+11
*
Changed TOAST relations to have relkind RELKIND_TOASTVALUE.
Jan Wieck
2000-07-05
1
-6
/
+39
*
Small fix for ALTER TABLE xxx* ADD COLUMN ...
Jan Wieck
2000-07-05
1
-3
/
+7
*
Automatically create toast tables on ALTER TABLE ... ADD COLUMN
Jan Wieck
2000-07-05
1
-1
/
+21
*
Bugfix in ALTER TABLE CREATE TOAST TABLE
Jan Wieck
2000-07-05
1
-35
/
+48
*
Make toast-table creation and deletion work somewhat reliably.
Tom Lane
2000-07-04
1
-33
/
+48
*
TOAST
Jan Wieck
2000-07-03
1
-2
/
+156
*
First phase of memory management rewrite (see backend/utils/mmgr/README
Tom Lane
2000-06-28
1
-46
/
+20
*
Final #include cleanup.
Bruce Momjian
2000-06-15
1
-6
/
+1
*
Back out pg_shadow changes to allow create table and locking permissions.
Bruce Momjian
2000-06-12
1
-17
/
+1
*
I have large database and with this DB work more users and I very need
Bruce Momjian
2000-06-09
1
-1
/
+17
*
Disallow CLOSE of reserved system portal names.
Tom Lane
2000-06-04
1
-1
/
+6
*
Added header files required for ALTER TABLE DROP COLUMN
Hiroshi Inoue
2000-05-30
1
-1
/
+6
*
Remove unused include files. Do not touch /port or includes used by defines.
Bruce Momjian
2000-05-30
1
-15
/
+1
*
Generated header files parse.h and fmgroids.h are now copied into
Tom Lane
2000-05-29
1
-2
/
+2
*
Second round of fmgr changes: triggers are now invoked in new style,
Tom Lane
2000-05-29
1
-10
/
+15
[next]