| 2009-05-14 | Tom Lane | Clean up overly hasty docs patch for pg_standby. | commit | commitdiff | tree | 
| 2009-05-14 | Alvaro Herrera | Translation updates | commit | commitdiff | tree | 
| 2009-05-14 | Tom Lane | Improve a couple of comments. | commit | commitdiff | tree | 
| 2009-05-14 | Heikki Linnakangas | Add a note to release notes about the smart failover... | commit | commitdiff | tree | 
| 2009-05-14 | Heikki Linnakangas | Add recovery_end_command option to recovery.conf. recov... | commit | commitdiff | tree | 
| 2009-05-13 | Tom Lane | Add checks to DefineQueryRewrite() to prohibit attachin... | commit | commitdiff | tree | 
| 2009-05-13 | Tom Lane | Remove a useless backslash from a pattern-match example... | commit | commitdiff | tree | 
| 2009-05-13 | Tom Lane | Rewrite xml.c's memory management (yet again).  Give... | commit | commitdiff | tree | 
| 2009-05-12 | Tom Lane | Update release notes for changes through 2009-05-11... | commit | commitdiff | tree | 
| 2009-05-12 | Tom Lane | Fix intratransaction memory leaks in xml_recv, xmlconca... | commit | commitdiff | tree | 
| 2009-05-12 | Tom Lane | Fix LOCK TABLE to eliminate the race condition that... | commit | commitdiff | tree | 
| 2009-05-12 | Tom Lane | Modify find_inheritance_children() and find_all_inherit... | commit | commitdiff | tree | 
| 2009-05-12 | Tom Lane | Do some minor code refactoring in preparation for chang... | commit | commitdiff | tree | 
| 2009-05-11 | Tom Lane | Partially revert my patch of 2008-11-12 that installed... | commit | commitdiff | tree | 
| 2009-05-11 | Magnus Hagander | Move crypt auth comment to proper section. | commit | commitdiff | tree | 
| 2009-05-11 | Magnus Hagander | Edit the SSL and Kerberos parts of the release notes... | commit | commitdiff | tree | 
| 2009-05-11 | Magnus Hagander | Support SSL certificate chains in the server certificat... | commit | commitdiff | tree | 
| 2009-05-10 | Tom Lane | Make a marginal performance improvement in predicate_im... | commit | commitdiff | tree | 
| 2009-05-10 | Tom Lane | Adjust pg_dumpall so that it emits ENCODING, LC_COLLATE... | commit | commitdiff | tree | 
| 2009-05-09 | Tom Lane | Fix cost_nestloop and cost_hashjoin to model the behavi... | commit | commitdiff | tree | 
| 2009-05-08 | Heikki Linnakangas | Add alternative expected output files for cs_CZ locale... | commit | commitdiff | tree | 
| 2009-05-08 | Bruce Momjian | Add missing third argument to open(). | commit | commitdiff | tree | 
| 2009-05-08 | Bruce Momjian | 'PGDLLIMPORT' ShmemVariableCache, needed for pg_migrato... | commit | commitdiff | tree | 
| 2009-05-07 | Tom Lane | Add an option to AlterTableCreateToastTable() to allow... | commit | commitdiff | tree | 
| 2009-05-07 | Tom Lane | Change pgbench to use the table names pgbench_accounts... | commit | commitdiff | tree | 
| 2009-05-07 | Tom Lane | Ooops ... make_outerjoininfo wasn't actually enforcing... | commit | commitdiff | tree | 
| 2009-05-07 | Heikki Linnakangas | Request XLOG switch before writing checkpoint in pg_sta... | commit | commitdiff | tree | 
| 2009-05-06 | Tom Lane | Tweak distribute_qual_to_rels so that when we decide... | commit | commitdiff | tree | 
| 2009-05-06 | Tom Lane | Modify CREATE DATABASE to enforce that the source datab... | commit | commitdiff | tree | 
| 2009-05-06 | Tom Lane | Fix ecpg tests for change that disallowed Unicode liter... | commit | commitdiff | tree | 
| 2009-05-05 | Tom Lane | Tweak a comment to agree a bit better with the new... | commit | commitdiff | tree | 
| 2009-05-05 | Tom Lane | Minor improvement: avoid assuming that GetLastError... | commit | commitdiff | tree | 
| 2009-05-05 | Tom Lane | Make new complaint about unsafe Unicode literals includ... | commit | commitdiff | tree | 
| 2009-05-05 | Tom Lane | Install an atexit(2) callback that ensures that proc_ex... | commit | commitdiff | tree | 
| 2009-05-05 | Tom Lane | Install a "dead man switch" to allow the postmaster... | commit | commitdiff | tree | 
| 2009-05-05 | Tom Lane | Insert CHECK_FOR_INTERRUPTS() calls into btree and... | commit | commitdiff | tree | 
| 2009-05-05 | Tom Lane | Update comment for _bt_relandgetbuf. | commit | commitdiff | tree | 
| 2009-05-05 | Peter Eisentraut | Disable the use of Unicode escapes in string constants... | commit | commitdiff | tree | 
| 2009-05-05 | Tom Lane | Avoid integer overflow in the loop that extracts histog... | commit | commitdiff | tree | 
| 2009-05-05 | Magnus Hagander | Make the win32 shared memory code try 10 times instead... | commit | commitdiff | tree | 
| 2009-05-05 | Tom Lane | Code review for \df rewrite: fix assorted bugs, make... | commit | commitdiff | tree | 
| 2009-05-04 | Heikki Linnakangas | Fix the query used for \d against 8.2 and 8.3 servers. | commit | commitdiff | tree | 
| 2009-05-04 | Magnus Hagander | Update no longer current comments in header. | commit | commitdiff | tree | 
| 2009-05-04 | Magnus Hagander | Call SetLastError(0) before calling the file mapping... | commit | commitdiff | tree | 
| 2009-05-04 | Peter Eisentraut | Replace a couple of references to files that no longer... | commit | commitdiff | tree | 
| 2009-05-04 | Tom Lane | Fix missed usage of DLNewElem() | commit | commitdiff | tree | 
| 2009-05-04 | Alvaro Herrera | Avoid a memory allocation in the backend startup code... | commit | commitdiff | tree | 
| 2009-05-03 | Tom Lane | Fix pg_resetxlog to remove archive status files along... | commit | commitdiff | tree | 
| 2009-05-03 | Tom Lane | Fix mis-description of XML Schema functions, per discus... | commit | commitdiff | tree | 
| 2009-05-03 | Tom Lane | Fix unintelligible description created by removing... | commit | commitdiff | tree | 
| 2009-05-03 | Tom Lane | Fix assign_pgstat_temp_directory() to ensure the direct... | commit | commitdiff | tree | 
| 2009-05-03 | Tom Lane | Fix already-obsolete hint message ... sslverify paramet... | commit | commitdiff | tree | 
| 2009-05-03 | Tatsuo Ishii | Update UTF-8 <--> EUC_KR, JOHAB, UHC mappings. | commit | commitdiff | tree | 
| 2009-05-02 | Tom Lane | Install some simple defenses in postmaster startup... | commit | commitdiff | tree | 
| 2009-05-02 | Tom Lane | We don't need major_release_split any more. | commit | commitdiff | tree | 
| 2009-05-02 | Tom Lane | Split the release notes into a separate file for each... | commit | commitdiff | tree | 
| 2009-05-02 | Tom Lane | Fix plpgsql's EXIT so that an EXIT without a label... | commit | commitdiff | tree | 
| 2009-05-01 | Tom Lane | Fix a couple of cases where the plpgsql grammar looked... | commit | commitdiff | tree | 
| 2009-05-01 | Tom Lane | When checking for datetime field overflow, we should... | commit | commitdiff | tree | 
| 2009-04-30 | Heikki Linnakangas | Clean up check_keywords.pl script, making it 'strict... | commit | commitdiff | tree | 
| 2009-04-29 | Heikki Linnakangas | Add check_keyword.pl script to perform some basic sanit... | commit | commitdiff | tree | 
| 2009-04-28 | Tom Lane | Improve pull_up_subqueries logic so that it doesn't... | commit | commitdiff | tree | 
| 2009-04-28 | Bruce Momjian | Blank line Makefile cleanups. | commit | commitdiff | tree | 
| 2009-04-28 | Heikki Linnakangas | Move SERVER to the right place in the alphabetically... | commit | commitdiff | tree | 
| 2009-04-28 | Bruce Momjian | In VACUUM, FREEZE must be before ANALYZE;  fix this... | commit | commitdiff | tree | 
| 2009-04-27 | Bruce Momjian | Proofreading adjustments for first two parts of documen... | commit | commitdiff | tree | 
| 2009-04-26 | Tom Lane | Some more work on the 8.4 release notes.  Document... | commit | commitdiff | tree | 
| 2009-04-26 | Tom Lane | Remove Windows-specific definition of S_ISDIR().  This... | commit | commitdiff | tree | 
| 2009-04-26 | Tom Lane | Typo fix. | commit | commitdiff | tree | 
| 2009-04-26 | Tom Lane | Update citext expected output to exactly match the... | commit | commitdiff | tree | 
| 2009-04-25 | Tom Lane | Fix the handling of sub-SELECTs appearing in the argume... | commit | commitdiff | tree | 
| 2009-04-24 | Bruce Momjian | Improve server spoofing wording, per request from Magnus. | commit | commitdiff | tree | 
| 2009-04-24 | Tom Lane | Fix some more 'variable may be used uninitialized'... | commit | commitdiff | tree | 
| 2009-04-24 | Magnus Hagander | More clearly document what the different sslmode option... | commit | commitdiff | tree | 
| 2009-04-24 | Magnus Hagander | Remove sslverify parameter from release notes, mention... | commit | commitdiff | tree | 
| 2009-04-24 | Magnus Hagander | Remove sslverify parameter again, replacing it with... | commit | commitdiff | tree | 
| 2009-04-24 | Magnus Hagander | Move gettext encoding names into encnames.c, so we... | commit | commitdiff | tree | 
| 2009-04-23 | Tom Lane | Suppress some 'variable may be used uninitialized'... | commit | commitdiff | tree | 
| 2009-04-23 | Tom Lane | Don't use the result of strcmp as if it were a boolean. | commit | commitdiff | tree | 
| 2009-04-23 | Heikki Linnakangas | Mention that tables have a visibility map fork alongsid... | commit | commitdiff | tree | 
| 2009-04-23 | Heikki Linnakangas | Improve the documentation on 8.4 visibility map related... | commit | commitdiff | tree | 
| 2009-04-23 | Heikki Linnakangas | varstr_cmp and any comparison function that piggybacks... | commit | commitdiff | tree | 
| 2009-04-23 | Tom Lane | Change the default value of max_prepared_transactions... | commit | commitdiff | tree | 
| 2009-04-22 | Heikki Linnakangas | After archive recovery, mark the last WAL segment from... | commit | commitdiff | tree | 
| 2009-04-22 | Bruce Momjian | Use brackets in psql \df \? help. | commit | commitdiff | tree | 
| 2009-04-21 | Tom Lane | Remove the long-obsolete homebrew dl*() functions for... | commit | commitdiff | tree | 
| 2009-04-21 | Tom Lane | Fix obsolete cross-reference (this file isn't called... | commit | commitdiff | tree | 
| 2009-04-21 | Bruce Momjian | Improve psql \df error handling. | commit | commitdiff | tree | 
| 2009-04-21 | Bruce Momjian | Merge psql \df options into a single \? line, and updat... | commit | commitdiff | tree | 
| 2009-04-21 | Bruce Momjian | Add agg/normal/trigger/window flags for psql \df and... | commit | commitdiff | tree | 
| 2009-04-20 | Magnus Hagander | Read nls.nk files to determine the proper name of NLS... | commit | commitdiff | tree | 
| 2009-04-19 | Tom Lane | Assorted portability fixes for Borland C, from Pavel... | commit | commitdiff | tree | 
| 2009-04-19 | Tom Lane | Rethink the idea of having plpgsql depend on parser... | commit | commitdiff | tree | 
| 2009-04-19 | Tom Lane | Fix de-escaping checks so that we will reject \000... | commit | commitdiff | tree | 
| 2009-04-19 | Tom Lane | Fix textsearch documentation examples to not recommend... | commit | commitdiff | tree | 
| 2009-04-19 | Tom Lane | Fix estimate_num_groups() to not fail on PlaceHolderVar... | commit | commitdiff | tree | 
| 2009-04-19 | Tom Lane | Revise plpgsql's scanner to process comments and string... | commit | commitdiff | tree | 
| 2009-04-19 | Tom Lane | Mention as a potential incompatibility the fact that... | commit | commitdiff | tree | 
| 2009-04-18 | Bruce Momjian | Add Ron Mayer as primary contributor for: | commit | commitdiff | tree | 
| 2009-04-17 | Tom Lane | Bump disable_cost up from 1e8 to 1e10, per gripe from... | commit | commitdiff | tree | 
| next |