summaryrefslogtreecommitdiff
path: root/psycopg/notify.h
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year updated to 2021Daniele Varrazzo2021-06-151-1/+1
| | | | | ag -l Copyright | xargs sed -i \ "s/\(.*copyright (C) [0-9]\+\)\(-[0-9]\+\)\?\(.*Psycopg Team.*\)/\1-$(date +%Y)\3/I"
* Copyright bumped to 2020Daniele Varrazzo2020-01-171-0/+1
|
* Copyright year updatedDaniele Varrazzo2019-02-171-1/+1
| | | | | ag -l Copyright | xargs sed -i \ "s/\(.*copyright (C) [0-9]\+\)\(-[0-9]\+\)\?\(.*\)/\1-$(date +%Y)\3/I"
* Notify and Xid objects and types renamed for consistencyDaniele Varrazzo2013-03-201-2/+2
| | | | They were the only objects starting with uppercase. My fault.
* Internal imports simplified.Daniele Varrazzo2010-12-121-4/+0
| | | | | | | | | | .c files only need to import psycopg.h: it will in turn import dependencies from Python and libpq and configure.h. psycopg.h should be the first to be imported, so the basic imports are not required in the .h's As a guideline I'm trying to import from the most specific to the most generic to detect missing imports in the .h's.
* Adding Notify object with payload.Daniele Varrazzo2010-11-051-0/+44