summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove extra copying of TupleDescs for heap_create_with_catalogAlvaro Herrera2011-06-202-13/+4
* Fixed string in German translation that causes segfault.Michael Meskes2011-06-201-1/+1
* Produce HISTORY file consistently as ASCIIPeter Eisentraut2011-06-191-1/+10
* Add REL9_1_STABLE to the set of branches tracked by git_changelog.Tom Lane2011-06-191-3/+5
* Fix thinko in previous patch to always update pg_class.reltuples/relpages.Tom Lane2011-06-191-15/+2
* Capitalization fixesPeter Eisentraut2011-06-1918-26/+26
* Make external_pid_file world readablePeter Eisentraut2011-06-191-0/+5
* Remove redundant lib*dll.def rules from .gitignoreMagnus Hagander2011-06-184-7/+0
* Don't use "cp -i" in the example WAL archive_command.Tom Lane2011-06-171-12/+13
* Set FLEXIBLE_ARRAY_MEMBER to empty for MSVC.Andrew Dunstan2011-06-171-1/+1
* Obtain table locks as soon as practical during pg_dump.Tom Lane2011-06-171-5/+11
* Add overflow checks to int4 and int8 versions of generate_series().Robert Haas2011-06-172-0/+8
* Fix crash in CREATE UNLOGGED TABLE.Robert Haas2011-06-171-0/+1
* Fix minor thinko in ProcGlobalShmemSize().Robert Haas2011-06-171-2/+0
* Fix typo.Robert Haas2011-06-171-1/+1
* Define FLEXIBLE_ARRAY_MEMBER for MSVC.Andrew Dunstan2011-06-161-0/+9
* Index tuple data arrays using Anum_xxx symbolic constants instead of "i++".Tom Lane2011-06-165-121/+114
* Avoid compiler warnings due to possibly unused variablesPeter Eisentraut2011-06-162-1/+3
* Start using flexible array membersPeter Eisentraut2011-06-164-1/+82
* Update README-SSI. Add a section to describe the "dangerous structure" thatHeikki Linnakangas2011-06-161-87/+117
* Fix typoAlvaro Herrera2011-06-161-1/+1
* Remove another no-longer-needed inclusion of predicate.h.Tom Lane2011-06-161-1/+0
* pgindent run of recent SSI changes. Also, remove an unnecessary #include.Heikki Linnakangas2011-06-166-17/+15
* Respect Hot Standby controls while recycling btree index pages.Simon Riggs2011-06-161-2/+10
* Use single quotes in preference to double quotes for protecting pathnames.Tom Lane2011-06-156-19/+19
* Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.Tom Lane2011-06-159-115/+175
* In pg_upgrade, clean up code layout in validateDirectoryOption().Bruce Momjian2011-06-151-5/+3
* Fix failure to account for memory used by tuplestore_putvalues().Tom Lane2011-06-151-4/+5
* Fix oversights in pg_basebackup's -z (compression) option.Tom Lane2011-06-151-7/+7
* The rolled-back flag on serializable xacts was pointless and redundant withHeikki Linnakangas2011-06-152-34/+29
* Make non-MVCC snapshots exempt from predicate locking. Scans with non-MVCCHeikki Linnakangas2011-06-156-100/+151
* Allow psql \d tab completion to complete all relation kindsPeter Eisentraut2011-06-141-3/+3
* Document that psql's \d also works with composite typesPeter Eisentraut2011-06-141-2/+2
* In pg_upgrade, document that link mode has to have data directories onBruce Momjian2011-06-141-4/+7
* Fix assorted issues with build and install paths containing spaces.Tom Lane2011-06-144-4/+4
* Remove unused variablePeter Eisentraut2011-06-141-2/+0
* Add comment that attributes.is_nullable was removed from SQL standardPeter Eisentraut2011-06-141-1/+1
* In pg_upgrade, check there are no prepared transactions.Bruce Momjian2011-06-141-0/+33
* Fix grammatical mistake introduced by previous commitAlvaro Herrera2011-06-141-1/+1
* Mention DROP TABLE as well as ALTER TABLE NO INHERITAlvaro Herrera2011-06-141-1/+2
* Improve accuracy of ON_ERROR_STOP documentation.Robert Haas2011-06-141-12/+10
* Oops, forgot to change the order of entries in 2PC callback arrays when IHeikki Linnakangas2011-06-141-8/+8
* Renumber 2PC resource managers so that compared to 9.0, predicate lock rmgrHeikki Linnakangas2011-06-141-4/+4
* Move parse2.pl to parse.plPeter Eisentraut2011-06-145-1089/+590
* Document that bits to the right of the CIDR mask "should" be zero, notBruce Momjian2011-06-131-1/+1
* Fix aboriginal copy-paste mistake in error messageAlvaro Herrera2011-06-131-2/+1
* Expand warnings on locks acquired by CREATE INDEX CONCURRENTLYAlvaro Herrera2011-06-131-1/+10
* Remove parentheses from mention of current_schemas function.Robert Haas2011-06-131-2/+2
* Clarify that NATURAL without matching columns is like CROSS JOIN.Robert Haas2011-06-131-1/+3
* Add doc cross-reference to search_path discussion of current_schemas().Robert Haas2011-06-131-1/+3