index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
port
/
getopt_long.c
Age
Commit message (
Expand
)
Author
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2014-09-10
Add support for optional_argument to our own getopt_long() implementation.
Andres Freund
2014-05-06
pgindent run for 9.4
Bruce Momjian
2010-12-16
Remove optreset from src/port/ implementations of getopt and getopt_long.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-04-05
Remove a boatload of useless definitions of 'int optreset'. If we
Tom Lane
2007-03-26
Remove advertising clause from Berkeley BSD-licensed files, per
Bruce Momjian
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-07-28
Fix a whole bunch of #includes that were either wrong or redundant.
Tom Lane
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-08-04
pgindent run.
Bruce Momjian
2003-01-06
Use our own version of getopt_long() if the OS doesn't have one.
Peter Eisentraut