aboutsummaryrefslogtreecommitdiff
path: root/src/include/postgres.h
Commit message (Expand)AuthorAge
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-15
* Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian2000-01-10
* Move fixes for >8 indexed fields.Bruce Momjian2000-01-10
* Move INDEX_MAX_KEYS to postgres.h, and make it configurable for users.Bruce Momjian2000-01-10
* Added empty TOASTER files and corrected some minor glitchesJan Wieck1999-12-21
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Make it possible to execute crashed CREATE/DROP commands again.Hiroshi Inoue1999-11-04
* Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane1999-10-25
* Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane1999-10-23
* More config.h cleanups.Bruce Momjian1999-07-17
* More cleanupBruce Momjian1999-07-16
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* This patch should enable 6.5 to build on Motorola 68000 architecture.Bruce Momjian1999-06-10
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-03
* Clean up att_align calculations so that XXXALIGN macrosTom Lane1999-03-25
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* Hello!Bruce Momjian1998-07-03
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-26
* Back out char2-char16 removal. Add later.Bruce Momjian1998-04-07
* The following uuencoded, gzip'd file will ...Bruce Momjian1998-03-30
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* From: "Denis V. Dmitrienko" <denis@null.net>Marc G. Fournier1998-02-24
* Add pg_description table for info on tables, columns, operators, types, and a...Bruce Momjian1997-11-13
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-02
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Remove endian information which is now in port-specific header files.Thomas G. Lockhart1997-07-11
* Include definitions for endian info if not in system includes.Thomas G. Lockhart1997-07-01
* Date/Time updates from Thomas...Marc G. Fournier1997-03-14
* Fix bug: libpq clients (which include libpq-fe.h) won't compile.Bryan Henderson1996-12-10
* include utils/palloc.h as a default include, as its used more often thenMarc G. Fournier1996-11-04
* Add these files to ${SRCDIR}/includeMarc G. Fournier1996-10-31