Commit Graph

30406 Commits (f4b4a46f01eca60f4e7a2827cf13ef8bbff5f1f8)
 

Author SHA1 Message Date
Tom Lane f4b4a46f01 Keep exec_simple_check_plan() from thinking "SELECT foo INTO bar" is simple. 16 years ago
Tom Lane 3869e9aecb Be a bit less cavalier with both the code and the comment for UNKNOWN fix. 16 years ago
Heikki Linnakangas ff645bf5ad Revert patch to coerce 'unknown' type parameters in the backend. As Tom 16 years ago
Tom Lane bc7cb8f42c Allocate local buffers in a context of their own, rather than dumping them 16 years ago
Tom Lane e275d16a54 Fix possible corruption of AfterTriggerEventLists in subtransaction rollback. 16 years ago
Peter Eisentraut 3f11971916 Remove extra newlines at end and beginning of files, add missing newlines 16 years ago
Robert Haas d37781fa82 Tidy up a few calls to smrgextend(). 16 years ago
Tom Lane 3573c8346d Reset the per-output-tuple exprcontext each time through the main loop in 16 years ago
Tom Lane 2d8314bd43 Rename utf2ucs() to utf8_to_unicode(), and export it so it can be used 16 years ago
Tom Lane b5565bca11 Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner. 16 years ago
Tom Lane 99848ed7cb Add missing handling of PlannedStmt.transientPlan in copyfuncs/outfuncs. 16 years ago
Heikki Linnakangas ef71375346 Coerce 'unknown' type parameters to the right type in the fixed-params 16 years ago
Michael Meskes 9a8d15bd41 Applied Zoltan's patch to fix a few memleaks in ecpg's pgtypeslib. 16 years ago
Peter Eisentraut 7b243aa666 Revert: looks like Binary Large OBject[sic] wasn't a misspelling 16 years ago
Peter Eisentraut 5194b9d049 Spell and markup checking 16 years ago
Tom Lane ee0e525bfc Arrange to fsync the contents of lockfiles (both postmaster.pid and the 16 years ago
Robert Haas 66b14030e8 Make LockDatabaseObject() AcceptInvalidationMessages(). 16 years ago
Tom Lane b49c879015 Fix psql's copy of utf2ucs() to match the backend's copy exactly; 16 years ago
Tom Lane f0f46ed66a Assorted improvements to backup/restore documentation, per Thom Brown. 16 years ago
Tom Lane 521c26ebf7 Clarify bit numbering in get_bit/set_bit etc. Per gripe from 16 years ago
Tom Lane d915a275c1 Improve pgarchivecleanup documentation, per comments from Satoshi Nagayasu. 16 years ago
Tom Lane 82954d49e4 Avoid unnecessary use of TPS acronym. 16 years ago
Robert Haas 4730a54083 Add link and additional index reference to pgcrypto. 16 years ago
Tom Lane 22d9ddbb35 Fix planner to make a reasonable assumption about the amount of memory space 16 years ago
Tom Lane 41b810fe32 Fix \ef and \sf to not fail on functions with nonnull probin. 16 years ago
Tom Lane b6e06942c6 Add a \sf (show function) command to psql, for those times when you need to 16 years ago
Tom Lane 946b078044 MyBackendId now needs to be PGDLLIMPORT, so that contrib modules can 16 years ago
Robert Haas 27f145a40e Further dtrace adjustments for the backend-IDs-in-relpath patch. 16 years ago
Robert Haas 105d4c5ffe Fix assorted dtrace breakage caused by patch to include backend IDs 16 years ago
Tom Lane 36ba263d8f Clean up failure to use ClosePager() where appropriate in help.c. 16 years ago
Robert Haas debcec7dc3 Include the backend ID in the relpath of temporary relations. 16 years ago
Tom Lane 3f9479ef3f Minor #include cleanup. 16 years ago
Tom Lane a0b7b717a4 Add xml_is_well_formed, xml_is_well_formed_document, xml_is_well_formed_content 16 years ago
Tom Lane 2a7349f030 Fix Assert failure in PushOverrideSearchPath when trying to restore a search 16 years ago
Robert Haas 95ef7cd40d Make RecordTransactionCommit() respect wal_level. 16 years ago
Tom Lane e4155c8483 Fix pg_restore to complain if any arguments remain after parsing the switches 16 years ago
Robert Haas 9b0a86861a Reorder docs on lexical structure slightly for clarity. 16 years ago
Robert Haas 30c22eb8fc Correct sundry errors in Hot Standby-related comments. 16 years ago
Tom Lane 00f76dbffa Get rid of a bunch of dubious error handling code in pgbench by just erroring 16 years ago
Tom Lane 5a4e19abe6 Add the ability to compute per-statement latencies (ie, average execution 16 years ago
Bruce Momjian 47eeb5e662 Back out syntax case changes --- seems they were intentional. 16 years ago
Tom Lane 568e709372 Extend psql's \e and \ef commands so that a line number can be specified, 16 years ago
Bruce Momjian a4a3ef344e Properly lowercase identifiers, uppercase keywords, in doc examples 16 years ago
Heikki Linnakangas c9ae257e23 The sanity check added to array_recv() wa a bit too tight; we must 16 years ago
Robert Haas 741396936e Fix one more incorrect errno definition in the ECPG manual. 16 years ago
Robert Haas ffcd7a1167 Fix incorrect errno definitions in ECPG manual. 16 years ago
Tom Lane c04fd1b9db Remove the arbitrary (and undocumented) limit on the number of parameter=value 16 years ago
Tom Lane 33f43725fb Add three-parameter forms of array_to_string and string_to_array, to allow 16 years ago
Peter Eisentraut 5148a04636 Add some links to tables 16 years ago
Peter Eisentraut 6d5afc2003 <example> is a floating element, so it's use is inappropriate when the 16 years ago