Commit Graph

675 Commits (31400a673325147e1205326008e32135a78b4d8a)

Author SHA1 Message Date
Noah Misch 537cbd35c8 Prevent privilege escalation in explicit calls to PL validators. 12 years ago
Alvaro Herrera b152c6cd0d Make DROP IF EXISTS more consistently not fail 12 years ago
Bruce Momjian 7e1955b861 docs: update PL/pgSQL docs about the use of := and = 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Robert Haas 37484ad2aa Change the way we mark tuples as frozen. 12 years ago
Heikki Linnakangas dde6282500 Fix more instances of "the the" in comments. 12 years ago
Peter Eisentraut 3e3520cf7a Translation updates 12 years ago
Tom Lane c7b849a896 Prevent leakage of cached plans and execution trees in plpgsql DO blocks. 12 years ago
Peter Eisentraut 001e114b8d Fix whitespace issues found by git diff --check, add gitattributes 12 years ago
Peter Eisentraut 0b109c822b Translation updates 12 years ago
Robert Haas 689746c045 plpgsql: Add new option print_strict_params. 12 years ago
Peter Eisentraut 6a007fa1eb Translation updates 12 years ago
Peter Eisentraut a2f2e902b8 Translation updates 13 years ago
Stephen Frost ddef1a39c6 Allow a context to be passed in for error handling 13 years ago
Tom Lane 3d13623d75 Prevent leakage of SPI tuple tables during subtransaction abort. 13 years ago
Stephen Frost 8312832567 Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQL 13 years ago
Noah Misch 448fee2e23 Make comments reflect that omission of SPI_gettypmod() is intentional. 13 years ago
Noah Misch 7cd9b1371d Expose object name error fields in PL/pgSQL. 13 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 13 years ago
Peter Eisentraut 539ecc9241 Translation updates 13 years ago
Kevin Grittner 3bf3ab8c56 Add a materialized view relations. 13 years ago
Tom Lane fdaf44862b Invent pre-commit/pre-prepare/pre-subcommit events for xact callbacks. 13 years ago
Peter Eisentraut 0cb1fac3b1 Add noreturn attributes to some error reporting functions 13 years ago
Tom Lane 0900ac2d0d Fix plpgsql's reporting of plan-time errors in possibly-simple expressions. 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Tom Lane 31a891857a Improve pl/pgsql to support composite-type expressions in RETURN. 13 years ago
Peter Eisentraut 8521d13194 Refactor flex and bison make rules 13 years ago
Peter Eisentraut 05346c131a PL/pgSQL: rename gram.y to pl_gram.y 13 years ago
Tom Lane bac95fd474 Make plpgsql's unreserved keywords more unreserved. 13 years ago
Alvaro Herrera c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h 14 years ago
Bruce Momjian 1d9a6ae855 Add C comment that '=' is not documented for plpgsql assignment. 14 years ago
Tom Lane 1f115d98b9 Suppress volatile-related warning seen in some compilers. 14 years ago
Robert Haas ed0af33247 Revert temporary patch to debug Windows breakage. 14 years ago
Robert Haas 0635c0b524 Repair plpgsql_validator breakage. 14 years ago
Robert Haas 0a248208a0 Temporary patch to try to debug why event trigger patch broke Windows. 14 years ago
Robert Haas 3a0e4d36eb Make new event trigger facility actually do something. 14 years ago
Peter Eisentraut dd16f9480a Remove unreachable code 14 years ago
Bruce Momjian 042d9ffc28 Run newly-configured perltidy script on Perl files. 14 years ago
Peter Eisentraut 2b44306315 Assorted message style improvements 14 years ago
Peter Eisentraut b344c651fb Make init-po and update-po recursive make targets 14 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 14 years ago
Joe Conway b58bacdacb PL/pgSQL RETURN NEXT was leaking converted tuples, causing 14 years ago
Heikki Linnakangas 49440fff08 Install plpgsql.h to to include/server at "make install". 14 years ago
Tom Lane 05dbd4a773 Fix plpgsql named-cursor-parameter feature for variable name conflicts. 14 years ago
Tom Lane 88a4cb30a4 Fix GET DIAGNOSTICS for case of assignment to function's first variable. 14 years ago
Tom Lane 9dbf2b7d75 Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. 14 years ago
Tom Lane 58a9596ed4 Fix I/O-conversion-related memory leaks in plpgsql. 14 years ago
Tom Lane bef47331b6 Code review for plpgsql fn_signature patch. 14 years ago
Heikki Linnakangas 4c6cedd1b0 Print function signature, not just name, in PL/pgSQL error messages. 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago