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