Commits

DateSubjectAuthorReleases
2026-05-13 Pre-beta mechanical code beautification, step 1: run pgindent. Tom Lane 19 (unreleased)
2010-01-07 Remove all the special-case code for INT64_IS_BUSTED, per decision that Tom Lane 9.0.0
2009-03-02 When we are in error recursion trouble, arrange to suppress translation and Tom Lane 7.4.25
2009-03-02 When we are in error recursion trouble, arrange to suppress translation and Tom Lane 8.0.21
2009-03-02 When we are in error recursion trouble, arrange to suppress translation and Tom Lane 8.1.17
2009-03-02 When we are in error recursion trouble, arrange to suppress translation and Tom Lane 8.2.13
2009-03-02 When we are in error recursion trouble, arrange to suppress translation and Tom Lane 8.3.7
2009-03-02 When we are in error recursion trouble, arrange to suppress translation and Tom Lane 8.4.0
2007-04-06 Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be Tom Lane 8.3.0
2007-02-27 Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). Tom Lane 8.3.0
2006-07-14 Fix a passel of recently-committed violations of the rule 'thou shalt Tom Lane 8.2.0
2005-09-24 Suppress signed-vs-unsigned-char warnings. Tom Lane 8.1.0
2005-09-24 In a machine where INT64_IS_BUSTED, we can only support 32-bit values Tom Lane 8.1.0
2003-07-22 Error message editing in backend/libpq, backend/postmaster, backend/tcop. Tom Lane 7.4.1
2003-05-09 COPY BINARY uses the new binary I/O routines. Update a few more datatypes Tom Lane 7.4.1
2003-05-09 Binary send/receive routines for a few basic datatypes --- enough for Tom Lane 7.4.1
2003-05-08 Update 3.0 protocol support to match recent agreements about how to Tom Lane 7.4.1
2003-04-22 Another round of protocol changes. Backend-to-frontend messages now all Tom Lane 7.4.1
2003-04-19 Second round of FE/BE protocol changes. Frontend->backend messages now Tom Lane 7.4.1
2003-04-02 Whack getaddrinfo() patch around until it works, more or less, on Tom Lane 7.4.1
2002-09-04 Guard against send-lots-and-lots-of-data DoS attack from unauthenticated Tom Lane 7.3.1
2002-08-29 Remove support for version-0 FE/BE protocol, per pghackers discussion. Tom Lane 7.3.1
2002-03-04 Further work on elog cleanup: fix some bogosities in elog's logic about Tom Lane 7.3.1
2001-12-04 Change appendStringInfoChar to appendStringInfoCharMacro in a couple of Tom Lane 7.2.1
2001-04-16 Remove error report from pq_endmessage when pq_putmessage fails. The Tom Lane 7.1.1