2009-04-09 |
Bruce Momjian | No more need to update FAQs. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Peter Eisentraut | Add URL for config.guess/sub updates |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Peter Eisentraut | Update config.guess and config.sub |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Tom Lane | Update time zone data files to tzdata release 2009e... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Peter Eisentraut | Translation updates for 8.4 beta |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Tom Lane | Update GIN limitations documentation to match current... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Tom Lane | Remove SQL-compatibility function cardinality(). It... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Bruce Momjian | Improve documentation about how checkpoint spreads... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Tom Lane | Treat EOF like \n for line-counting purposes in ParseCo... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Tom Lane | Fix the plpgsql memory leak exhibited in bug #4677... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Tom Lane | Remove psql's ancient hack that suppressed functions... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Tom Lane | Allow leading and trailing spaces around NaN in numeric_in. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Peter Eisentraut | XMLATTRIBUTES() should send the attribute values through |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Heikki Linnakangas | Quote string literals correctly in the new CREATE SERVE... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Heikki Linnakangas | Oops, mustn't call textdomain() when compiling without... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Heikki Linnakangas | Tell gettext which codeset to use by calling bind_textd... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Bruce Momjian | Improve tab completion for \ef. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Bruce Momjian | Revert addition of units to GUC descriptions; doesn... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Bruce Momjian | Disable effective_io_concurrency on Solaris because... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Bruce Momjian | More GUC units doc updates. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Bruce Momjian | Add attribution for: |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Bruce Momjian | Add release note item: |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Bruce Momjian | Remove FAQ and FAQ_DEV ASCII and HTML files from CVS... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Magnus Hagander | Support Perl 5.10 and TCL 8.5 in MSVC builds. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Tom Lane | Remove useless (leftover?) extern declaration. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Tom Lane | Defend against non-ASCII letters in fuzzystrmatch code... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Bruce Momjian | Add doc link to section about how to compile triggers. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Tom Lane | Add an optional parameter to pg_start_backup() that... |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Bruce Momjian | Add unit documentation for various postgresql.conf... |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Peter Eisentraut | Add entry in the encoding number to OS name table for... |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Bruce Momjian | Properly align equals signs in new postgresql.conf... |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Bruce Momjian | Document in postgresql.conf that the default units for |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Bruce Momjian | Display postgresql.conf unit options in an easier-to... |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Bruce Momjian | Doc change in new patch, stand-alone -> standalone |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Bruce Momjian | Add documentation mention of 'check_postgres.pl' in... |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Bruce Momjian | Adjust psql tab completion for new \d 'S' flag behavior... |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Tom Lane | Document the fact that fuzzystrmatch doesn't work in... |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Tom Lane | Correct keywords table for status of COLLATE vs |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Teodor Sigaev | Fix 'all at one page bug' in picksplit method of R... |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Heikki Linnakangas | Rename the new CREATE DATABASE options to set collation... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Tom Lane | Change cardinality() into a C-code function, instead... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Tom Lane | Make ExecInitExpr build the list of SubPlans found... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Tom Lane | Change EXPLAIN output so that subplans and initplans... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Teodor Sigaev | Fix infinite loop while checking of partial match in... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Tom Lane | Remove a boatload of useless definitions of 'int optres... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Tom Lane | I had always wondered why pg_config.h.win32 claimed... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Tom Lane | Remove contrib/intarray's definitions of the <@ and... |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Tom Lane | Hmm, baiji thinks we need explicit 'extern' here. |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Tom Lane | Make an attempt at fixing our current Solaris 11 breaka... |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Tom Lane | Remove the recently added node types ReloptElem and... |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Tom Lane | A session that does not have any live snapshots does... |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Tom Lane | Rewrite interval_hash() so that the hashcodes are equal... |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Alvaro Herrera | Disallow setting fillfactor for TOAST tables. |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Tom Lane | Improve obsolete comment. |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Tom Lane | Make \dt \di and friends more consistent about the... |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Tom Lane | Minor wordsmithing on descriptions of some \d commands. |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Tom Lane | Add missing help output for \ef option. Andrew Gierth |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Tom Lane | Use (unsigned char) cast in argument of pg_tolower... |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Tom Lane | Add a comment documenting the question of whether Prefe... |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Tom Lane | Defend against possible crash if a plpython function... |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Magnus Hagander | Make directory name comparisons on Win32 case insensitive. |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Bruce Momjian | Document that Solaris can't use effective_io_concurrenc... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Tom Lane | Refactor ExecProject and associated routines so that... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Bruce Momjian | Revert DTrace patch from Robert Lor |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Tom Lane | Minor code beautification/consolidation. |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Bruce Momjian | Give a better error message when trying to change |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Bruce Momjian | Have PL/pgSQL FETCH set DIAGNOSTICS ROW_COUNT. |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Bruce Momjian | Add support for additional DTrace probes. |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Teodor Sigaev | Fix memory allocation for output of hstore type. |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Bruce Momjian | Do not show information_schema in \d* commands, unless... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Tom Lane | Fix SetClientEncoding() to maintain a cache of previous... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Bruce Momjian | Change psql \d* display so 'S' _or_ a pattern include... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Tom Lane | Fix GUC's reports of assign_hook failure to always... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Tom Lane | plpgsql's exec_simple_cast_value() mistakenly supposed... |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Tom Lane | Improve pg_dump's query for retrieving BLOB comments... |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Heikki Linnakangas | Update comment to reflect that LC_COLLATE and LC_CTYPE... |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Tom Lane | Index some array functions, per Mario Splivalo. |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Tom Lane | Remove last references to the crypt auth method, per... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Tom Lane | Fix contrib/pgstattuple and contrib/pageinspect to... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Bruce Momjian | Remove some "Other" sections in the release notes by... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Tom Lane | Modify the relcache to record the temp status of both... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Magnus Hagander | Don't crash initdb when we fail to get the current... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Tom Lane | Add a "relistemp" boolean column to pg_class, which... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Heikki Linnakangas | Fix a rare race condition when commit_siblings > 0... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Bruce Momjian | Update release note introductory description. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Tom Lane | Add PQinitOpenSSL() function to support applications... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Bruce Momjian | More new subsections in release notes. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Bruce Momjian | More release note changes, including a lower level... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Bruce Momjian | More release note adjustments, reordering. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Bruce Momjian | More release note wording improvements; section order... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Bruce Momjian | Reorder release note sections. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Tom Lane | Fix window function plan generation to cope with volati... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Alvaro Herrera | Update URL to Python bug tracker. Backpatch to 8.3... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Tom Lane | Fix an oversight in the support for storing/retrieving... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Bruce Momjian | More release note markup. |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Bruce Momjian | More release note markup. |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Bruce Momjian | Add SGML markup for commands/literal/application/etc... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Bruce Momjian | Consistent 8.4 release note naming for Itagaki Takahiro |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Bruce Momjian | Clarify variable naming: pq_initssllib -> pq_init_ssl_lib |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Bruce Momjian | Update release notes to say citext is multi-byte aware... |
commit | commitdiff | tree | snapshot |
next |