Commit Graph

40 Commits (cc2b5e5815aa596dbbdd288d0d178019f2d521aa)

Author SHA1 Message Date
Bruce Momjian cc2b5e5815 Remove NT-specific file open defines by defining our own open macros for 25 years ago
Tom Lane 0a7fb4e918 First round of changes for new fmgr interface. fmgr itself and the 25 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Tom Lane 341b328b18 Fix a bunch of minor portability problems and maybe-bugs revealed by 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Peter Eisentraut 1cd4c14116 Fixed all elog related warnings, as well as a few others. 26 years ago
Bruce Momjian 6456b17bc1 Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions. 26 years ago
Bruce Momjian a040281787 Move fixes for >8 indexed fields. 26 years ago
Bruce Momjian b99f300675 Move INDEX_MAX_KEYS to postgres.h, and make it configurable for users. 26 years ago
Jan Wieck e2aef49694 Added empty TOASTER files and corrected some minor glitches 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
Tom Lane ecd0bfa81a Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. 26 years ago
Bruce Momjian 8f5561a0d9 More config.h cleanups. 26 years ago
Bruce Momjian 773088809d More cleanup 26 years ago
Bruce Momjian 4b2c2850bf Clean up #include in /include directory. Add scripts for checking includes. 26 years ago
Bruce Momjian d852d31ea3 This patch should enable 6.5 to build on Motorola 68000 architecture. 26 years ago
Bruce Momjian 210055ad61 here are some patches for 6.5.0 which I already submitted but have never 27 years ago
Tom Lane 6febecc569 Clean up att_align calculations so that XXXALIGN macros 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 27 years ago
Bruce Momjian 7971539020 heap_fetch requires buffer pointer, must be released; heap_getnext 27 years ago
Bruce Momjian c765b4b052 Hello! 27 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 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
Marc G. Fournier 0227a4e114 From: "Denis V. Dmitrienko" <denis@null.net> 28 years ago
Bruce Momjian 5071ae2972 Add pg_description table for info on tables, columns, operators, types, and aggregates. Modify psql with new \dd operator to access description 28 years ago
Vadim B. Mikheev 32cd09ac6d Good Bye, Time Travel! 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
Thomas G. Lockhart e66f5c05eb Remove endian information which is now in port-specific header files. 28 years ago
Thomas G. Lockhart bf3bcb6a6d Include definitions for endian info if not in system includes. 28 years ago
Marc G. Fournier 791c075852 Date/Time updates from Thomas... 29 years ago
Bryan Henderson 7492fb165f Fix bug: libpq clients (which include libpq-fe.h) won't compile. 29 years ago
Marc G. Fournier 796aca3916 include utils/palloc.h as a default include, as its used more often then 29 years ago
Marc G. Fournier 83311355d7 Add these files to ${SRCDIR}/include 29 years ago