aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Ensure walsenders can be SIGTERMed while in non-walsender codeMagnus Hagander2011-10-06
* Make pgstatindex respond to cancel interrupts.Robert Haas2011-10-06
* Simplify new pg_ctl newline termination code.Bruce Momjian2011-10-06
* Add postmaster -C option to query configuration parameters, and haveBruce Momjian2011-10-06
* Replace the "New Linear" GiST split algorithm for boxes and points with aHeikki Linnakangas2011-10-06
* Improve and simplify CREATE EXTENSION's management of GUC variables.Tom Lane2011-10-05
* Change wording for COALESCE docs to use "otherwise".Bruce Momjian2011-10-04
* Explain COALESCE example in the docs.Bruce Momjian2011-10-04
* Improve define_custom_variable's handling of pre-existing settings.Tom Lane2011-10-04
* Fix uninitialized-variable bug.Tom Lane2011-10-04
* Add sourcefile/sourceline data to EXEC_BACKEND GUC transmission files.Tom Lane2011-10-04
* Remember the source GucContext for each GUC parameter.Tom Lane2011-10-04
* Use callbacks in SlruScanDirectory for the actual actionAlvaro Herrera2011-10-04
* Remove the custom_variable_classes parameter.Tom Lane2011-10-04
* ProcedureCreate neglected to record dependencies on default expressions.Tom Lane2011-10-03
* Restructure error handling in reading of postgresql.conf.Tom Lane2011-10-02
* Improve generated column names for cases involving sub-SELECTs.Tom Lane2011-10-01
* In pg_upgrade, remove unnecessary local variable.Bruce Momjian2011-10-01
* Cache the result of makesign() across calls of gtrgm_penalty().Tom Lane2011-09-30
* Support GiST index support functions that want to cache data across calls.Tom Lane2011-09-30
* Fix recursion into previously planned sub-query in examine_simple_variable.Tom Lane2011-09-29
* Fix pg_upgrade for EXEC_BACKEND builds (e.g. Windows) by properlyBruce Momjian2011-09-29
* Fix index matching for operators with mixed collatable/noncollatable inputs.Tom Lane2011-09-29
* In pg_upgrade, because toast table names can be mismatched with the heapBruce Momjian2011-09-28
* Update and extend the EXPLAIN-related documentation.Tom Lane2011-09-28
* Take sepgsql regression tests out of the regular regression test mechanism.Tom Lane2011-09-27
* Remove dependency on error ordering in isolation testsAlvaro Herrera2011-09-27
* Fix typoAlvaro Herrera2011-09-27
* Update comments related to the crash-safety of the visibility map.Robert Haas2011-09-27
* sepgsql uavc comment improvements.Robert Haas2011-09-27
* heap_update() must recheck tuple after unlocking and relocking buffer.Robert Haas2011-09-27
* Fix window functions that sort by expressions involving aggregates.Tom Lane2011-09-26
* Allow snapshot references to still work during transaction abort.Tom Lane2011-09-26
* Speed up array element assignment in plpgsql by caching type information.Tom Lane2011-09-26
* Update obsolete comments.Robert Haas2011-09-26
* Use a fresh copy of query_list when making a second plan in GetCachedPlan.Tom Lane2011-09-26
* Fully const-ify PQconnectdbParams, PQconnectStartParams, and PQpingParams.Tom Lane2011-09-25
* Avoid unnecessary snapshot-acquisitions in BuildCachedPlan.Tom Lane2011-09-25
* In pgrminclude, document requirement to use pgcompinclude, and sortBruce Momjian2011-09-25
* Un-break compression of plain-text output format in pg_dump.Tom Lane2011-09-25
* Document pgrminclude limitations.Bruce Momjian2011-09-24
* Recognize self-contradictory restriction clauses for non-table relations.Tom Lane2011-09-24
* Expand pgrminclude to exclude use of macros CppAsString and CppConcat.Bruce Momjian2011-09-24
* Fix typoMagnus Hagander2011-09-24
* Note that sslmode=require verifies the CA if root cert is presentMagnus Hagander2011-09-24
* Fix our mapping of Windows timezones for Central America.Tom Lane2011-09-23
* Update win32tzlist.pl for the new location of our Windows timezone map.Tom Lane2011-09-23
* Memory barrier support for PostgreSQL.Robert Haas2011-09-23
* Teach sepgsql about database labels.Robert Haas2011-09-23
* Document some more apparently-harmless error messages.Robert Haas2011-09-23