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
/
catalog
/
heap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the
Tom Lane
2000-06-18
1
-181
/
+15
*
Get rid of IndexIsUniqueNoCache() kluge by the simple expedient of
Tom Lane
2000-06-17
1
-2
/
+4
*
Clean up #include's.
Bruce Momjian
2000-06-15
1
-1
/
+3
*
Remove unused include files. Do not touch /port or includes used by defines.
Bruce Momjian
2000-05-30
1
-7
/
+1
*
First round of changes for new fmgr interface. fmgr itself and the
Tom Lane
2000-05-28
1
-2
/
+3
*
heap_drop() should flush the relcache entry for the
Tom Lane
2000-05-25
1
-1
/
+4
*
Clean up grotty references to CacheCxt (externs inside functions,
Tom Lane
2000-05-20
1
-5
/
+4
*
Revise FlushRelationBuffers/ReleaseRelationBuffers per discussion with
Tom Lane
2000-05-19
1
-6
/
+2
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
1
-71
/
+99
*
Fix a bunch of minor portability problems and maybe-bugs revealed by
Tom Lane
2000-03-17
1
-9
/
+9
*
Implement column aliases on views "CREATE VIEW name (collist)".
Thomas G. Lockhart
2000-03-14
1
-1
/
+5
*
Implement reindex command
Hiroshi Inoue
2000-02-18
1
-6
/
+5
*
Carry column aliases from the parser frontend. Enables queries like
Thomas G. Lockhart
2000-02-15
1
-5
/
+8
*
Fix problems seen in parallel regress tests when SI buffer overruns (causing
Tom Lane
2000-01-31
1
-13
/
+1
*
Add:
Bruce Momjian
2000-01-26
1
-2
/
+3
*
added ALTER TABLE DROP COLUMN, early version
Peter Eisentraut
2000-01-22
1
-3
/
+3
*
setheapoverride() is history. Uses replaced with CommandCounterIncrement()
Tom Lane
2000-01-17
1
-14
/
+6
*
Pass atttypmod to CoerceTargetExpr, so that it can pass it on to
Tom Lane
2000-01-17
1
-3
/
+3
*
Repair breakage of inherited constraint expressions --- needed a
Tom Lane
2000-01-16
1
-18
/
+21
*
Required catalog changes for extended LONG attribute storage.
Jan Wieck
1999-12-20
1
-7
/
+7
*
Some changes to prepare for LONG attributes.
Jan Wieck
1999-12-16
1
-10
/
+10
*
Rename several destroy* functions/tags to drop*.
Bruce Momjian
1999-12-10
1
-11
/
+11
*
Delete pg_statistics rows for a relation during heap_destroy_with_catalog.
Tom Lane
1999-11-28
1
-15
/
+44
*
Rename heap_replace to heap_update.
Bruce Momjian
1999-11-24
1
-3
/
+3
*
Add system indexes to match all caches.
Bruce Momjian
1999-11-22
1
-5
/
+5
*
Commit to make clearer distinction for temp names and real names.
Bruce Momjian
1999-11-16
1
-8
/
+8
*
New NameStr macro to convert Name to Str. No need for var.data anymore.
Bruce Momjian
1999-11-07
1
-16
/
+16
*
Make it possible to execute crashed CREATE/DROP commands again.
Hiroshi Inoue
1999-11-04
1
-17
/
+46
*
Hello.
Bruce Momjian
1999-10-26
1
-137
/
+11
*
This patch implements ORACLE's COMMENT SQL command.
Bruce Momjian
1999-10-15
1
-9
/
+153
*
Somehow missed this call to addRangeTableEntry() ...
Tom Lane
1999-10-07
1
-2
/
+2
*
Don't set BootstrapProcessingMode in AddNewRelationTuple() before
Vadim B. Mikheev
1999-10-06
1
-18
/
+4
*
Oops, DEFAULT processing wasn't doing type compatibility checking
Tom Lane
1999-10-04
1
-17
/
+41
*
Reimplement parsing and storage of default expressions and constraint
Tom Lane
1999-10-03
1
-108
/
+333
*
This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.
Jan Wieck
1999-09-29
1
-3
/
+2
*
Several changes here, not very related but touching some of the same files.
Tom Lane
1999-09-24
1
-214
/
+183
*
Add TRUNCATE command, with psql help and sgml additions.
Bruce Momjian
1999-09-23
1
-1
/
+231
*
Mega-commit to make heap_open/heap_openr/heap_close take an
Tom Lane
1999-09-18
1
-80
/
+52
*
Disallow DROP TABLE/DROP INDEX inside a transaction block.
Tom Lane
1999-09-05
1
-10
/
+19
*
Intercept temp table lookups further up to map temp names.
Bruce Momjian
1999-09-04
1
-12
/
+2
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
1
-6
/
+1
*
Final cleanup.
Bruce Momjian
1999-07-16
1
-2
/
+3
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
1
-12
/
+1
*
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-15
1
-2
/
+1
*
Rename pg_temp to pg_sorttemp so it does not conflict with temp table names.
Bruce Momjian
1999-07-08
1
-2
/
+2
*
Cleanup
Bruce Momjian
1999-06-16
1
-3
/
+1
*
Fix for failure to clean SysCache entry when a relation is deleted
Tom Lane
1999-06-04
1
-7
/
+1
*
Patch from Andreas: when CREATE TABLE is followed by CREATE INDEX
Tom Lane
1999-05-26
1
-6
/
+5
*
pgindent run over code.
Bruce Momjian
1999-05-25
1
-56
/
+59
*
Fix for DEFAULT ''.
Bruce Momjian
1999-05-22
1
-19
/
+4
[next]