Commit Graph

78 Commits (3f7fbf85dc5b42dfd33c803efe6c90533773576a)

Author SHA1 Message Date
Vadim B. Mikheev 6beba218d7 New HeapTuple structure/interface. 28 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 28 years ago
Bruce Momjian af74855a60 Renaming cleanup, no pgindent yet. 28 years ago
Bruce Momjian 9b73210f9d Fix bootstrap so it properly defines alignment of attributes. 28 years ago
Bruce Momjian c0b01461db o note that now pg_database has a new attribuite "encoding" even 28 years ago
Bruce Momjian 7971539020 heap_fetch requires buffer pointer, must be released; heap_getnext 28 years ago
Bruce Momjian af5fde7491 Make large objects their own relkind type. Fix dups in pg_class_mb 28 years ago
Vadim B. Mikheev be8300b18f Use Snapshot in heap access methods. 28 years ago
Marc G. Fournier 5979d73841 From: t-ishii@sra.co.jp 28 years ago
Marc G. Fournier bf00bbb0c4 I really hope that I haven't missed anything in this one... 28 years ago
Bruce Momjian e747c58718 Fix for hang after postmaster restart. Add new proc_exit and 28 years ago
Bruce Momjian 6bd323c6b3 Remove un-needed braces around single statements. 28 years ago
Bruce Momjian 212c905e2c Remove fork()/exec() and only do fork(). Small cleanups. 28 years ago
Bruce Momjian 07140ee024 Allow cancel from client of backend query. Change some int variables 28 years ago
Bruce Momjian 0d203b745d Re-apply Darren's char2-16 removal code. 28 years ago
Bruce Momjian db21523314 Back out char2-char16 removal. Add later. 28 years ago
Bruce Momjian 1e801a8f16 Hi, 28 years ago
Bruce Momjian 57b5966405 The following uuencoded, gzip'd file will ... 28 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
Bruce Momjian 24cab6bd0d Goodbye register keyword. Compiler knows better. 28 years ago
Bruce Momjian 65faaf3046 atttypmod now -1. 28 years ago
Bruce Momjian 6009d70eab Set attcacheoff value to -1 for all tables. 28 years ago
Bruce Momjian c16ebb0f67 getpid/pid cleanup 28 years ago
Bruce Momjian 679d39b9c8 Goodbye ABORT. Hello ERROR for all errors. 28 years ago
Bruce Momjian 9d00fbbeb0 Change some labels in bootparse to make ctags happy. Clean up outfunc/readfunc code and add missing fields for Query structure and new Union fields. Fix optimizer bug shown in new \do command. Change WARN to ERROR in contrib and regression stuff. 28 years ago
Bruce Momjian 0d9fc5afd6 Change elog(WARN) to elog(ERROR) and elog(ABORT). 28 years ago
Thomas G. Lockhart 1ac6d462b2 Bracket #define sigsetjmp() to avoid redefinition. Linux starts out with 28 years ago
Marc G. Fournier 6e337eef45 Major cleanout of PORTNAME variables from Makefiles...bound to screw up 28 years ago
Bruce Momjian 5266471a2f Rename Query label so ctags finds real structure. 28 years ago
Marc G. Fournier 542d4e528d First pass through, of many to come, towards making the whole source 28 years ago
Bruce Momjian 002796b5ca Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog. 29 years ago
Bruce Momjian c445ba331b Rename heap_create to heap_create_and_catatlog, rename heap_creatr to heap_create(). 29 years ago
Bruce Momjian f7f2e18f8e Remove tqual.h includes not needed. 29 years ago
Bruce Momjian 0889dcd6f7 Remove archive stuff. 29 years ago
Bruce Momjian e9e1ff226f Remove all time travel stuff. Small parser cleanup. 29 years ago
Bruce Momjian d0471244e6 Remove 16 char limit on system table/index names. Rename system indexes. 29 years ago
Bruce Momjian 3f365ba0fc Inline memset() as MemSet(). 29 years ago
Bruce Momjian 59f6a57e59 Used modified version of indent that understands over 100 typedefs. 29 years ago
Bruce Momjian 075cede748 Add typdefs to pgindent run. 29 years ago
Bruce Momjian 23db70bf73 Lex/yacc source cleanup like indent. 29 years ago
Bruce Momjian 319dbfa736 Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 29 years ago
Bruce Momjian 1ccd423235 Massive commit to run PGINDENT on all *.c and *.h files. 29 years ago
Bruce Momjian 1d8bbfd2e7 Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 29 years ago
Bruce Momjian b99c63cfc0 Now that names are null terminated, no need to do all that NAMEDATALEN stuff. 29 years ago
Bruce Momjian ea5b5357cd Remove more (void) and fix -Wall warnings. 29 years ago
Bruce Momjian c2010d8e4d fix for initdb --debug core dump, from Tatsuo Ishii 29 years ago
Marc G. Fournier 90d0cf0000 From: Robert Bruccoleri <bruc@bms.com> 29 years ago
Marc G. Fournier 4ea3844680 From: "Brian E. Gallew" <geek+@cmu.edu> 29 years ago
Vadim B. Mikheev 8466811335 Fix for -Wno-error 29 years ago
Marc G. Fournier 953ac7b55a Fix up the -Wno-error problem for non-gcc compilers 29 years ago