Commits

DateSubjectAuthorReleases
2026-07-01 Fix mismatched deallocation functions Peter Eisentraut master
2026-05-13 Pre-beta mechanical code beautification, step 1: run pgindent. Tom Lane 19 (unreleased)
2026-02-27 Use pg_malloc_object() and pg_alloc_array() variants in frontend code Michael Paquier 19 (unreleased)
2026-02-23 libpq: Grease the protocol by default Jacob Champion 19 (unreleased)
2026-01-26 Fix accidentally cast away qualifiers Peter Eisentraut 19 (unreleased)
2026-01-23 libpq_pipeline: Test the default protocol version Jacob Champion 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-09-03 Make libpq_pipeline.c shorter and more uniform via helper functions. Tom Lane 19 (unreleased)
2025-04-02 libpq: Add min/max_protocol_version connection options Heikki Linnakangas 18.0
2025-03-13 pg_noreturn to replace pg_attribute_noreturn() Peter Eisentraut 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-10-28 Remove unused #include's from contrib, pl, test .c files Peter Eisentraut 18.0
2024-07-02 Convert some extern variables to static Peter Eisentraut 18.0
2024-05-17 Revise GUC names quoting in messages again Peter Eisentraut 17.0
2024-04-07 Support retrieval of results in chunks with libpq. Tom Lane 17.0
2024-03-18 Put libpq_pipeline cancel test back Alvaro Herrera 17.0
2024-03-14 Comment out noisy libpq_pipeline test Alvaro Herrera 17.0
2024-03-13 Hopefully make libpq_pipeline's new cancel test more reliable Alvaro Herrera 17.0
2024-03-12 libpq: Add encrypted and non-blocking query cancellation routines Alvaro Herrera 17.0
2024-03-12 Use printf's %m format instead of strerror(errno) in more places Michael Paquier 17.0
2024-03-11 Add tests for libpq query cancellation APIs Alvaro Herrera 17.0
2024-01-16 libpq: Add PQsendPipelineSync() Michael Paquier 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-10-26 Add trailing commas to enum definitions Peter Eisentraut 17.0
2023-10-03 Fix incorrect format placeholder Peter Eisentraut 17.0