postgresql/src/backend/commands
Bruce Momjian 5e926cbb6b vacuum.c refactoring
. rename variables
     . cur_buffer -> dst_buffer
     . ToPage -> dst_page
     . cur_page -> dst_vacpage
   . move variable declarations into block where variable is used
   . various Asserts instead of elog(ERROR, ...)
   . extract functionality from repair_frag() into new routines
     . move_chain_tuple()
     . move_plain_tuple()
     . update_hint_bits()
   . create type ExecContext
   . add comments

Manfred Koizar
2004-06-08 13:59:36 +00:00
..
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
aggregatecmds.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
alter.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
analyze.c Tweak palloc/repalloc to allow zero bytes to be requested, as per recent 2004-06-05 19:48:09 +00:00
async.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
cluster.c Minor code rationalization: FlushRelationBuffers just returns void, 2004-05-31 19:24:05 +00:00
comment.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
conversioncmds.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
copy.c Infrastructure for I/O of composite types: arrange for the I/O routines 2004-06-06 00:41:28 +00:00
dbcommands.c This patch implement the TODO [ALTER DATABASE foo OWNER TO bar]. 2004-05-26 13:57:04 +00:00
define.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
explain.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
functioncmds.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
indexcmds.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
lockcmds.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
opclasscmds.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
operatorcmds.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
portalcmds.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
prepare.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
proclang.c Implement a solution to the 'Turkish locale downcases I incorrectly' 2004-02-21 00:34:53 +00:00
schemacmds.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
sequence.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
tablecmds.c Allow use of table rowtypes directly as column types of other tables. 2004-06-06 20:30:07 +00:00
trigger.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
typecmds.c Resurrect heap_deformtuple(), this time implemented as a singly nested 2004-06-04 20:35:21 +00:00
user.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
vacuum.c vacuum.c refactoring 2004-06-08 13:59:36 +00:00
vacuumlazy.c Tweak palloc/repalloc to allow zero bytes to be requested, as per recent 2004-06-05 19:48:09 +00:00
variable.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
view.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00