Commit Graph

30422 Commits (f5878cd38fd58f6320dd8416e3ededd44cd76980)
 

Author SHA1 Message Date
Bruce Momjian f5878cd38f Clarifications for 9.0 release notes 16 years ago
Bruce Momjian c107c35df3 Update autovacuum_freeze_max_age documentation to mention that the 16 years ago
Itagaki Takahiro 49b27ab551 Add string functions: concat(), concat_ws(), left(), right(), and reverse(). 16 years ago
Tom Lane b9defe0405 Marginal code cleanup for streaming replication. 16 years ago
Tom Lane e57cd3936f Make pg_archivecleanup log messages more consistent. 16 years ago
Tom Lane 005e427a22 Make an editorial pass over the 9.0 release notes. 16 years ago
Bruce Momjian d8986332cb Document that autovacuum_freeze_max_age is used for pg_clog recycling. 16 years ago
Tom Lane 95cacd1345 Use a non-locale-dependent definition of isspace() in array_in/array_out. 16 years ago
Tom Lane c5d6d5bc6d Improve parallel restore's ability to cope with selective restore (-L option). 16 years ago
Magnus Hagander 5abd2d704d Adjust regression tests for previous commit, that I forgot 16 years ago
Magnus Hagander 946045f04d Add vacuum and analyze counters to pg_stat_*_tables views. 16 years ago
Tom Lane efe2e9a758 Add missing processing of OptTemp in CREATE IF NOT EXISTS variant 16 years ago
Tom Lane 5344945810 Avoid saying "random" when randomness is not actually meant. 16 years ago
Robert Haas a481ff71af Remove the isLocalBuf argument from ReadBuffer_common. 16 years ago
Tom Lane 79dc97a401 Bring some sanity to the trace_recovery_messages code and docs. 16 years ago
Tom Lane 9676b01028 Allow USING and INTO clauses of plpgsql's EXECUTE to appear in either order. 16 years ago
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