Commit Graph

108 Commits (7c385f73e594fa463658244ee027be18325db03c)

Author SHA1 Message Date
Jan Wieck 7c385f73e5 Required catalog changes for extended LONG attribute storage. 26 years ago
Jan Wieck 397e9b32a3 Some changes to prepare for LONG attributes. 26 years ago
Bruce Momjian 4cb1fb6f59 Update for QNX. 26 years ago
Bruce Momjian 7585deb087 I have done the QNX4 port with the current source tree. The number of 26 years ago
Bruce Momjian a82f9ffde6 New LDOUT makefile variable for QNX os. 26 years ago
Bruce Momjian 3ffd3d82db Make LD -r as macros that can be changed for QNX. 26 years ago
Bruce Momjian 95997e159b Rename heap_replace to heap_update. 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
Tom Lane 51f62d505e Standardize on MAXPGPATH as the size of a file pathname buffer, 26 years ago
Vadim B. Mikheev 4793740367 XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. 26 years ago
Bruce Momjian d62a7ac6d3 Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT. 26 years ago
Tom Lane bd272cace6 Mega-commit to make heap_open/heap_openr/heap_close take an 26 years ago
Tom Lane b65ab31910 Eliminate token length assumption in scanstr(). 26 years ago
Bruce Momjian e44c931801 Re-add getopt.h check, remove NT-specific tests for it. 27 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 9b645d481c Update #include cleanups 27 years ago
Bruce Momjian 2e6b1e63a3 Remove unused #includes in *.c files. 27 years ago
Bruce Momjian 4b2c2850bf Clean up #include in /include directory. Add scripts for checking includes. 27 years ago
Bruce Momjian 07842084fe pgindent run over code. 27 years ago
Bruce Momjian 4853495e03 Change error messages to oids come out as %u and not %d. Change has no 27 years ago
Tom Lane 09c5e84072 Change elog(ERROR) to get back to main loop via a plain sigsetjmp, 27 years ago
Tom Lane 6febecc569 Clean up att_align calculations so that XXXALIGN macros 27 years ago
Bruce Momjian 58118db39d Add new postgres -O option to allow system table structure changes. 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Bruce Momjian 9322950aa4 Cleanup of source files where 'return' or 'var =' is alone on a line. 27 years ago
Bruce Momjian 4390b0bfbe Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. 27 years ago
Bruce Momjian c91dbcc5c7 The following patch finishes primary key support. Previously, when 27 years ago
Bruce Momjian 7a6b562fdf Apply Win32 patch from Horak Daniel. 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 9b73210f9d Fix bootstrap so it properly defines alignment of attributes. 27 years ago
Bruce Momjian c0b01461db o note that now pg_database has a new attribuite "encoding" even 27 years ago
Bruce Momjian 7971539020 heap_fetch requires buffer pointer, must be released; heap_getnext 27 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