index
:
users/andresfreund/postgres.git
REL9_2_STABLE-rwlock-contention
aio
bdr
bdr-next
bgwriter-rewrite
cabal-rebasing
checkpoint-flush
clone-fd-checkpointer
commit_ts
executor-rewrite
faster-expr-2
faster-hashtable
feature/hs-cancel-subtxn
feature/hs-cleanup
feature/hs-idle-query-cancellation
feature/idle-query-cancellation
header
hs-query-cancel
insert_conflict_4
insert_on_conflict
int/fastbloat
int/grouping_sets
int/grouping_sets_2
jit
jit-01
jsonb_and_hstore
latch
llvm-12
master
move-contrib-bins-to-bin
no-work-in-signal-handlers
oidnix
pgxact-split
pluggable-storage
pluggable-zheap
pluggable_compression
replication-identifiers
rwlock-contention
rwlock-contention-clean
sane-catalog
seqam-0.2
simple_statement_perf
speedup/frontend_protocol
speedup/slab2
speedup/slab2-experimental
tmp
tmp-insert-sgml-doc-fix
tmp-multixact-truncate
tmp2
xlogreader
Andres' PG stuff
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pgcrypto
/
random.c
Age
Commit message (
Expand
)
Author
2014-05-06
pgindent run for 9.4
Bruce Momjian
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2006-06-08
Add missing 3rd argument to open().
Bruce Momjian
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-07-18
Small cleanups for pgcrypto. Marko Kreen
Tom Lane
2005-07-11
Further tweaking of Win32-specific random code. Marko Kreen
Tom Lane
2005-07-11
I forgot to update win32 code when doing a renaming in random.c.
Tom Lane
2005-07-11
More pgcrypto fixes: avoid bogus alignment assumptions in sha2,
Tom Lane
2005-07-10
- Add Fortuna PRNG to pgcrypto.
Bruce Momjian
2005-03-21
pgcrypto update:
Neil Conway
2005-03-21
pgcrypto update:
Neil Conway
2004-11-23
Prevent pgcrypto from successfully compiling if no valid random source
Neil Conway
2003-11-29
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-03-10
This patch fixes a bunch of spelling mistakes in comments throughout the
Tom Lane
2001-11-05
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-10-28
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-25
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-09-29
Found type mismatch in random.c. Please apply this also.
Bruce Momjian
2001-09-23
Big thanks to Solar Designer who pointed out a bug in bcrypt
Bruce Momjian