Commit Graph

49 Commits (7d6e28149ea699b28773eefa48acc449b67d6ff4)

Author SHA1 Message Date
Tom Lane 8c30aca2ba Fix badly broken RelationGetRelationName(). 24 years ago
Bruce Momjian d9a069e224 Move temprel name define from temprel.h to rel.h. 24 years ago
Tom Lane d47e10bfde Bring RelationGetRelationName into sync with new temp rel names. 24 years ago
Tom Lane 0b370ea7c8 Clean up some minor problems exposed by further thought about Panon's bug 24 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Bruce Momjian 623bf843d2 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 25 years ago
Tom Lane e58badfbe7 Improve comments. 25 years ago
Tom Lane 3908473c80 Make DROP TABLE rollback-able: postpone physical file delete until commit. 25 years ago
Vadim B. Mikheev f2bfe8a24c Heap redo/undo (except for tuple moving used by vacuum). 25 years ago
Tom Lane 6bfe64032e Cleanup of code for creating index entries. Functional indexes with 25 years ago
Tom Lane b41f4ab8c4 Use a private memory context to store rule information in each relcache 25 years ago
Tom Lane 1ee26b7764 Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the 25 years ago
Tom Lane d03a933ec5 Fix performance problems with pg_index lookups (see, for example, 25 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Tom Lane 750549db34 Add Assert() to check for trying to heap_close a relation when the 26 years ago
Tom Lane a152ebeec6 Fix problems seen in parallel regress tests when SI buffer overruns (causing 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Peter Eisentraut fa5400c0a4 added ALTER TABLE DROP COLUMN, early version 26 years ago
Bruce Momjian 8a093d0ae3 Make number of args to a function configurable. 26 years ago
Bruce Momjian dc5c7713bc Commit to make clearer distinction for temp names and real names. 26 years ago
Bruce Momjian 86ef36c907 New NameStr macro to convert Name to Str. No need for var.data anymore. 26 years ago
Hiroshi Inoue 2e2189a568 Make it possible to execute crashed CREATE/DROP commands again. 26 years ago
Jan Wieck 1547ee017c This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support. 26 years ago
Tom Lane bd272cace6 Mega-commit to make heap_open/heap_openr/heap_close take an 26 years ago
Bruce Momjian 773088809d More cleanup 26 years ago
Bruce Momjian a9591ce66a Change #include's to use <> and "" as appropriate. 26 years ago
Bruce Momjian 07842084fe pgindent run over code. 26 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Bruce Momjian 4390b0bfbe Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. 27 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 27 years ago
Bruce Momjian af74855a60 Renaming cleanup, no pgindent yet. 27 years ago
Bruce Momjian 7971539020 heap_fetch requires buffer pointer, must be released; heap_getnext 27 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
Bruce Momjian 7229513943 Fix prototypes so they don't look like function definitions. 28 years ago
PostgreSQL Daemon baef78d96b Thank god for searchable mail archives. 28 years ago
Bruce Momjian 195f78e43c More archive cleanup. 28 years ago
Vadim B. Mikheev 7bff4c5078 Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan). 28 years ago
Bruce Momjian 59f6a57e59 Used modified version of indent that understands over 100 typedefs. 28 years ago
Bruce Momjian 319dbfa736 Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 28 years ago
Bruce Momjian 1ccd423235 Massive commit to run PGINDENT on all *.c and *.h files. 28 years ago
Vadim B. Mikheev 444369e7b2 struct Trigger changed 28 years ago
Vadim B. Mikheev 6084c915d0 Triggers added to Relation 28 years ago
Marc G. Fournier 0b3cb80e03 finally, this directory is (should be!) totally clean 29 years ago
Marc G. Fournier 5a5f9420e5 Another series started from utils/builtins.h 29 years ago
Marc G. Fournier 3516eda61c Okay, following Bryan's (and others) suggestions...cleaning up the 29 years ago
Marc G. Fournier 20b4c46e26 Fixes: Errors when PQexec() in backend creates temp 29 years ago
Marc G. Fournier 42dd813494 Hopefully that cleans up the cruft from rel.h 29 years ago
Marc G. Fournier f697bf3b85 and another 29 years ago
Marc G. Fournier 1054097464 More cleanups of the include files 29 years ago
Marc G. Fournier d31084e9d1 Postgres95 1.01 Distribution - Virgin Sources 29 years ago