index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Fix thinko in previous patch for optimizing EXISTS-within-EXISTS.
Tom Lane
2011-06-20
*
Remove extra copying of TupleDescs for heap_create_with_catalog
Alvaro Herrera
2011-06-20
*
Fixed string in German translation that causes segfault.
Michael Meskes
2011-06-20
*
Add REL9_1_STABLE to the set of branches tracked by git_changelog.
Tom Lane
2011-06-19
*
Fix thinko in previous patch to always update pg_class.reltuples/relpages.
Tom Lane
2011-06-19
*
Capitalization fixes
Peter Eisentraut
2011-06-19
*
Make external_pid_file world readable
Peter Eisentraut
2011-06-19
*
Remove redundant lib*dll.def rules from .gitignore
Magnus Hagander
2011-06-18
*
Set FLEXIBLE_ARRAY_MEMBER to empty for MSVC.
Andrew Dunstan
2011-06-17
*
Obtain table locks as soon as practical during pg_dump.
Tom Lane
2011-06-17
*
Add overflow checks to int4 and int8 versions of generate_series().
Robert Haas
2011-06-17
*
Fix crash in CREATE UNLOGGED TABLE.
Robert Haas
2011-06-17
*
Fix minor thinko in ProcGlobalShmemSize().
Robert Haas
2011-06-17
*
Define FLEXIBLE_ARRAY_MEMBER for MSVC.
Andrew Dunstan
2011-06-16
*
Index tuple data arrays using Anum_xxx symbolic constants instead of "i++".
Tom Lane
2011-06-16
*
Avoid compiler warnings due to possibly unused variables
Peter Eisentraut
2011-06-16
*
Start using flexible array members
Peter Eisentraut
2011-06-16
*
Update README-SSI. Add a section to describe the "dangerous structure" that
Heikki Linnakangas
2011-06-16
*
Fix typo
Alvaro Herrera
2011-06-16
*
Remove another no-longer-needed inclusion of predicate.h.
Tom Lane
2011-06-16
*
pgindent run of recent SSI changes. Also, remove an unnecessary #include.
Heikki Linnakangas
2011-06-16
*
Respect Hot Standby controls while recycling btree index pages.
Simon Riggs
2011-06-16
*
Use single quotes in preference to double quotes for protecting pathnames.
Tom Lane
2011-06-15
*
Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.
Tom Lane
2011-06-15
*
Fix failure to account for memory used by tuplestore_putvalues().
Tom Lane
2011-06-15
*
Fix oversights in pg_basebackup's -z (compression) option.
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
*
Allow psql \d tab completion to complete all relation kinds
Peter Eisentraut
2011-06-14
*
Fix assorted issues with build and install paths containing spaces.
Tom Lane
2011-06-14
*
Remove unused variable
Peter Eisentraut
2011-06-14
*
Add comment that attributes.is_nullable was removed from SQL standard
Peter Eisentraut
2011-06-14
*
Oops, forgot to change the order of entries in 2PC callback arrays when I
Heikki Linnakangas
2011-06-14
*
Renumber 2PC resource managers so that compared to 9.0, predicate lock rmgr
Heikki Linnakangas
2011-06-14
*
Move parse2.pl to parse.pl
Peter Eisentraut
2011-06-14
*
Fix aboriginal copy-paste mistake in error message
Alvaro Herrera
2011-06-13
*
Remove now-unnecessary casts.
Heikki Linnakangas
2011-06-12
*
Code cleanup for InitProcGlobal.
Robert Haas
2011-06-12
*
Tab completion improvements for COMMENT.
Robert Haas
2011-06-11
*
Stamp HEAD as 9.2devel.
Tom Lane
2011-06-11
*
Add C comment mentioning pg_stat_activity.procpid should have been
Bruce Momjian
2011-06-11
*
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
*
Add comment about pg_ctl stop
Alvaro Herrera
2011-06-10
*
Use "transient" files for blind writes, take 2
Alvaro Herrera
2011-06-10
*
Use a constant sprintf format to silence compiler warning
Alvaro Herrera
2011-06-10
*
Small comment fixes and enhancements.
Heikki Linnakangas
2011-06-10
*
Mention "pg_ctl stop" in pgindent README instructions.
Bruce Momjian
2011-06-09
*
Tag 9.1beta2.
REL9_1_BETA2
Tom Lane
2011-06-09
*
Revert "Use "transient" files for blind writes"
Alvaro Herrera
2011-06-09
[next]