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 |
2009-04-23 |
Tom Lane | Suppress some 'variable may be used uninitialized'... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Tom Lane | Don't use the result of strcmp as if it were a boolean. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Heikki Linnakangas | Mention that tables have a visibility map fork alongsid... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Heikki Linnakangas | Improve the documentation on 8.4 visibility map related... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Heikki Linnakangas | varstr_cmp and any comparison function that piggybacks... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Tom Lane | Change the default value of max_prepared_transactions... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Heikki Linnakangas | After archive recovery, mark the last WAL segment from... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Bruce Momjian | Use brackets in psql \df \? help. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Tom Lane | Remove the long-obsolete homebrew dl*() functions for... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Tom Lane | Fix obsolete cross-reference (this file isn't called... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Bruce Momjian | Improve psql \df error handling. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Bruce Momjian | Merge psql \df options into a single \? line, and updat... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Bruce Momjian | Add agg/normal/trigger/window flags for psql \df and... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Magnus Hagander | Read nls.nk files to determine the proper name of NLS... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Tom Lane | Assorted portability fixes for Borland C, from Pavel... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Tom Lane | Rethink the idea of having plpgsql depend on parser... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Tom Lane | Fix de-escaping checks so that we will reject \000... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Tom Lane | Fix textsearch documentation examples to not recommend... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Tom Lane | Fix estimate_num_groups() to not fail on PlaceHolderVar... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Tom Lane | Revise plpgsql's scanner to process comments and string... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Tom Lane | Mention as a potential incompatibility the fact that... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Bruce Momjian | Add Ron Mayer as primary contributor for: |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Tom Lane | Bump disable_cost up from 1e8 to 1e10, per gripe from... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Tom Lane | Fix planner to restore its previous level of intelligen... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Alvaro Herrera | Fix the regression test error message for array_fill... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Alvaro Herrera | Substitute extraneous underscores with spaces. |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Bruce Momjian | Remove mention of pre-7.1 inheritance behavior from... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Alvaro Herrera | Add missing gettext calls around some strings. Also... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Alvaro Herrera | Add missing periods. |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Magnus Hagander | Remove beer-ware license from crypt-md5.c, per |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Bruce Momjian | Fix SGML markup I broke yesterday. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Tom Lane | Fix broken {xufailed} production that made HEAD fail on |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Bruce Momjian | Reformat 'sslmode' options into an SGML table; improve... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Bruce Momjian | Add libpq error message text on how to handle missing... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Tom Lane | Do some copy-editing on description of ts_headline(). |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Alvaro Herrera | pg_restore -jN does not equate "multiple jobs", so... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Alvaro Herrera | Make new strings more alike previously existing messages. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Tom Lane | Make a copy-editing pass over the 8.4 release notes. |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Andrew Dunstan | Fix logic to detect conflicts or blocks involving exclu... |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Tom Lane | Fix pg_dumpall so that when --clean is specified, it... |
commit | commitdiff | tree | snapshot |
next |