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