aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Call FDW validator functions even when the options list is empty.Tom Lane2011-07-05
* Message style improvements of errmsg_internal() callsPeter Eisentraut2011-07-05
* Message style tweaksPeter Eisentraut2011-07-05
* Reset ALTER TABLE lock levels to AccessExclusiveLock in all cases.Simon Riggs2011-07-04
* Fix bugs in relpersistence handling during table creation.Robert Haas2011-07-03
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-07-02
* Restore correct btree preprocessing of "indexedcol IS NULL" conditions.Tom Lane2011-06-29
* Move the PredicateLockRelation() call from nodeSeqscan.c to heapam.c. It'sHeikki Linnakangas2011-06-29
* Grab predicate locks on matching tuples in a lossy bitmap heap scan.Heikki Linnakangas2011-06-29
* Protect pg_stat_reset_shared() against NULL inputMagnus Hagander2011-06-29
* Reduce impact of btree page reuse on Hot Standby by fixing off-by-1 error.Simon Riggs2011-06-27
* Undo overly enthusiastic de-const-ification.Tom Lane2011-06-22
* Add missing -I switch for VPATH builds.Tom Lane2011-06-22
* Fix symlink for errcodes.h so it works in VPATH builds from tarballs.Tom Lane2011-06-22
* Remove pointless const qualifiers from function arguments in the SSI code.Heikki Linnakangas2011-06-22
* Minor editing for README-SSI.Tom Lane2011-06-21
* Message style and spelling improvementsPeter Eisentraut2011-06-22
* Fix bug in PreCommit_CheckForSerializationFailure. A transaction that hasHeikki Linnakangas2011-06-21
* Fix bug introduced by recent SSI patch to merge ROLLED_BACK andHeikki Linnakangas2011-06-21
* Fix thinko in previous patch for optimizing EXISTS-within-EXISTS.Tom Lane2011-06-20
* Fix thinko in previous patch to always update pg_class.reltuples/relpages.Tom Lane2011-06-19
* Capitalization fixesPeter Eisentraut2011-06-19
* 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
* 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
* 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
* Remove unused variablePeter Eisentraut2011-06-14
* Oops, forgot to change the order of entries in 2PC callback arrays when IHeikki Linnakangas2011-06-14
* Fix aboriginal copy-paste mistake in error messageAlvaro Herrera2011-06-13
* Remove now-unnecessary casts.Heikki Linnakangas2011-06-12
* 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
* 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
* 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
* Add gitignore for mingw/cygwin build outputsMagnus Hagander2011-06-09