Commit Graph

41 Commits (97dec77fab612cfa285f6bd3dd5463a0d55526b2)

Author SHA1 Message Date
Bruce Momjian 97dec77fab Rename several destroy* functions/tags to drop*. 26 years ago
Tatsuo Ishii bf5d51e7fe Tree dividing is not appropriate in Rtree. 26 years ago
Bruce Momjian 86ef36c907 New NameStr macro to convert Name to Str. No need for var.data anymore. 26 years ago
Tom Lane e812458b27 Several changes here, not very related but touching some of the same files. 26 years ago
Tom Lane bd272cace6 Mega-commit to make heap_open/heap_openr/heap_close take an 26 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 27 years ago
Bruce Momjian a71802e12e Final cleanup. 27 years ago
Bruce Momjian a9591ce66a Change #include's to use <> and "" as appropriate. 27 years ago
Bruce Momjian 2e6b1e63a3 Remove unused #includes in *.c files. 27 years ago
Bruce Momjian 07842084fe pgindent run over code. 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Vadim B. Mikheev 3f7fbf85dc Initial MVCC code. 27 years ago
Vadim B. Mikheev 6beba218d7 New HeapTuple structure/interface. 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
Vadim B. Mikheev be8300b18f Use Snapshot in heap access methods. 28 years ago
Bruce Momjian 6bd323c6b3 Remove un-needed braces around single statements. 28 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
PostgreSQL Daemon baef78d96b Thank god for searchable mail archives. 28 years ago
Bruce Momjian 679d39b9c8 Goodbye ABORT. Hello ERROR for all errors. 28 years ago
Bruce Momjian 0d9fc5afd6 Change elog(WARN) to elog(ERROR) and elog(ABORT). 28 years ago
Bruce Momjian e9e1ff226f Remove all time travel stuff. Small parser cleanup. 28 years ago
Bruce Momjian 3f365ba0fc Inline memset() as MemSet(). 28 years ago
Bruce Momjian 59f6a57e59 Used modified version of indent that understands over 100 typedefs. 28 years ago
Bruce Momjian 075cede748 Add typdefs to pgindent run. 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
Bruce Momjian ea5b5357cd Remove more (void) and fix -Wall warnings. 29 years ago
Marc G. Fournier 53d8be3bbf Date/Time updates from Thomas... 29 years ago
Vadim B. Mikheev f48936e8ef index_insert has now HeapRelation as last param (for unique index 29 years ago
Marc G. Fournier 07a65b2255 Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com> 29 years ago
Marc G. Fournier 050d148295 One more to go 29 years ago
Marc G. Fournier ca112038ab More include file cleanups 29 years ago
Marc G. Fournier 302b809793 Changes required so that access/* compiles cleanly... 29 years ago
Marc G. Fournier b13f5c25e2 More of the same...clean Makefile, add include files 29 years ago
Marc G. Fournier f36b2560a4 Major code cleanups from D'arcy (-Wall -Werror) 29 years ago
Marc G. Fournier e1220b7c21 More #include cleanups 29 years ago
Marc G. Fournier 2ecb7e5e2c Moved '#define *DEBUG' defines to config.h, and document where first 29 years ago
Marc G. Fournier a2740a455f There, now we support GiST...now what? :) 29 years ago
Marc G. Fournier d31084e9d1 Postgres95 1.01 Distribution - Virgin Sources 30 years ago