Commits

DateSubjectAuthorReleases
2025-08-05 Mop-up for commit e035863c9. Tom Lane 19 (unreleased)
2024-04-03 Invent SERIALIZE option for EXPLAIN. Tom Lane 17.0
2019-07-15 Represent Lists as expansible arrays, not chains of cons-cells. Tom Lane 13.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-03-18 Fix memory leak in printtup.c. Tom Lane 11.3
2019-03-18 Fix memory leak in printtup.c. Tom Lane 12.0
2016-10-11 Drop server support for FE/BE protocol version 1.0. Tom Lane 10.0
2016-08-27 Add macros to make AllocSetContextCreate() calls simpler and safer. Tom Lane 10.0
2016-08-27 Add macros to make AllocSetContextCreate() calls simpler and safer. Tom Lane 9.6.0
2013-11-03 Prevent memory leaks from accumulating across printtup() calls. Tom Lane 9.2.6
2013-11-03 Prevent memory leaks from accumulating across printtup() calls. Tom Lane 9.3.2
2013-11-03 Prevent memory leaks from accumulating across printtup() calls. Tom Lane 9.4.0
2008-11-30 Clean up the API for DestReceiver objects by eliminating the assumption Tom Lane 8.4.0
2006-08-12 Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. Tom Lane 8.2.0
2006-04-05 Fix a bunch of problems with domains by making them use special input functions Tom Lane 8.2.0
2006-04-04 Modify all callers of datatype input and receive functions so that if these Tom Lane 8.2.0
2005-06-22 Fix the mechanism for reporting the original table OID and column number Tom Lane 8.1.0
2005-05-01 Change CREATE TYPE to require datatype output and send functions to have Tom Lane 8.1.0
2005-04-23 Recent changes got the sense of the notnull bit backwards in the 2.0 Tom Lane 8.1.0
2005-04-06 Merge Resdom nodes into TargetEntry nodes to simplify code and save a Tom Lane 8.1.0
2005-03-16 Revise TupleTableSlot code to avoid unnecessary construction and disassembly Tom Lane 8.1.0
2004-06-06 Infrastructure for I/O of composite types: arrange for the I/O routines Tom Lane 8.0.0
2004-06-04 Resurrect heap_deformtuple(), this time implemented as a singly nested Tom Lane 8.0.0
2003-08-06 Rename fields of DestReceiver to avoid collisions with (ill-considered) Tom Lane 7.4.1
2003-07-21 Error message editing in backend/access. Tom Lane 7.4.1