index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Resolve timing issue with logging locks for Hot Standby.
Simon Riggs
2012-02-01
*
Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows.
Tom Lane
2012-01-12
*
Use __sync_lock_test_and_set() for spinlocks on ARM, if available.
Tom Lane
2012-01-07
*
Revert the behavior of inet/cidr functions to not unpack the arguments.
Heikki Linnakangas
2011-12-12
*
Stamp 9.1.2.
REL9_1_2
Tom Lane
2011-12-01
*
Ensure that whole-row junk Vars are always of composite type.
Tom Lane
2011-11-27
*
Fix server header file installation with vpath builds
Peter Eisentraut
2011-11-10
*
Wrap appendrel member outputs in PlaceHolderVars in additional cases.
Tom Lane
2011-11-08
*
Make DatumGetInetP() unpack inet datums with a 1-byte header, and add
Heikki Linnakangas
2011-11-08
*
Fix handling of PlaceHolderVars in nestloop parameter management.
Tom Lane
2011-11-03
*
Derive oldestActiveXid at correct time for Hot Standby.
Simon Riggs
2011-11-02
*
Fix timing of Startup CLOG and MultiXact during Hot Standby
Simon Riggs
2011-11-02
*
Fix race condition with toast table access from a stale syscache entry.
Tom Lane
2011-11-01
*
Don't trust deferred-unique indexes for join removal.
Tom Lane
2011-10-23
*
Revert accidental change to pg_config_manual.h.
Robert Haas
2011-10-09
*
Improve and simplify CREATE EXTENSION's management of GUC variables.
Tom Lane
2011-10-05
*
Stamp 9.1.1.
REL9_1_1
Tom Lane
2011-09-22
*
Stamp 9.1.0.
REL9_1_0
Tom Lane
2011-09-08
*
Fix #include problems in 9.1 branch.
Tom Lane
2011-09-04
*
setlocale() on Windows doesn't work correctly if the locale name contains
Heikki Linnakangas
2011-09-01
*
Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTF
Heikki Linnakangas
2011-09-01
*
Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.
Tom Lane
2011-08-21
*
Tag 9.1rc1.
REL9_1_RC1
Tom Lane
2011-08-18
*
Fix race condition in relcache init file invalidation.
Tom Lane
2011-08-16
*
Back-patch assorted latch-related fixes.
Tom Lane
2011-08-10
*
Documentation improvement and minor code cleanups for the latch facility.
Tom Lane
2011-08-09
*
Fix nested PlaceHolderVar expressions that appear only in targetlists.
Tom Lane
2011-08-09
*
Clean up ill-advised attempt to invent a private set of Node tags.
Tom Lane
2011-08-06
*
Move CheckRecoveryConflictDeadlock() call to a safer place.
Tom Lane
2011-08-02
*
Fix incorrect initialization of ProcGlobal->startupBufferPinWaitBufId.
Tom Lane
2011-08-02
*
Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION.
Tom Lane
2011-07-23
*
Add an errdetail_internal() ereport auxiliary routine.
Tom Lane
2011-07-16
*
Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.
Tom Lane
2011-07-12
*
Fix another oversight in logging of changes in postgresql.conf settings.
Tom Lane
2011-07-08
*
Tag 9.1beta3.
REL9_1_BETA3
Tom Lane
2011-07-07
*
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
*
Remove assumptions that not-equals operators cannot be in any opclass.
Tom Lane
2011-07-06
*
Fix bugs in relpersistence handling during table creation.
Robert Haas
2011-07-03
*
Move the PredicateLockRelation() call from nodeSeqscan.c to heapam.c. It's
Heikki Linnakangas
2011-06-29
*
Remove pointless const qualifiers from function arguments in the SSI code.
Heikki Linnakangas
2011-06-22
*
Fix bug introduced by recent SSI patch to merge ROLLED_BACK and
Heikki Linnakangas
2011-06-21
*
pgindent run of recent SSI changes. Also, remove an unnecessary #include.
Heikki Linnakangas
2011-06-16
*
Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.
Tom Lane
2011-06-15
*
The rolled-back flag on serializable xacts was pointless and redundant with
Heikki Linnakangas
2011-06-15
*
Make non-MVCC snapshots exempt from predicate locking. Scans with non-MVCC
Heikki Linnakangas
2011-06-15
*
Renumber 2PC resource managers so that compared to 9.0, predicate lock rmgr
Heikki Linnakangas
2011-06-14
*
Work around gcc 4.6.0 bug that breaks WAL replay.
Tom Lane
2011-06-10
*
Fix locking while setting flags in MySerializableXact.
Heikki Linnakangas
2011-06-10
*
Use "transient" files for blind writes, take 2
Alvaro Herrera
2011-06-10
[next]