summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/name.c
Commit message (Expand)AuthorAgeFilesLines
* More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane2000-08-031-44/+54
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-2/+3
* Add:Bruce Momjian2000-01-261-2/+3
* added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut2000-01-221-12/+12
* Fix for bool casting.Bruce Momjian1999-11-251-2/+2
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-18/+18
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Final cleanup.Bruce Momjian1999-07-161-1/+1
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-3/+1
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-141-1/+2
* pgindent run over code.Bruce Momjian1999-05-251-1/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-081-1/+3
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-2/+2
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-26/+26
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-3/+1
* Ensure string is completely null padded on input (as advertised).Thomas G. Lockhart1998-05-291-1/+8
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-2/+2
* Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian1997-10-251-3/+3
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-8/+8
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-9/+9
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-112/+130
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-1/+7
* Now that names are null terminated, no need to do all that NAMEDATALEN stuff.Bruce Momjian1997-08-181-2/+3
* Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian1997-08-121-6/+4
* Cleanup for NAMEDATALEN use.Bruce Momjian1997-08-031-4/+4
* Date/Time updates from Thomas...Marc G. Fournier1997-03-141-18/+18
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+198