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
*
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
*
Fix outdated comment
Alvaro Herrera
2011-06-29
*
Restore correct btree preprocessing of "indexedcol IS NULL" conditions.
Tom Lane
2011-06-29
*
Move the PredicateLockRelation() call from nodeSeqscan.c to heapam.c. It's
Heikki Linnakangas
2011-06-29
*
Grab predicate locks on matching tuples in a lossy bitmap heap scan.
Heikki Linnakangas
2011-06-29
*
Protect pg_stat_reset_shared() against NULL input
Magnus Hagander
2011-06-29
*
Unify spelling of "canceled", "canceling", "cancellation"
Peter Eisentraut
2011-06-29
*
Introduce compact WAL record for the common case of commit (non-DDL).
Simon Riggs
2011-06-28
*
Remove rel.h from objectaddress.h; only relcache.h is necessary.
Alvaro Herrera
2011-06-28
*
Modernise pg_hba.conf token processing
Alvaro Herrera
2011-06-28
*
Implement the collation columns of various information schema views
Peter Eisentraut
2011-06-28
*
Add composite-type attributes to information_schema.element_types view
Peter Eisentraut
2011-06-28
*
Add a missing_ok argument to get_object_address().
Robert Haas
2011-06-27
*
Reduce impact of btree page reuse on Hot Standby by fixing off-by-1 error.
Simon Riggs
2011-06-27
*
Allow callers to pass a missing_ok flag when opening a relation.
Robert Haas
2011-06-27
*
Try again to make the visibility map crash safe.
Robert Haas
2011-06-27
*
Avoid having two copies of the HOT-chain search logic.
Robert Haas
2011-06-27
*
Add the possibility to pass --flag arguments to xgettext calls
Peter Eisentraut
2011-06-27
*
Refactor common gettext triggers
Peter Eisentraut
2011-06-27
*
Make _ be automatically included in GETTEXT_TRIGGERS
Peter Eisentraut
2011-06-26
*
Replace := by = in nls.mk files
Peter Eisentraut
2011-06-26
*
Add information schema views role_udt_grants, udt_privileges, user_defined_types
Peter Eisentraut
2011-06-23
*
Undo overly enthusiastic de-const-ification.
Tom Lane
2011-06-22
[next]