| Commit message (Expand) | Author | Age |
* | Do some minor code refactoring in preparation for changing the APIs of | Tom Lane | 2009-05-12 |
* | Partially revert my patch of 2008-11-12 that installed a limit on the number | Tom Lane | 2009-05-11 |
* | Move crypt auth comment to proper section. | Magnus Hagander | 2009-05-11 |
* | Edit the SSL and Kerberos parts of the release notes a bit, and add | Magnus Hagander | 2009-05-11 |
* | Support SSL certificate chains in the server certificate file. | Magnus Hagander | 2009-05-11 |
* | Make a marginal performance improvement in predicate_implied_by and | Tom Lane | 2009-05-10 |
* | Adjust pg_dumpall so that it emits ENCODING, LC_COLLATE, and LC_CTYPE options | Tom Lane | 2009-05-10 |
* | Fix cost_nestloop and cost_hashjoin to model the behavior of semi and anti | Tom Lane | 2009-05-09 |
* | Add alternative expected output files for cs_CZ locale for btree_gist and | Heikki Linnakangas | 2009-05-08 |
* | Add missing third argument to open(). | Bruce Momjian | 2009-05-08 |
* | 'PGDLLIMPORT' ShmemVariableCache, needed for pg_migrator.so function | Bruce Momjian | 2009-05-08 |
* | Add an option to AlterTableCreateToastTable() to allow its caller to force | Tom Lane | 2009-05-07 |
* | Change pgbench to use the table names pgbench_accounts, pgbench_branches, | Tom Lane | 2009-05-07 |
* | Ooops ... make_outerjoininfo wasn't actually enforcing the join order | Tom Lane | 2009-05-07 |
* | Request XLOG switch before writing checkpoint in pg_start_backup(). Otherwise | Heikki Linnakangas | 2009-05-07 |
* | Tweak distribute_qual_to_rels so that when we decide a pseudoconstant qual | Tom Lane | 2009-05-06 |
* | Modify CREATE DATABASE to enforce that the source database's encoding setting | Tom Lane | 2009-05-06 |
* | Fix ecpg tests for change that disallowed Unicode literals unless | Tom Lane | 2009-05-06 |
* | Tweak a comment to agree a bit better with the new dispensation that | Tom Lane | 2009-05-05 |
* | Minor improvement: avoid assuming that GetLastError value cannot be | Tom Lane | 2009-05-05 |
* | Make new complaint about unsafe Unicode literals include an error location. | Tom Lane | 2009-05-05 |
* | Install an atexit(2) callback that ensures that proc_exit's cleanup processing | Tom Lane | 2009-05-05 |
* | Install a "dead man switch" to allow the postmaster to detect cases where | Tom Lane | 2009-05-05 |
* | Insert CHECK_FOR_INTERRUPTS() calls into btree and hash index scans at the | Tom Lane | 2009-05-05 |
* | Update comment for _bt_relandgetbuf. | Tom Lane | 2009-05-05 |
* | Disable the use of Unicode escapes in string constants (U&'') when | Peter Eisentraut | 2009-05-05 |
* | Avoid integer overflow in the loop that extracts histogram entries from | Tom Lane | 2009-05-05 |
* | Make the win32 shared memory code try 10 times instead of one if | Magnus Hagander | 2009-05-05 |
* | Code review for \df rewrite: fix assorted bugs, make type and | Tom Lane | 2009-05-05 |
* | Fix the query used for \d against 8.2 and 8.3 servers. | Heikki Linnakangas | 2009-05-04 |
* | Update no longer current comments in header. | Magnus Hagander | 2009-05-04 |
* | Call SetLastError(0) before calling the file mapping functions | Magnus Hagander | 2009-05-04 |
* | Replace a couple of references to files that no longer exist in the source | Peter Eisentraut | 2009-05-04 |
* | Fix missed usage of DLNewElem() | Tom Lane | 2009-05-04 |
* | Avoid a memory allocation in the backend startup code, to avoid having to check | Alvaro Herrera | 2009-05-04 |
* | Fix pg_resetxlog to remove archive status files along with WAL segment files. | Tom Lane | 2009-05-03 |
* | Fix mis-description of XML Schema functions, per discussion. | Tom Lane | 2009-05-03 |
* | Fix unintelligible description created by removing only part of | Tom Lane | 2009-05-03 |
* | Fix assign_pgstat_temp_directory() to ensure the directory path is | Tom Lane | 2009-05-03 |
* | Fix already-obsolete hint message ... sslverify parameter is no more. | Tom Lane | 2009-05-03 |
* | Update UTF-8 <--> EUC_KR, JOHAB, UHC mappings. | Tatsuo Ishii | 2009-05-03 |
* | Install some simple defenses in postmaster startup to help ensure a useful | Tom Lane | 2009-05-02 |
* | We don't need major_release_split any more. | Tom Lane | 2009-05-02 |
* | Split the release notes into a separate file for each (active) major branch, | Tom Lane | 2009-05-02 |
* | Fix plpgsql's EXIT so that an EXIT without a label only matches a loop, | Tom Lane | 2009-05-02 |
* | Fix a couple of cases where the plpgsql grammar looked for T_WORD and | Tom Lane | 2009-05-01 |
* | When checking for datetime field overflow, we should allow a fractional-second | Tom Lane | 2009-05-01 |
* | Clean up check_keywords.pl script, making it 'strict' and removing a few | Heikki Linnakangas | 2009-04-30 |
* | Add check_keyword.pl script to perform some basic sanity checks to the | Heikki Linnakangas | 2009-04-29 |
* | Improve pull_up_subqueries logic so that it doesn't insert unnecessary | Tom Lane | 2009-04-28 |