Commit Graph

30461 Commits (c89a1198f90924ecdcc0f7e4cdd2e307e66ff856)
 

Author SHA1 Message Date
Tom Lane c89a1198f9 9.1alpha1 release notes. 15 years ago
Tom Lane 9b3c19d8f2 Clean up description of ecpg's dtcvfmtasc function. 15 years ago
Tom Lane f3b330ec01 Clean up some bad grammar and punctuation in description of ecpg's decimal 15 years ago
Tom Lane 9513918c6c Fix up flushing of composite-type typcache entries to be driven directly by 15 years ago
Robert Haas f3c903f867 Fix typo. Pointed out by Kevin Grittner. 15 years ago
Tom Lane 21076076e9 Clarify documentation of handling of null arguments for aggregates. 15 years ago
Tom Lane 4ff6856cb1 Improve release notes' description of Teodor's fixes for polygon overlaps 15 years ago
Alvaro Herrera e4b96380c3 Add missing markup for translatability 15 years ago
Tom Lane 174a51332f Cosmetic fixes for KnownAssignedXidsGetOldestXmin, per Fujii Masao. 15 years ago
Tom Lane eb36d1ad51 Fix oversight in RelFileNodeBackend patch: CreateFakeRelcacheEntry needs to 15 years ago
Simon Riggs ac791d3ca1 Fix misleading DEBUG2 issued during RemoveOldXlogFiles() 15 years ago
Simon Riggs e72f15ed60 Truncate subtrans after each restartpoint. 15 years ago
Simon Riggs e24d1dc069 Teach GetOldestXmin() about KnownAssignedXids during recovery. 15 years ago
Heikki Linnakangas e1cc96dbf0 Fix typo in comment. 15 years ago
Tom Lane 8fa30f906b Reduce PANIC to ERROR in some occasionally-reported btree failure cases. 15 years ago
Tom Lane a9a999bc1a Remove obsolete remark that PQprepare() is more flexible than PREPARE. 15 years ago
Robert Haas 462583be1c Insert additional compiler placation into objectaddress.c. 15 years ago
Peter Eisentraut 2355b69b1e Small refactoring of makeVar() from a TargetEntry 15 years ago
Robert Haas c10575ff00 Rewrite comment code for better modularity, and add necessary locking. 15 years ago
Tom Lane 73b3bd5574 Document the existence of the socket lock file under unix_socket_directory, 15 years ago
Tom Lane 4832291655 Explain automatic creation (or lack of it) of indexes for the various types 15 years ago
Tom Lane 16567b0581 Update time zone data files to tzdata release 2010l: DST law changes in 15 years ago
Alvaro Herrera 7788b76acd Improve wording for privilege description on certain failure messages; the 15 years ago
Alvaro Herrera 3a1b51de19 Remove duplicate translatable phrase 15 years ago
Tom Lane db2d9c602c Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRF 15 years ago
Tom Lane 39ce62b110 Don't auto-create the subdirectories holding built documentation in a VPATH 15 years ago
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