index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Minor message style adjustment
Peter Eisentraut
2011-07-27
*
Check to see whether libxml2 handles error context the way we expect.
Tom Lane
2011-07-26
*
Replace printf format %i by %d
Peter Eisentraut
2011-07-26
*
Silence compiler warning about uninitialized variable.
Andrew Dunstan
2011-07-25
*
Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag.
Tom Lane
2011-07-24
*
Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION.
Tom Lane
2011-07-23
*
Unbreak unlogged tables.
Robert Haas
2011-07-22
*
Make xpath() do something useful with XPath expressions that return scalars.
Tom Lane
2011-07-21
*
Ensure that xpath() escapes special characters in string values.
Tom Lane
2011-07-20
*
Support SECURITY LABEL on databases, tablespaces, and roles.
Robert Haas
2011-07-20
*
Rewrite libxml error handling to be more robust.
Tom Lane
2011-07-20
*
Remove O(N^2) performance issue with multiple SAVEPOINTs.
Simon Riggs
2011-07-19
*
Some refinement for the "fast path" lock patch.
Robert Haas
2011-07-19
*
Remove superfluous variable.
Robert Haas
2011-07-19
*
Introduce sending servers as new category for replication params
Simon Riggs
2011-07-19
*
Change debug message from ereport to elog
Peter Eisentraut
2011-07-19
*
Cascading replication feature for streaming log-based replication.
Simon Riggs
2011-07-19
*
Add GET STACKED DIAGNOSTICS plpgsql command to retrieve exception info.
Tom Lane
2011-07-18
*
Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.
Robert Haas
2011-07-18
*
Create a "fast path" for acquiring weak relation locks.
Robert Haas
2011-07-18
*
Add pg_opfamily_is_visible.
Robert Haas
2011-07-17
*
Further thoughts about temp_file_limit patch.
Tom Lane
2011-07-17
*
Add temp_file_limit GUC parameter to constrain temporary file space usage.
Tom Lane
2011-07-17
*
Improve make_subplanTargetList to avoid including Vars unnecessarily.
Tom Lane
2011-07-16
*
Replace errdetail("%s", ...) with errdetail_internal("%s", ...).
Tom Lane
2011-07-16
*
Use errdetail_internal() for SSI transaction cancellation details.
Tom Lane
2011-07-16
*
Add an errdetail_internal() ereport auxiliary routine.
Tom Lane
2011-07-16
*
Fix SSPI login when multiple roundtrips are required
Magnus Hagander
2011-07-16
*
Set information_schema.tables.commit_action to null
Peter Eisentraut
2011-07-15
*
Change the way the offset of downlink is stored in GISTInsertStack.
Heikki Linnakangas
2011-07-15
*
Fix two ancient bugs in GiST code to re-find a parent after page split:
Heikki Linnakangas
2011-07-15
*
In planner, don't assume that empty parent tables aren't really empty.
Tom Lane
2011-07-14
*
Set information_schema.routines.is_udt_dependent to NO
Peter Eisentraut
2011-07-14
*
Update some comments to clarify who does what in targetlist creation.
Tom Lane
2011-07-13
*
Implement information schema interval_type columns
Peter Eisentraut
2011-07-13
*
Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.
Tom Lane
2011-07-12
*
Add C comment that txid_current() assigns an XID if one is not already
Bruce Momjian
2011-07-11
*
Fix and clarify information schema interval_precision fields
Peter Eisentraut
2011-07-11
*
Try to acquire relation locks in RangeVarGetRelid.
Robert Haas
2011-07-08
*
Fix another oversight in logging of changes in postgresql.conf settings.
Tom Lane
2011-07-08
*
Introduce a pipe between postmaster and each backend, which can be used to
Heikki Linnakangas
2011-07-08
*
Fix one overflow and one signedness error, caused by the patch to calculate
Heikki Linnakangas
2011-07-08
*
Message style improvements
Peter Eisentraut
2011-07-08
*
There's a small window wherein a transaction is committed but not yet
Heikki Linnakangas
2011-07-08
*
SSI has a race condition, where the order of commit sequence numbers of
Heikki Linnakangas
2011-07-07
*
Reclassify replication-related GUC variables as "master" and "standby".
Tom Lane
2011-07-07
*
Adjust OLDSERXID_MAX_PAGE based on BLCKSZ.
Robert Haas
2011-07-07
*
Finish disabling reduced-lock-levels-for-DDL feature.
Tom Lane
2011-07-07
*
Fix a bug with SSI and prepared transactions:
Heikki Linnakangas
2011-07-07
*
Remove assumptions that not-equals operators cannot be in any opclass.
Tom Lane
2011-07-06
[next]