aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix thinko in previous patch for optimizing EXISTS-within-EXISTS.Tom Lane2011-06-20
* Remove extra copying of TupleDescs for heap_create_with_catalogAlvaro Herrera2011-06-20
* Fixed string in German translation that causes segfault.Michael Meskes2011-06-20
* Add REL9_1_STABLE to the set of branches tracked by git_changelog.Tom Lane2011-06-19
* Fix thinko in previous patch to always update pg_class.reltuples/relpages.Tom Lane2011-06-19
* Capitalization fixesPeter Eisentraut2011-06-19
* Make external_pid_file world readablePeter Eisentraut2011-06-19
* Remove redundant lib*dll.def rules from .gitignoreMagnus Hagander2011-06-18
* Set FLEXIBLE_ARRAY_MEMBER to empty for MSVC.Andrew Dunstan2011-06-17
* Obtain table locks as soon as practical during pg_dump.Tom Lane2011-06-17
* Add overflow checks to int4 and int8 versions of generate_series().Robert Haas2011-06-17
* Fix crash in CREATE UNLOGGED TABLE.Robert Haas2011-06-17
* Fix minor thinko in ProcGlobalShmemSize().Robert Haas2011-06-17
* Define FLEXIBLE_ARRAY_MEMBER for MSVC.Andrew Dunstan2011-06-16
* Index tuple data arrays using Anum_xxx symbolic constants instead of "i++".Tom Lane2011-06-16
* Avoid compiler warnings due to possibly unused variablesPeter Eisentraut2011-06-16
* Start using flexible array membersPeter Eisentraut2011-06-16
* Update README-SSI. Add a section to describe the "dangerous structure" thatHeikki Linnakangas2011-06-16
* Fix typoAlvaro Herrera2011-06-16
* Remove another no-longer-needed inclusion of predicate.h.Tom Lane2011-06-16
* pgindent run of recent SSI changes. Also, remove an unnecessary #include.Heikki Linnakangas2011-06-16
* Respect Hot Standby controls while recycling btree index pages.Simon Riggs2011-06-16
* Use single quotes in preference to double quotes for protecting pathnames.Tom Lane2011-06-15
* Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.Tom Lane2011-06-15
* Fix failure to account for memory used by tuplestore_putvalues().Tom Lane2011-06-15
* Fix oversights in pg_basebackup's -z (compression) option.Tom Lane2011-06-15
* The rolled-back flag on serializable xacts was pointless and redundant withHeikki Linnakangas2011-06-15
* Make non-MVCC snapshots exempt from predicate locking. Scans with non-MVCCHeikki Linnakangas2011-06-15
* Allow psql \d tab completion to complete all relation kindsPeter Eisentraut2011-06-14
* Fix assorted issues with build and install paths containing spaces.Tom Lane2011-06-14
* Remove unused variablePeter Eisentraut2011-06-14
* Add comment that attributes.is_nullable was removed from SQL standardPeter Eisentraut2011-06-14
* Oops, forgot to change the order of entries in 2PC callback arrays when IHeikki Linnakangas2011-06-14
* Renumber 2PC resource managers so that compared to 9.0, predicate lock rmgrHeikki Linnakangas2011-06-14
* Move parse2.pl to parse.plPeter Eisentraut2011-06-14
* Fix aboriginal copy-paste mistake in error messageAlvaro Herrera2011-06-13
* Remove now-unnecessary casts.Heikki Linnakangas2011-06-12
* Code cleanup for InitProcGlobal.Robert Haas2011-06-12
* Tab completion improvements for COMMENT.Robert Haas2011-06-11
* Stamp HEAD as 9.2devel.Tom Lane2011-06-11
* Add C comment mentioning pg_stat_activity.procpid should have beenBruce Momjian2011-06-11
* Work around gcc 4.6.0 bug that breaks WAL replay.Tom Lane2011-06-10
* Fix locking while setting flags in MySerializableXact.Heikki Linnakangas2011-06-10
* Add comment about pg_ctl stopAlvaro Herrera2011-06-10
* Use "transient" files for blind writes, take 2Alvaro Herrera2011-06-10
* Use a constant sprintf format to silence compiler warningAlvaro Herrera2011-06-10
* Small comment fixes and enhancements.Heikki Linnakangas2011-06-10
* Mention "pg_ctl stop" in pgindent README instructions.Bruce Momjian2011-06-09
* Tag 9.1beta2.REL9_1_BETA2Tom Lane2011-06-09
* Revert "Use "transient" files for blind writes"Alvaro Herrera2011-06-09