Commit Graph

30435 Commits (13e6d6c5da184abcdfcfc9874ad17ef09f4ea044)
 

Author SHA1 Message Date
Bruce Momjian 13e6d6c5da Remove docs for "Incrementally Updated Backups" because it was of 15 years ago
Tom Lane 9389ac8928 Document filtering dictionaries in textsearch.sgml. 15 years ago
Tom Lane acac35adca Improve hint message for ENOMEM failure from shmget(). 15 years ago
Bruce Momjian 0d812f1966 Update release notes, per comments from Simon Riggs. 15 years ago
Peter Eisentraut c76a4f8dea Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtr 15 years ago
Peter Eisentraut 52ba9a537b Add missing description of reloftype field 15 years ago
Tom Lane 7fc614c698 Docs review for unaccent: fix grammar, markup, etc. 15 years ago
Tom Lane 1dab218a69 Avoid passing signed chars to <ctype.h> functions ... same old 15 years ago
Tom Lane f121c408e2 Update 9.0 release notes for changes since beta4. 15 years ago
Tom Lane 7dc04cd204 Further editing of release notes. 15 years ago
Tom Lane 99ee43c57b Make EXPLAIN show the function call expression of a FunctionScan plan node, 15 years ago
Peter Eisentraut 5c788e7cf5 When in automatic dependency mode, never delete any intermediate 15 years ago
Bruce Momjian b1e2e9c1ef Fix awkward wording in Incrementally Updated Backups docs. 15 years ago
Bruce Momjian f5878cd38f Clarifications for 9.0 release notes 15 years ago
Bruce Momjian c107c35df3 Update autovacuum_freeze_max_age documentation to mention that the 15 years ago
Itagaki Takahiro 49b27ab551 Add string functions: concat(), concat_ws(), left(), right(), and reverse(). 15 years ago
Tom Lane b9defe0405 Marginal code cleanup for streaming replication. 15 years ago
Tom Lane e57cd3936f Make pg_archivecleanup log messages more consistent. 15 years ago
Tom Lane 005e427a22 Make an editorial pass over the 9.0 release notes. 15 years ago
Bruce Momjian d8986332cb Document that autovacuum_freeze_max_age is used for pg_clog recycling. 15 years ago
Tom Lane 95cacd1345 Use a non-locale-dependent definition of isspace() in array_in/array_out. 15 years ago
Tom Lane c5d6d5bc6d Improve parallel restore's ability to cope with selective restore (-L option). 15 years ago
Magnus Hagander 5abd2d704d Adjust regression tests for previous commit, that I forgot 15 years ago
Magnus Hagander 946045f04d Add vacuum and analyze counters to pg_stat_*_tables views. 15 years ago
Tom Lane efe2e9a758 Add missing processing of OptTemp in CREATE IF NOT EXISTS variant 15 years ago
Tom Lane 5344945810 Avoid saying "random" when randomness is not actually meant. 15 years ago
Robert Haas a481ff71af Remove the isLocalBuf argument from ReadBuffer_common. 15 years ago
Tom Lane 79dc97a401 Bring some sanity to the trace_recovery_messages code and docs. 15 years ago
Tom Lane 9676b01028 Allow USING and INTO clauses of plpgsql's EXECUTE to appear in either order. 15 years ago
Tom Lane f4b4a46f01 Keep exec_simple_check_plan() from thinking "SELECT foo INTO bar" is simple. 15 years ago
Tom Lane 3869e9aecb Be a bit less cavalier with both the code and the comment for UNKNOWN fix. 15 years ago
Heikki Linnakangas ff645bf5ad Revert patch to coerce 'unknown' type parameters in the backend. As Tom 15 years ago
Tom Lane bc7cb8f42c Allocate local buffers in a context of their own, rather than dumping them 15 years ago
Tom Lane e275d16a54 Fix possible corruption of AfterTriggerEventLists in subtransaction rollback. 15 years ago
Peter Eisentraut 3f11971916 Remove extra newlines at end and beginning of files, add missing newlines 15 years ago
Robert Haas d37781fa82 Tidy up a few calls to smrgextend(). 15 years ago
Tom Lane 3573c8346d Reset the per-output-tuple exprcontext each time through the main loop in 15 years ago
Tom Lane 2d8314bd43 Rename utf2ucs() to utf8_to_unicode(), and export it so it can be used 15 years ago
Tom Lane b5565bca11 Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner. 15 years ago
Tom Lane 99848ed7cb Add missing handling of PlannedStmt.transientPlan in copyfuncs/outfuncs. 15 years ago
Heikki Linnakangas ef71375346 Coerce 'unknown' type parameters to the right type in the fixed-params 15 years ago
Michael Meskes 9a8d15bd41 Applied Zoltan's patch to fix a few memleaks in ecpg's pgtypeslib. 15 years ago
Peter Eisentraut 7b243aa666 Revert: looks like Binary Large OBject[sic] wasn't a misspelling 15 years ago
Peter Eisentraut 5194b9d049 Spell and markup checking 15 years ago
Tom Lane ee0e525bfc Arrange to fsync the contents of lockfiles (both postmaster.pid and the 15 years ago
Robert Haas 66b14030e8 Make LockDatabaseObject() AcceptInvalidationMessages(). 15 years ago
Tom Lane b49c879015 Fix psql's copy of utf2ucs() to match the backend's copy exactly; 15 years ago
Tom Lane f0f46ed66a Assorted improvements to backup/restore documentation, per Thom Brown. 15 years ago
Tom Lane 521c26ebf7 Clarify bit numbering in get_bit/set_bit etc. Per gripe from 15 years ago
Tom Lane d915a275c1 Improve pgarchivecleanup documentation, per comments from Satoshi Nagayasu. 15 years ago