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
/
crypt.c
Age
Commit message (
Expand
)
Author
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2014-10-13
Suppress dead, unportable src/port/crypt.c code.
Noah Misch
2014-05-06
pgindent run for 9.4
Bruce Momjian
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-07-06
pgindent run for 9.0, second run
Bruce Momjian
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2006-03-11
Add CVS tag lines to files that were lacking them.
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
2005-05-25
Add parentheses to macros when args are used in computations. Without
Bruce Momjian
2004-10-05
License cleanup: crypt.c and qsort.c to latest NetBSD CVS sources, to
Neil Conway
2004-10-04
Fix warnings from crypt.c compile.
Bruce Momjian
2004-10-04
Comment out unused variable.
Bruce Momjian
2004-09-27
Remove inclusion of windows.h now that it is included in c.h, per idea
Bruce Momjian
2003-08-04
pgindent run.
Bruce Momjian
2003-06-12
Attached is the complete diff against current CVS.
Bruce Momjian
2003-06-12
Back out patch that got bundled into another patch.
Bruce Momjian
2003-06-12
New patch with corrected README attached.
Bruce Momjian
2003-05-10
More crypt() cleanup.
Bruce Momjian
2003-05-10
Remove HPUX 9 rint() test.
Bruce Momjian
2003-05-09
Add crypt() to /port for Win32.
Bruce Momjian