aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/name.c
Commit message (Expand)AuthorAge
* Indexing support for pattern matching operations via separate operatorPeter Eisentraut2003-05-15
* COPY BINARY uses the new binary I/O routines. Update a few more datatypesTom Lane2003-05-09
* Prevent coredump in current_schemas() if someone has just deleted aTom Lane2003-04-27
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-10
* Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane2003-02-09
* pgindent run.Bruce Momjian2002-09-04
* Modify array operations to include array's element type OID in theTom Lane2002-08-26
* Update copyright to 2002.Bruce Momjian2002-06-20
* Patch for current_schemas to optionally include implicit ...Bruce Momjian2002-06-15
* make namein multibyte awareTatsuo Ishii2002-06-13
* Katherine Ward wrote:Jan Wieck2002-06-11
* Support temporary setting of search path during CREATE SCHEMA; thisTom Lane2002-05-17
* Add current_schema() and current_schemas() inquiry functions.Tom Lane2002-04-26
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Implement differentiation between CURRENT_USER and SESSION_USER as per SQL.Peter Eisentraut2000-09-19
* More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane2000-08-03
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add:Bruce Momjian2000-01-26
* added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut2000-01-22
* Fix for bool casting.Bruce Momjian1999-11-25
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-14
* pgindent run over code.Bruce Momjian1999-05-25
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* 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
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* Ensure string is completely null padded on input (as advertised).Thomas G. Lockhart1998-05-29
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian1997-10-25
* 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
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* Now that names are null terminated, no need to do all that NAMEDATALEN stuff.Bruce Momjian1997-08-18
* Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian1997-08-12
* Cleanup for NAMEDATALEN use.Bruce Momjian1997-08-03
* Date/Time updates from Thomas...Marc G. Fournier1997-03-14
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09