2009-05-21 |
Michael Meskes | Removed comparison of unsigned expression < 0. |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Peter Eisentraut | Convert some messages to use ngettext(). |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Peter Eisentraut | Fix sgml-mode example. thanks Andrew Dunstan |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Michael Meskes | Removed unsigned/signed mismatches. |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Michael Meskes | More variables gcc moans about |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Michael Meskes | Removed some unneeded variables and comparisons |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Heikki Linnakangas | Silence a gcc compiler warning about non-literal format... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Peter Eisentraut | Add documentation string for LDFLAGS_SL in configure... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Heikki Linnakangas | Update relpages and reltuples estimates in stand-alone... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Tom Lane | Fix bug #4814 (wrong subscript in consistent-function... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Tom Lane | Make pwdfMatchesString() a little more careful about... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Peter Eisentraut | Add some instructions on how to customize emacs for... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Peter Eisentraut | Update SQL conformance entries for window functions... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Peter Eisentraut | Refer to tables by id, not by "the following table... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Peter Eisentraut | Some documentation cleanup for the addition of the... |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Tom Lane | Minor copy-editing for description of partial-table... |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Tom Lane | Minor editorialization on storage.sgml's documentation... |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Tom Lane | Make an editorial pass over the Client Authentication... |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Tom Lane | Improve comments in pg_ident.conf.sample. |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Tom Lane | Fix all the server-side SIGQUIT handlers (grumble ... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Marc G. Fournier | commit for BETA2 REL8_4_BETA2 |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Tom Lane | Include recovery_end_command in recovery.conf.sample. |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Tom Lane | Update release notes to today. |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Tom Lane | Clean up overly hasty docs patch for pg_standby. |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Alvaro Herrera | Translation updates |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Tom Lane | Improve a couple of comments. |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Heikki Linnakangas | Add a note to release notes about the smart failover... |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Heikki Linnakangas | Add recovery_end_command option to recovery.conf. recov... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Tom Lane | Add checks to DefineQueryRewrite() to prohibit attachin... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Tom Lane | Remove a useless backslash from a pattern-match example... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Tom Lane | Rewrite xml.c's memory management (yet again). Give... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Tom Lane | Update release notes for changes through 2009-05-11... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Tom Lane | Fix intratransaction memory leaks in xml_recv, xmlconca... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Tom Lane | Fix LOCK TABLE to eliminate the race condition that... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Tom Lane | Modify find_inheritance_children() and find_all_inherit... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Tom Lane | Do some minor code refactoring in preparation for chang... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Tom Lane | Partially revert my patch of 2008-11-12 that installed... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Magnus Hagander | Move crypt auth comment to proper section. |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Magnus Hagander | Edit the SSL and Kerberos parts of the release notes... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Magnus Hagander | Support SSL certificate chains in the server certificat... |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Tom Lane | Make a marginal performance improvement in predicate_im... |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Tom Lane | Adjust pg_dumpall so that it emits ENCODING, LC_COLLATE... |
commit | commitdiff | tree | snapshot |
2009-05-09 |
Tom Lane | Fix cost_nestloop and cost_hashjoin to model the behavi... |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Heikki Linnakangas | Add alternative expected output files for cs_CZ locale... |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Bruce Momjian | Add missing third argument to open(). |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Bruce Momjian | 'PGDLLIMPORT' ShmemVariableCache, needed for pg_migrato... |
commit | commitdiff | tree | snapshot |
2009-05-07 |
Tom Lane | Add an option to AlterTableCreateToastTable() to allow... |
commit | commitdiff | tree | snapshot |
2009-05-07 |
Tom Lane | Change pgbench to use the table names pgbench_accounts... |
commit | commitdiff | tree | snapshot |
2009-05-07 |
Tom Lane | Ooops ... make_outerjoininfo wasn't actually enforcing... |
commit | commitdiff | tree | snapshot |
2009-05-07 |
Heikki Linnakangas | Request XLOG switch before writing checkpoint in pg_sta... |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Tom Lane | Tweak distribute_qual_to_rels so that when we decide... |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Tom Lane | Modify CREATE DATABASE to enforce that the source datab... |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Tom Lane | Fix ecpg tests for change that disallowed Unicode liter... |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Tom Lane | Tweak a comment to agree a bit better with the new... |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Tom Lane | Minor improvement: avoid assuming that GetLastError... |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Tom Lane | Make new complaint about unsafe Unicode literals includ... |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Tom Lane | Install an atexit(2) callback that ensures that proc_ex... |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Tom Lane | Install a "dead man switch" to allow the postmaster... |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Tom Lane | Insert CHECK_FOR_INTERRUPTS() calls into btree and... |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Tom Lane | Update comment for _bt_relandgetbuf. |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Peter Eisentraut | Disable the use of Unicode escapes in string constants... |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Tom Lane | Avoid integer overflow in the loop that extracts histog... |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Magnus Hagander | Make the win32 shared memory code try 10 times instead... |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Tom Lane | Code review for \df rewrite: fix assorted bugs, make... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Heikki Linnakangas | Fix the query used for \d against 8.2 and 8.3 servers. |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Magnus Hagander | Update no longer current comments in header. |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Magnus Hagander | Call SetLastError(0) before calling the file mapping... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Peter Eisentraut | Replace a couple of references to files that no longer... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Tom Lane | Fix missed usage of DLNewElem() |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Alvaro Herrera | Avoid a memory allocation in the backend startup code... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Tom Lane | Fix pg_resetxlog to remove archive status files along... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Tom Lane | Fix mis-description of XML Schema functions, per discus... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Tom Lane | Fix unintelligible description created by removing... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Tom Lane | Fix assign_pgstat_temp_directory() to ensure the direct... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Tom Lane | Fix already-obsolete hint message ... sslverify paramet... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Tatsuo Ishii | Update UTF-8 <--> EUC_KR, JOHAB, UHC mappings. |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Tom Lane | Install some simple defenses in postmaster startup... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Tom Lane | We don't need major_release_split any more. |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Tom Lane | Split the release notes into a separate file for each... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Tom Lane | Fix plpgsql's EXIT so that an EXIT without a label... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Tom Lane | Fix a couple of cases where the plpgsql grammar looked... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Tom Lane | When checking for datetime field overflow, we should... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Heikki Linnakangas | Clean up check_keywords.pl script, making it 'strict... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Heikki Linnakangas | Add check_keyword.pl script to perform some basic sanit... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Tom Lane | Improve pull_up_subqueries logic so that it doesn't... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Bruce Momjian | Blank line Makefile cleanups. |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Heikki Linnakangas | Move SERVER to the right place in the alphabetically... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Bruce Momjian | In VACUUM, FREEZE must be before ANALYZE; fix this... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Bruce Momjian | Proofreading adjustments for first two parts of documen... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Tom Lane | Some more work on the 8.4 release notes. Document... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Tom Lane | Remove Windows-specific definition of S_ISDIR(). This... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Tom Lane | Typo fix. |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Tom Lane | Update citext expected output to exactly match the... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Tom Lane | Fix the handling of sub-SELECTs appearing in the argume... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Bruce Momjian | Improve server spoofing wording, per request from Magnus. |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Tom Lane | Fix some more 'variable may be used uninitialized'... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Magnus Hagander | More clearly document what the different sslmode option... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Magnus Hagander | Remove sslverify parameter from release notes, mention... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Magnus Hagander | Remove sslverify parameter again, replacing it with... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Magnus Hagander | Move gettext encoding names into encnames.c, so we... |
commit | commitdiff | tree | snapshot |
next |