aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/fmgr
Commit message (Expand)AuthorAge
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-08
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* Hi,Bruce Momjian1998-04-06
* Add one-line fix to allow redefining built-in functions.Thomas G. Lockhart1998-03-07
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-11
* fmgr_faddr cleanupBruce Momjian1998-01-31
* Inline fmgr_faddr() for speed.Bruce Momjian1998-01-31
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-31
* Fix for aggreg problem and fmgr.c compile problems.Bruce Momjian1998-01-15
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-15
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-07
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-20
* First clean compile without a "PORTNAME" variable being set...Marc G. Fournier1997-12-20
* More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier1997-12-19
* Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan).Vadim B. Mikheev1997-10-28
* Inline memset() as MemSet().Bruce Momjian1997-09-18
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-12
* 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
* trigger_dynamic()->handle_load() func for loading SPI-triggersVadim B. Mikheev1997-09-01
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian1997-08-12
* Various compile errors concerning overflow due to shifts, unsigned, and bad p...Bruce Momjian1997-07-24
* Remove WIN32 defines. They never worked.Bruce Momjian1997-02-14
* Improvements to the ultrix port, in particular a bunch of compilerMarc G. Fournier1997-02-13
* cleanup for LINUX_ELFBruce Momjian1997-01-10
* More stuff to make it compile on various ports.Bryan Henderson1996-11-27
* Typecasts, etc. to make compile work on AIX. Thanks Darren King..Bryan Henderson1996-11-24
* Quiet compiler warnings.Bryan Henderson1996-11-10
* Makefile cleanup after reorganizationBruce Momjian1996-11-09
* Compile and warning cleanupBruce Momjian1996-11-08
* Simplify make files, add full dependencies.Bryan Henderson1996-10-27
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09