You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tom Lane
cd00406774
Replace time_t with pg_time_t (same values, but always int64) in on-disk
...
data structures and backend internal APIs. This solves problems we've seen
recently with inconsistent layout of pg_control between machines that have
32-bit time_t and those that have already migrated to 64-bit time_t. Also,
we can get out from under the problem that Windows' Unix-API emulation is not
consistent about the width of time_t.
There are a few remaining places where local time_t variables are used to hold
the current or recent result of time(NULL). I didn't bother changing these
since they do not affect any cross-module APIs and surely all platforms will
have 64-bit time_t before overflow becomes an actual risk. time_t should
be avoided for anything visible to extension modules, however.
18 years ago
..
expected
Fix a few contrib regression test scripts that hadn't gotten the word
18 years ago
sql
Fix a few contrib regression test scripts that hadn't gotten the word
18 years ago
Makefile
Remove references to READMEs from /contrib Makefiles.
18 years ago
blf.c
pgindent run for 8.3.
18 years ago
blf.h
pgindent run for 8.3.
18 years ago
crypt-blowfish.c
pgindent run for 8.3.
18 years ago
crypt-des.c
"Annual" pgcrypto update from Marko Kreen:
20 years ago
crypt-gensalt.c
pgindent run for 8.2.
19 years ago
crypt-md5.c
pgindent run for 8.2.
19 years ago
fortuna.c
pgindent run for 8.2.
19 years ago
fortuna.h
Standard pgindent run for 8.1.
20 years ago
imath.c
Silence Solaris compiler warning, per buildfarm.
19 years ago
imath.h
pgindent run for 8.3.
18 years ago
internal-sha2.c
pgindent run for 8.2.
19 years ago
internal.c
Replace time_t with pg_time_t (same values, but always int64) in on-disk
18 years ago
mbuf.c
Get rid of overly cute, unportable, probably not very efficient substitute
19 years ago
mbuf.h
Standard pgindent run for 8.1.
20 years ago
md5.c
Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be
19 years ago
md5.h
Standard pgindent run for 8.1.
20 years ago
openssl.c
pgindent run for 8.3.
18 years ago
pgcrypto.c
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
19 years ago
pgcrypto.h
Remove pgcrypto functions that were deprecated and slated for removal.
20 years ago
pgcrypto.sql.in
Add CVS version labels to all install/uninstall scripts.
18 years ago
pgp-armor.c
Standard pgindent run for 8.1.
20 years ago
pgp-cfb.c
Standard pgindent run for 8.1.
20 years ago
pgp-compress.c
pgindent run for 8.3.
18 years ago
pgp-decrypt.c
Re-run pgindent, fixing a problem where comment lines after a blank
20 years ago
pgp-encrypt.c
Standard pgindent run for 8.1.
20 years ago
pgp-info.c
Standard pgindent run for 8.1.
20 years ago
pgp-mpi-internal.c
pgindent run for 8.2.
19 years ago
pgp-mpi-openssl.c
Standard pgindent run for 8.1.
20 years ago
pgp-mpi.c
Standard pgindent run for 8.1.
20 years ago
pgp-pgsql.c
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
19 years ago
pgp-pubdec.c
Standard pgindent run for 8.1.
20 years ago
pgp-pubenc.c
Standard pgindent run for 8.1.
20 years ago
pgp-pubkey.c
Standard pgindent run for 8.1.
20 years ago
pgp-s2k.c
Standard pgindent run for 8.1.
20 years ago
pgp.c
Standard pgindent run for 8.1.
20 years ago
pgp.h
Standard pgindent run for 8.1.
20 years ago
px-crypt.c
Standard pgindent run for 8.1.
20 years ago
px-crypt.h
"Annual" pgcrypto update from Marko Kreen:
20 years ago
px-hmac.c
More pgcrypto fixes: avoid bogus alignment assumptions in sha2,
21 years ago
px.c
pgindent run for 8.3.
18 years ago
px.h
Fix combo_decrypt() to throw an error for zero-length input when using a
19 years ago
random.c
Add missing 3rd argument to open().
20 years ago
rijndael.c
Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be
19 years ago
rijndael.h
…
rijndael.tbl
…
sha1.c
Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be
19 years ago
sha1.h
make sure the $Id tags are converted to $PostgreSQL as well ...
22 years ago
sha2.c
pgindent run for 8.3.
18 years ago
sha2.h
"Annual" pgcrypto update from Marko Kreen:
20 years ago
uninstall_pgcrypto.sql
Add CVS version labels to all install/uninstall scripts.
18 years ago