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
1753337cf5
Improve psql's tabular display of wrapped-around data by inserting markers
...
in the formerly-always-blank columns just to left and right of the data.
Different marking is used for a line break caused by a newline in the data
than for a straight wraparound. A newline break is signaled by a "+" in the
right margin column in ASCII mode, or a carriage return arrow in UNICODE mode.
Wraparound is signaled by a dot in the right margin as well as the following
left margin in ASCII mode, or an ellipsis symbol in the same places in UNICODE
mode. "\pset linestyle old-ascii" is added to make the previous behavior
available if anyone really wants it.
In passing, this commit also cleans up a few regression test files that
had unintended spacing differences from the current actual output.
Roger Leigh, reviewed by Gabrielle Roth and other members of PDXPUG.
16 years ago
..
expected
Improve psql's tabular display of wrapped-around data by inserting markers
16 years ago
sql
Fix some more regression tests (missed these because they're only
16 years ago
Makefile
Remove references to READMEs from /contrib Makefiles.
18 years ago
blf.c
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
16 years ago
blf.h
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
16 years ago
crypt-blowfish.c
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
16 years ago
crypt-des.c
"Annual" pgcrypto update from Marko Kreen:
19 years ago
crypt-gensalt.c
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
16 years ago
crypt-md5.c
Remove beer-ware license from crypt-md5.c, per
17 years ago
fortuna.c
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
16 years ago
fortuna.h
Standard pgindent run for 8.1.
20 years ago
imath.c
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
16 years ago
imath.h
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
16 years ago
internal-sha2.c
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
16 years ago
internal.c
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
16 years ago
mbuf.c
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
16 years ago
mbuf.h
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
16 years ago
md5.c
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
16 years ago
md5.h
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
16 years ago
openssl.c
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
16 years ago
pgcrypto.c
Simplify and standardize conversions between TEXT datums and ordinary C
18 years ago
pgcrypto.h
Remove pgcrypto functions that were deprecated and slated for removal.
19 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
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
16 years ago
pgp-compress.c
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
16 years ago
pgp-decrypt.c
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
16 years ago
pgp-encrypt.c
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
16 years ago
pgp-info.c
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
16 years ago
pgp-mpi-internal.c
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
16 years ago
pgp-mpi-openssl.c
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
16 years ago
pgp-mpi.c
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
16 years ago
pgp-pgsql.c
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
16 years ago
pgp-pubdec.c
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
16 years ago
pgp-pubenc.c
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
16 years ago
pgp-pubkey.c
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
16 years ago
pgp-s2k.c
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
16 years ago
pgp.c
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
16 years ago
pgp.h
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
16 years ago
px-crypt.c
Standard pgindent run for 8.1.
20 years ago
px-crypt.h
"Annual" pgcrypto update from Marko Kreen:
19 years ago
px-hmac.c
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
16 years ago
px.c
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
16 years ago
px.h
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
16 years ago
random.c
Add missing 3rd argument to open().
20 years ago
rijndael.c
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
16 years ago
rijndael.h
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
16 years ago
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
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
16 years ago
sha2.h
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
16 years ago
uninstall_pgcrypto.sql
Add CVS version labels to all install/uninstall scripts.
18 years ago