Commit Graph

102 Commits (3522d0eaba5a976f09a48810dd25dff6ab3565df)

Author SHA1 Message Date
Andres Freund 3522d0eaba Deduplicate "invalid input syntax" messages for various types. 7 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Peter Eisentraut 821fb8cdbf Message style fixes 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Alvaro Herrera 9a34123bc3 Make messages mentioning type names more uniform 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Robert Haas cbb2a812d7 Use PG_INT32_MIN instead of reiterating the constant. 9 years ago
Tom Lane ab737f6ba9 Fix Windows portability issue in 23a27b039d. 9 years ago
Tom Lane 23a27b039d Widen query numbers-of-tuples-processed counters to uint64. 9 years ago
Tom Lane aa2387e2fd Improve speed of timestamp/time/date output functions. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Andres Freund 62e2a8dc2c Define integer limits independently from the system definitions. 10 years ago
Andres Freund 83ff1618bc Centralize definition of integer limits. 10 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Robert Haas 2bd9e412f9 Support frontend-backend protocol communication using a shm_mq. 11 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 14 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Tom Lane d1d8462d99 Assorted further cleanup for integer-conversion patch. 15 years ago
Robert Haas 815810ed31 Attempt to fix breakage caused by signed integer conversion patch. 15 years ago
Robert Haas 4fc115b2e9 Speed up conversion of signed integers to C strings. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Bruce Momjian 29dccf5fe0 Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
Neil Conway 7992d0fbca Remove a few places that attempted to define INT_MAX, SCHAR_MAX, and 20 years ago
Bruce Momjian f2f5b05655 Update copyright for 2006. Update scripts. 20 years ago
Bruce Momjian cf17131767 Remove comment on errno=0 lines, but add mention to port/strtol.c function. 20 years ago
Bruce Momjian 8c8c0108e8 Add comment to pg_atoi. 20 years ago
Tom Lane 164442fe7f Rearrange code in pg_atoi() to avoid assuming that isspace() cannot 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Tom Lane 521e8888e9 Undo an unadvertised change in the API of pg_atoi. In all previous 21 years ago
PostgreSQL Daemon 2ff501590b Tag appropriate files for rc3 21 years ago
Tom Lane 4171bb869f Detect overflow in integer arithmetic operators (integer, smallint, and 21 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 21 years ago
Bruce Momjian da9a8649d8 Update copyright to 2004. 21 years ago
Tom Lane b3fcc816ae Add missing casts to unsigned char in recently-added isspace() calls. 22 years ago
Neil Conway e2ded829f6 Revise int2/int4/int8/float4/float8 input routines to allow for 22 years ago
Neil Conway 4553e1d80f Improve the consistency of the error message emitted when rejecting 22 years ago
Neil Conway 192ad63bd7 More janitorial work: remove the explicit casting of NULL literals to a 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Peter Eisentraut feb4f44d29 Message editing: remove gratuitous variations in message wording, standardize 22 years ago
Bruce Momjian f3c3deb7d0 Update copyrights to 2003. 22 years ago
Bruce Momjian 089003fb46 pgindent run. 22 years ago
Tom Lane b6a1d25b0a Error message editing in utils/adt. Again thanks to Joe Conway for doing 22 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Tom Lane 65a34e93c6 Bring comments back in sync with code. 23 years ago