| 2009-04-06 | Bruce Momjian | Add unit documentation for various postgresql.conf... | commit | commitdiff | tree | 
| 2009-04-06 | Peter Eisentraut | Add entry in the encoding number to OS name table for... | commit | commitdiff | tree | 
| 2009-04-06 | Bruce Momjian | Properly align equals signs in new postgresql.conf... | commit | commitdiff | tree | 
| 2009-04-06 | Bruce Momjian | Document in postgresql.conf that the default units for | commit | commitdiff | tree | 
| 2009-04-06 | Bruce Momjian | Display postgresql.conf unit options in an easier-to... | commit | commitdiff | tree | 
| 2009-04-06 | Bruce Momjian | Doc change in new patch, stand-alone -> standalone | commit | commitdiff | tree | 
| 2009-04-06 | Bruce Momjian | Add documentation mention of 'check_postgres.pl' in... | commit | commitdiff | tree | 
| 2009-04-06 | Bruce Momjian | Adjust psql tab completion for new \d 'S' flag behavior... | commit | commitdiff | tree | 
| 2009-04-06 | Tom Lane | Document the fact that fuzzystrmatch doesn't work in... | commit | commitdiff | tree | 
| 2009-04-06 | Tom Lane | Correct keywords table for status of COLLATE vs | commit | commitdiff | tree | 
| 2009-04-06 | Teodor Sigaev | Fix 'all at one page bug' in picksplit method of R... | commit | commitdiff | tree | 
| 2009-04-06 | Heikki Linnakangas | Rename the new CREATE DATABASE options to set collation... | commit | commitdiff | tree | 
| 2009-04-05 | Tom Lane | Change cardinality() into a C-code function, instead... | commit | commitdiff | tree | 
| 2009-04-05 | Tom Lane | Make ExecInitExpr build the list of SubPlans found... | commit | commitdiff | tree | 
| 2009-04-05 | Tom Lane | Change EXPLAIN output so that subplans and initplans... | commit | commitdiff | tree | 
| 2009-04-05 | Teodor Sigaev | Fix infinite loop while checking of partial match in... | commit | commitdiff | tree | 
| 2009-04-05 | Tom Lane | Remove a boatload of useless definitions of 'int optres... | commit | commitdiff | tree | 
| 2009-04-05 | Tom Lane | I had always wondered why pg_config.h.win32 claimed... | commit | commitdiff | tree | 
| 2009-04-05 | Tom Lane | Remove contrib/intarray's definitions of the <@ and... | commit | commitdiff | tree | 
| 2009-04-04 | Tom Lane | Hmm, baiji thinks we need explicit 'extern' here. | commit | commitdiff | tree | 
| 2009-04-04 | Tom Lane | Make an attempt at fixing our current Solaris 11 breaka... | commit | commitdiff | tree | 
| 2009-04-04 | Tom Lane | Remove the recently added node types ReloptElem and... | commit | commitdiff | tree | 
| 2009-04-04 | Tom Lane | A session that does not have any live snapshots does... | commit | commitdiff | tree | 
| 2009-04-04 | Tom Lane | Rewrite interval_hash() so that the hashcodes are equal... | commit | commitdiff | tree | 
| 2009-04-04 | Alvaro Herrera | Disallow setting fillfactor for TOAST tables. | commit | commitdiff | tree | 
| 2009-04-04 | Tom Lane | Improve obsolete comment. | commit | commitdiff | tree | 
| 2009-04-04 | Tom Lane | Make \dt \di and friends more consistent about the... | commit | commitdiff | tree | 
| 2009-04-04 | Tom Lane | Minor wordsmithing on descriptions of some \d commands. | commit | commitdiff | tree | 
| 2009-04-03 | Tom Lane | Add missing help output for \ef option.  Andrew Gierth | commit | commitdiff | tree | 
| 2009-04-03 | Tom Lane | Use (unsigned char) cast in argument of pg_tolower... | commit | commitdiff | tree | 
| 2009-04-03 | Tom Lane | Add a comment documenting the question of whether Prefe... | commit | commitdiff | tree | 
| 2009-04-03 | Tom Lane | Defend against possible crash if a plpython function... | commit | commitdiff | tree | 
| 2009-04-03 | Magnus Hagander | Make directory name comparisons on Win32 case insensitive. | commit | commitdiff | tree | 
| 2009-04-02 | Bruce Momjian | Document that Solaris can't use effective_io_concurrenc... | commit | commitdiff | tree | 
| 2009-04-02 | Tom Lane | Refactor ExecProject and associated routines so that... | commit | commitdiff | tree | 
| 2009-04-02 | Bruce Momjian | Revert DTrace patch from Robert Lor | commit | commitdiff | tree | 
| 2009-04-02 | Tom Lane | Minor code beautification/consolidation. | commit | commitdiff | tree | 
| 2009-04-02 | Bruce Momjian | Give a better error message when trying to change | commit | commitdiff | tree | 
| 2009-04-02 | Bruce Momjian | Have PL/pgSQL FETCH set DIAGNOSTICS ROW_COUNT. | commit | commitdiff | tree | 
| 2009-04-02 | Bruce Momjian | Add support for additional DTrace probes. | commit | commitdiff | tree | 
| 2009-04-02 | Teodor Sigaev | Fix memory allocation for output of hstore type. | commit | commitdiff | tree | 
| 2009-04-02 | Bruce Momjian | Do not show information_schema in \d* commands, unless... | commit | commitdiff | tree | 
| 2009-04-02 | Tom Lane | Fix SetClientEncoding() to maintain a cache of previous... | commit | commitdiff | tree | 
| 2009-04-02 | Bruce Momjian | Change psql \d* display so 'S' _or_ a pattern include... | commit | commitdiff | tree | 
| 2009-04-02 | Tom Lane | Fix GUC's reports of assign_hook failure to always... | commit | commitdiff | tree | 
| 2009-04-02 | Tom Lane | plpgsql's exec_simple_cast_value() mistakenly supposed... | commit | commitdiff | tree | 
| 2009-04-01 | Tom Lane | Improve pg_dump's query for retrieving BLOB comments... | commit | commitdiff | tree | 
| 2009-04-01 | Heikki Linnakangas | Update comment to reflect that LC_COLLATE and LC_CTYPE... | commit | commitdiff | tree | 
| 2009-04-01 | Tom Lane | Index some array functions, per Mario Splivalo. | commit | commitdiff | tree | 
| 2009-04-01 | Tom Lane | Remove last references to the crypt auth method, per... | commit | commitdiff | tree | 
| 2009-03-31 | Tom Lane | Fix contrib/pgstattuple and contrib/pageinspect to... | commit | commitdiff | tree | 
| 2009-03-31 | Bruce Momjian | Remove some "Other" sections in the release notes by... | commit | commitdiff | tree | 
| 2009-03-31 | Tom Lane | Modify the relcache to record the temp status of both... | commit | commitdiff | tree | 
| 2009-03-31 | Magnus Hagander | Don't crash initdb when we fail to get the current... | commit | commitdiff | tree | 
| 2009-03-31 | Tom Lane | Add a "relistemp" boolean column to pg_class, which... | commit | commitdiff | tree | 
| 2009-03-31 | Heikki Linnakangas | Fix a rare race condition when commit_siblings > 0... | commit | commitdiff | tree | 
| 2009-03-31 | Bruce Momjian | Update release note introductory description. | commit | commitdiff | tree | 
| 2009-03-31 | Tom Lane | Add PQinitOpenSSL() function to support applications... | commit | commitdiff | tree | 
| 2009-03-31 | Bruce Momjian | More new subsections in release notes. | commit | commitdiff | tree | 
| 2009-03-30 | Bruce Momjian | More release note changes, including a lower level... | commit | commitdiff | tree | 
| 2009-03-30 | Bruce Momjian | More release note adjustments, reordering. | commit | commitdiff | tree | 
| 2009-03-30 | Bruce Momjian | More release note wording improvements;  section order... | commit | commitdiff | tree | 
| 2009-03-30 | Bruce Momjian | Reorder release note sections. | commit | commitdiff | tree | 
| 2009-03-30 | Tom Lane | Fix window function plan generation to cope with volati... | commit | commitdiff | tree | 
| 2009-03-30 | Alvaro Herrera | Update URL to Python bug tracker.  Backpatch to 8.3... | commit | commitdiff | tree | 
| 2009-03-30 | Tom Lane | Fix an oversight in the support for storing/retrieving... | commit | commitdiff | tree | 
| 2009-03-29 | Bruce Momjian | More release note markup. | commit | commitdiff | tree | 
| 2009-03-29 | Bruce Momjian | More release note markup. | commit | commitdiff | tree | 
| 2009-03-29 | Bruce Momjian | Add SGML markup for commands/literal/application/etc... | commit | commitdiff | tree | 
| 2009-03-28 | Bruce Momjian | Consistent 8.4 release note naming for Itagaki Takahiro | commit | commitdiff | tree | 
| 2009-03-28 | Bruce Momjian | Clarify variable naming: pq_initssllib -> pq_init_ssl_lib | commit | commitdiff | tree | 
| 2009-03-28 | Bruce Momjian | Update release notes to say citext is multi-byte aware... | commit | commitdiff | tree | 
| 2009-03-28 | Bruce Momjian | Better document that SET ROLE does not uset ALTER ROLE... | commit | commitdiff | tree | 
| 2009-03-28 | Bruce Momjian | Better document PQinitSSL(0) behavior in regards to... | commit | commitdiff | tree | 
| 2009-03-28 | Tom Lane | Add documentation of the fact that dtrace probes evalua... | commit | commitdiff | tree | 
| 2009-03-27 | Bruce Momjian | Document in release notes that NOT IN is only for NOT... | commit | commitdiff | tree | 
| 2009-03-27 | Tom Lane | On Solaris, we should only force use of our own getopt... | commit | commitdiff | tree | 
| 2009-03-27 | Magnus Hagander | Fix markup, per Devrim | commit | commitdiff | tree | 
| 2009-03-27 | Tom Lane | Add an errdetail explaining why we reject infinite... | commit | commitdiff | tree | 
| 2009-03-27 | Tom Lane | Fix possible failures when a tuplestore switches from... | commit | commitdiff | tree | 
| 2009-03-27 | Tom Lane | Teach reindex_index() to clear pg_index.indcheckxmin... | commit | commitdiff | tree | 
| 2009-03-27 | Heikki Linnakangas | Fix tab completion of ANALYZE VERBOSE <tab>. It was... | commit | commitdiff | tree | 
| 2009-03-27 | Magnus Hagander | Clearify new SSL certificate verification in libpq | commit | commitdiff | tree | 
| 2009-03-27 | Magnus Hagander | Fix release notes about pg_hba changes | commit | commitdiff | tree | 
| 2009-03-27 | Bruce Momjian | Updated release wording, per Greg Stark: | commit | commitdiff | tree | 
| 2009-03-27 | Bruce Momjian | Second batch of release note fixes by Guillaume Smet | commit | commitdiff | tree | 
| 2009-03-27 | Bruce Momjian | Mark Greg as the instigator of the statistics target... | commit | commitdiff | tree | 
| 2009-03-27 | Bruce Momjian | First round of release note changes from Guillaume... | commit | commitdiff | tree | 
| 2009-03-27 | Bruce Momjian | Fix release note attribution: | commit | commitdiff | tree | 
| 2009-03-27 | Bruce Momjian | Improved release notes interval wording: | commit | commitdiff | tree | 
| 2009-03-27 | Bruce Momjian | Remove duplicate interval (fractional seconds) items... | commit | commitdiff | tree | 
| 2009-03-27 | Bruce Momjian | Document that Datestyle no longer controls interval... | commit | commitdiff | tree | 
| 2009-03-26 | Tom Lane | Make pg_standby's maxretries option do what one would... | commit | commitdiff | tree | 
| 2009-03-26 | Peter Eisentraut | Gettext plural support | commit | commitdiff | tree | 
| 2009-03-26 | Tom Lane | Fix a couple of places that still claimed LC_COLLATE... | commit | commitdiff | tree | 
| 2009-03-26 | Tom Lane | Adjust phrasing of complaints about multi-byte COPY... | commit | commitdiff | tree | 
| 2009-03-26 | Tom Lane | If we expect a hash join to be performed in multiple... | commit | commitdiff | tree | 
| 2009-03-26 | Bruce Momjian | Correction:  ansi-join ->anti-join. | commit | commitdiff | tree | 
| 2009-03-26 | Tom Lane | Fix markup so that 'make HISTORY' works.  A couple... | commit | commitdiff | tree | 
| 2009-03-26 | Bruce Momjian | Reorder 8.4 release note sections. | commit | commitdiff | tree | 
| next |