aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* In pg_upgrade, check there are no prepared transactions.Bruce Momjian2011-06-14
* Fix grammatical mistake introduced by previous commitAlvaro Herrera2011-06-14
* Mention DROP TABLE as well as ALTER TABLE NO INHERITAlvaro Herrera2011-06-14
* Improve accuracy of ON_ERROR_STOP documentation.Robert Haas2011-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
* Document that bits to the right of the CIDR mask "should" be zero, notBruce Momjian2011-06-13
* Fix aboriginal copy-paste mistake in error messageAlvaro Herrera2011-06-13
* Expand warnings on locks acquired by CREATE INDEX CONCURRENTLYAlvaro Herrera2011-06-13
* Remove parentheses from mention of current_schemas function.Robert Haas2011-06-13
* Clarify that NATURAL without matching columns is like CROSS JOIN.Robert Haas2011-06-13
* Add doc cross-reference to search_path discussion of current_schemas().Robert Haas2011-06-13
* Document GUC context for synchronous_standby_names/hot_standby_feedback.Robert Haas2011-06-13
* In ALTER EXTENSION docs, document left_type/right_type.Robert Haas2011-06-13
* Markup fix.Robert Haas2011-06-13
* More foreign table documentation improvements.Robert Haas2011-06-13
* Remove now-unnecessary casts.Heikki Linnakangas2011-06-12
* Corrections to ALTER FOREIGN TABLE documentation.Robert Haas2011-06-12
* Tab completion improvements for COMMENT.Robert Haas2011-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
* Ecpg doc cleanups, as reported by Marc Cousin.Bruce Momjian2011-06-09
* Update 9.1 release notes to reflect commits through today.Tom Lane2011-06-09
* Revert "Use "transient" files for blind writes"Alvaro Herrera2011-06-09
* Use "transient" files for blind writesAlvaro Herrera2011-06-09
* Translation updates for 9.1beta2Peter Eisentraut2011-06-09
* Fix the truncation logic of the OldSerXid SLRU mechanism. We can't passHeikki Linnakangas2011-06-09
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Update typedef list for upcoming pgindent run.Bruce Momjian2011-06-09
* Use the correct eventlog severity for errorMagnus Hagander2011-06-09
* Support silent mode for service registrations on win32Magnus Hagander2011-06-09
* Add gitignore for mingw/cygwin build outputsMagnus Hagander2011-06-09
* Mark the SLRU page as dirty when setting an entry in pg_serial. In theHeikki Linnakangas2011-06-09
* Fix documentation of information_schema.element_typesPeter Eisentraut2011-06-09
* Make citext's equality and hashing functions collation-insensitive.Tom Lane2011-06-08
* Reorder pg_ctl promote after pg_ctl statusPeter Eisentraut2011-06-08
* Allow domains over arrays to match ANYARRAY parameters again.Tom Lane2011-06-08
* Make DDL operations play nicely with Serializable Snapshot Isolation.Heikki Linnakangas2011-06-08
* Complain politely about access temp/unlogged tables during recovery.Robert Haas2011-06-07
* Revert psql bits to display NOT VALID for FKsAlvaro Herrera2011-06-07
* Make ascii-art in comments pgindent-safe, and some other formatting changes.Heikki Linnakangas2011-06-07
* Fix rewriter to cope (more or less) with CTEs in the query being rewritten.Tom Lane2011-06-07