summaryrefslogtreecommitdiff
path: root/src/bin/scripts/createlang.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Add a -w/--no-password option that prevents all password prompts to allPeter Eisentraut2009-02-261-6/+11
* Sort the output of --help mostly alphabetical, make it align better, makePeter Eisentraut2009-02-251-3/+4
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-111-2/+2
* In psql, rename trans_* variables to translate_*, for clarity.Bruce Momjian2008-07-141-4/+4
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Improve the method of localizing column names and other fixed strings inTom Lane2007-12-121-2/+7
* Make documentation of -W options more accurate and uniform.Tom Lane2007-12-111-2/+2
* Fix unintended change of output format for createlang/droplang -l. MissedTom Lane2007-08-101-1/+3
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* Add PQclear() calls, for completeness (exits shortly anyway).Bruce Momjian2006-05-291-1/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-6/+6
* Implement a preliminary 'template' facility for procedural languages,Tom Lane2005-09-051-129/+5
* Make createlang and droplang proof against weird search_path settingsTom Lane2005-08-151-17/+29
* This patch implements putting language handlers for the optional PLsBruce Momjian2005-07-101-12/+26
* Add a validator function for plperl. Andrew DunstanTom Lane2005-06-221-1/+3
* Add -L option to psql to log sessions.Bruce Momjian2005-06-141-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir)Bruce Momjian2004-06-031-2/+2
* Remove init_nls() functions, call set_pglocale() directly.Bruce Momjian2004-06-011-2/+3
* Make the locale location relocatable.Bruce Momjian2004-05-251-2/+2
* Rename find_my_binary/find_other_binary toBruce Momjian2004-05-121-2/+2
* Create a validator for plpgsql, so that some minimal syntax checkingTom Lane2004-03-191-4/+30
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* pgindent run.Bruce Momjian2003-08-041-10/+10
* Apply message style guide to frontend programs.Peter Eisentraut2003-07-231-5/+5
* Rename plpython to plpythonu, and update documentation to reflect itsTom Lane2003-06-301-4/+4
* Document the -h client flag can use a socket directory as well as a hostBruce Momjian2003-06-111-2/+2
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-141-2/+2
* Reimplement create and drop scripts in C, to reduce repetitivePeter Eisentraut2003-03-181-0/+286