Commit Graph

29202 Commits (63ac5b0b67a5ea23d24ee745397d39fcf1f77bcc)
 

Author SHA1 Message Date
Marc G. Fournier 2f76a4b5a6 Tag 8.4.5 15 years ago
Tom Lane b805be2587 Use a separate interpreter for each calling SQL userid in plperl and pltcl. 15 years ago
Peter Eisentraut 1100d1eaff Translation updates for 8.4.5 15 years ago
Tom Lane b8ba9a2639 Update release notes for releases 9.0.1, 8.4.5, 8.3.12, 8.2.18, 8.1.22, 15 years ago
Tom Lane e8b57bacac Fix another small oversight in command_no_begin patch. 15 years ago
Tom Lane dc9cc887b7 Fix PlaceHolderVar mechanism's interaction with outer joins. 15 years ago
Itagaki Takahiro 2dc2ea81f6 Only DISCARD ALL should be in the command_no_begin list. 15 years ago
Itagaki Takahiro b66c4fb322 Add DISCARD to the command_no_begin list for AUTOCOMMIT=off. 15 years ago
Tom Lane 78b0a0d8c0 Further fixes to the pg_get_expr() security fix in back branches. 15 years ago
Tom Lane 76833aeab9 Still more .gitignore cleanup. 15 years ago
Robert Haas 328539fb9a Add contrib/xml2/pgxml.sql to .gitignore 15 years ago
Tom Lane 63dcb4526f Prevent show_session_authorization from crashing when session_authorization 15 years ago
Tom Lane cd198f81f3 Avoid sharing subpath list structure when flattening nested AppendRels. 15 years ago
Heikki Linnakangas be622060dd Initialize tableoid field correctly when dumping foreign data wrappers and 15 years ago
Tom Lane fcb2326180 Re-allow input of Julian dates prior to 0001-01-01 AD. 15 years ago
Tom Lane 41b04faf7d More fixes for libpq's .gitignore file. 15 years ago
Tom Lane 37d52ddeb5 Do some copy-editing on the Git usage docs. 15 years ago
Tom Lane c69bdbd50f Fix documentation gitignore for pre-9.0 doc build methods. 15 years ago
Tom Lane 316a689320 Some more gitignore cleanups: cover contrib and PL regression test outputs. 15 years ago
Magnus Hagander 2792c82ba9 Add gitignore files for ecpg regression tests. 15 years ago
Magnus Hagander 35b2f93e71 Remove anonymous cvs instructions, and replace them with instructions 15 years ago
Magnus Hagander 40f34ec4fd Convert cvsignore to gitignore, and add .gitignore for build targets. 15 years ago
Tom Lane c6299515c5 Back-patch replacement of README.CVS with README.git. 15 years ago
Magnus Hagander 0af6a873c5 Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on Win32, 15 years ago
Tom Lane e0664d5cdc Fix up flushing of composite-type typcache entries to be driven directly by 16 years ago
Tom Lane 27fddbadc4 Reduce PANIC to ERROR in some occasionally-reported btree failure cases. 16 years ago
Tom Lane d321ff10c1 Remove obsolete remark that PQprepare() is more flexible than PREPARE. 16 years ago
Tom Lane 27c6b589c0 Update time zone data files to tzdata release 2010l: DST law changes in 16 years ago
Tom Lane bb70ac8e0f Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRF 16 years ago
Peter Eisentraut 7499831ce6 Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtr 16 years ago
Tom Lane 01faed3678 Improve parallel restore's ability to cope with selective restore (-L option). 16 years ago
Tom Lane affcd50e40 Allow USING and INTO clauses of plpgsql's EXECUTE to appear in either order. 16 years ago
Tom Lane a1bde80db4 Keep exec_simple_check_plan() from thinking "SELECT foo INTO bar" is simple. 16 years ago
Tom Lane f958310a85 Be a bit less cavalier with both the code and the comment for UNKNOWN fix. 16 years ago
Heikki Linnakangas 075abb1787 Revert patch to coerce 'unknown' type parameters in the backend. As Tom 16 years ago
Tom Lane fd91b7d39a Fix possible corruption of AfterTriggerEventLists in subtransaction rollback. 16 years ago
Tom Lane 8a288694f5 Add missing handling of PlannedStmt.transientPlan in copyfuncs/outfuncs. 16 years ago
Michael Meskes b9b65b7417 Applied Zoltan's patch to fix a few memleaks in ecpg's pgtypeslib. 16 years ago
Peter Eisentraut 0b77050e84 Backpatch some blatant spelling mistakes 16 years ago
Tom Lane e74ced85dc Arrange to fsync the contents of lockfiles (both postmaster.pid and the 16 years ago
Tom Lane 00fb7f5e58 Fix psql's copy of utf2ucs() to match the backend's copy exactly; 16 years ago
Robert Haas 7f4de11c29 Add link and additional index reference to pgcrypto. 16 years ago
Tom Lane 286fa73471 Fix planner to make a reasonable assumption about the amount of memory space 16 years ago
Tom Lane dd56a9d6ed Fix Assert failure in PushOverrideSearchPath when trying to restore a search 16 years ago
Robert Haas 86003b80cb Fix one more incorrect errno definition in the ECPG manual. 16 years ago
Robert Haas 64ddabc848 Fix incorrect errno definitions in ECPG manual. 16 years ago
Robert Haas 206a42a7eb Use double quotes rather than double quotes for libpq target anchors. 16 years ago
Tom Lane 63c232b505 Fix incorrect logic in plpgsql for cleanup after evaluation of non-simple 16 years ago
Robert Haas 4e49ea084e Provide stable target anchors for libpq functions. 16 years ago
Peter Eisentraut ec31e97210 Fix indexterm spelling 16 years ago