summaryrefslogtreecommitdiff
path: root/src/backend/utils/fmgr
Commit message (Expand)AuthorAgeFilesLines
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-012-14/+14
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-192-10/+11
* Remove un-needed braces around single statements.Bruce Momjian1998-06-152-24/+2
* Hi,Bruce Momjian1998-04-061-13/+3
* Add one-line fix to allow redefining built-in functions.Thomas G. Lockhart1998-03-071-1/+2
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-36/+40
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-111-3/+3
* fmgr_faddr cleanupBruce Momjian1998-01-311-4/+1
* Inline fmgr_faddr() for speed.Bruce Momjian1998-01-311-9/+3
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-311-2/+2
* Fix for aggreg problem and fmgr.c compile problems.Bruce Momjian1998-01-151-4/+4
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-151-95/+98
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-072-19/+19
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-052-19/+19
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-201-5/+1
* First clean compile without a "PORTNAME" variable being set...Marc G. Fournier1997-12-201-2/+3
* More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier1997-12-191-4/+6
* Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan).Vadim B. Mikheev1997-10-281-11/+96
* Inline memset() as MemSet().Bruce Momjian1997-09-181-2/+2
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-121-3/+3
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-5/+5
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-082-115/+116
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-072-394/+437
* trigger_dynamic()->handle_load() func for loading SPI-triggersVadim B. Mikheev1997-09-011-1/+13
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-1/+3
* Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian1997-08-121-3/+3
* Various compile errors concerning overflow due to shifts, unsigned, and bad p...Bruce Momjian1997-07-241-2/+2
* Remove WIN32 defines. They never worked.Bruce Momjian1997-02-141-12/+2
* Improvements to the ultrix port, in particular a bunch of compilerMarc G. Fournier1997-02-131-1/+4
* cleanup for LINUX_ELFBruce Momjian1997-01-101-4/+4
* More stuff to make it compile on various ports.Bryan Henderson1996-11-271-1/+2
* Typecasts, etc. to make compile work on AIX. Thanks Darren King..Bryan Henderson1996-11-241-2/+2
* Quiet compiler warnings.Bryan Henderson1996-11-101-2/+2
* Makefile cleanup after reorganizationBruce Momjian1996-11-091-2/+1
* Compile and warning cleanupBruce Momjian1996-11-081-2/+2
* Simplify make files, add full dependencies.Bryan Henderson1996-10-272-15/+45
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-093-0/+538