summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/bit.out
Commit message (Expand)AuthorAgeFilesLines
* Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier2023-02-281-20/+20
* Convert a few more datatype input functions to report errors softly.Tom Lane2022-12-141-0/+61
* Add bit_count SQL functionPeter Eisentraut2021-03-231-0/+13
* Fix integer-overflow corner cases in substring() functions.Tom Lane2021-01-041-0/+29
* Fix bitshiftright()'s zero-padding some more.Tom Lane2019-10-041-0/+66
* Fix failure to zero-pad the result of bitshiftright().Tom Lane2019-09-221-0/+66
* Remove ruleutils.c's special case for BIT [VARYING] literals.Tom Lane2018-09-111-0/+23
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-7/+7
* Add get_bit/set_bit functions for bit strings, paralleling those for bytea,Tom Lane2010-01-251-0/+40
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-271-6/+6
* Allow bit string constants without fully-specified length declaration.Thomas G. Lockhart2002-08-041-6/+6
* Make bit and bit varying types reject too long input. (They already triedPeter Eisentraut2001-05-221-78/+59
* Bit string regression testPeter Eisentraut2000-11-221-0/+530