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
*
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
*
Call FDW validator functions even when the options list is empty.
Tom Lane
2011-07-05
*
Message style improvements of errmsg_internal() calls
Peter Eisentraut
2011-07-05
*
Message style tweaks
Peter Eisentraut
2011-07-05
*
Set user_defined_types.data_type to null
Peter Eisentraut
2011-07-04
*
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
*
Don't try to use a constraint name as domain name
Alvaro Herrera
2011-07-04
*
Remove unused variable to silence compiler warning
Peter Eisentraut
2011-07-04
*
Remove silent_mode. You get the same functionality with "pg_ctl -l
Heikki Linnakangas
2011-07-04
*
Reset ALTER TABLE lock levels to AccessExclusiveLock in all cases.
Simon Riggs
2011-07-04
*
Fix bugs in relpersistence handling during table creation.
Robert Haas
2011-07-03
*
Mark pg_stat_reset_shared as strict
Magnus Hagander
2011-07-03
*
Suppress compiler warning about potentially uninitialized variable.
Tom Lane
2011-07-01
*
Enable CHECK constraints to be declared NOT VALID
Alvaro Herrera
2011-06-30
[next]