Commit Graph

36 Commits (72eab84a565cbc0677bf8907cd4bfaddf064bd64)

Author SHA1 Message Date
Amit Kapila e0487223ec Make the order of the header file includes consistent. 6 years ago
Peter Eisentraut a63c84e59a Fix some compiler warnings on older compilers 6 years ago
Peter Eisentraut 604bd36711 PG_FINALLY 6 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 7 years ago
Tom Lane be76af171c Initial pgindent run for v12. 7 years ago
Peter Eisentraut fc22b6623b Generated columns 7 years ago
Andres Freund a9c35cf85c Change function call information to be variable length. 7 years ago
Tom Lane bdf46af748 Post-feature-freeze pgindent run. 8 years ago
Peter Eisentraut 33803f67f1 Support INOUT arguments in procedures 8 years ago
Tom Lane a852cfe967 Fix uninitialized-variable compiler warning induced by commit e4128ee76. 8 years ago
Peter Eisentraut e4128ee767 SQL procedures 8 years ago
Peter Eisentraut c7f5c58e1c PL/Python: Fix remaining scan-build warnings 8 years ago
Peter Eisentraut d0aa965c0a Consistently catch errors from Python _New() functions 8 years ago
Tom Lane 687f096ea9 Make PL/Python handle domain-type conversions correctly. 8 years ago
Andres Freund 2cd7084524 Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). 9 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 9 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 9 years ago
Tom Lane e3860ffa4d Initial pgindent run with pg_bsd_indent version 2.0. 9 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 9 years ago
Kevin Grittner 5ebeb579b9 Follow-on cleanup for the transition table patch. 9 years ago
Tom Lane 1833f1a1c3 Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection. 9 years ago
Tom Lane de4026c673 Use heap_modify_tuple not SPI_modifytuple in pl/python triggers. 9 years ago
Heikki Linnakangas 510e1b8ecf Give a hint, when [] is incorrectly used for a composite type in array. 9 years ago
Tom Lane 1d2fe56e42 Fix PL/Python for recursion and interleaved set-returning functions. 10 years ago
Tom Lane 8c75ad436f Fix memory leaks in PL/Python. 10 years ago
Tom Lane 09cecdf285 Fix a number of places that produced XX000 errors in the regression tests. 11 years ago
Alvaro Herrera 91539c5698 Fix thinko in plpython error message 11 years ago
Tom Lane 8b6010b835 Improve support for composite types in PL/Python. 12 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Tom Lane 2d5e0f07de Fix refcounting bug in PLy_modify_tuple(). 12 years ago
Alvaro Herrera c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h 14 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 14 years ago
Peter Eisentraut ba3e4157a7 PL/Python: Accept strings in functions returning composite types 14 years ago
Tom Lane ed75380bda Create a stack of pl/python "execution contexts". 14 years ago
Peter Eisentraut f9de1e9a96 PL/Python: Add argument names to function declarations 14 years ago
Peter Eisentraut 147c248254 Split plpython.c into smaller pieces 14 years ago