aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Change pg_upgrade to use port 50432 by default to avoid unintendedBruce Momjian2011-07-01
* Enable CHECK constraints to be declared NOT VALIDAlvaro Herrera2011-06-30
* Fix outdated commentAlvaro Herrera2011-06-29
* 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
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-06-29
* Introduce compact WAL record for the common case of commit (non-DDL).Simon Riggs2011-06-28
* Remove rel.h from objectaddress.h; only relcache.h is necessary.Alvaro Herrera2011-06-28
* Modernise pg_hba.conf token processingAlvaro Herrera2011-06-28
* Implement the collation columns of various information schema viewsPeter Eisentraut2011-06-28
* Add composite-type attributes to information_schema.element_types viewPeter Eisentraut2011-06-28
* Add a missing_ok argument to get_object_address().Robert Haas2011-06-27
* Reduce impact of btree page reuse on Hot Standby by fixing off-by-1 error.Simon Riggs2011-06-27
* Allow callers to pass a missing_ok flag when opening a relation.Robert Haas2011-06-27
* Try again to make the visibility map crash safe.Robert Haas2011-06-27
* Mention that SSPI authentication can use GSSAPI on non-Windows systems.Robert Haas2011-06-27
* Avoid having two copies of the HOT-chain search logic.Robert Haas2011-06-27
* Add some strings that were not marked for translationPeter Eisentraut2011-06-27
* Remove redundant DEF_PGPORT handlingPeter Eisentraut2011-06-27
* Add missing file to GETTEXT_FILESPeter Eisentraut2011-06-27
* Add the possibility to pass --flag arguments to xgettext callsPeter Eisentraut2011-06-27
* Refactor common gettext triggersPeter Eisentraut2011-06-27
* Replace tabs by spaces in makefile commentPeter Eisentraut2011-06-26
* Make _ be automatically included in GETTEXT_TRIGGERSPeter Eisentraut2011-06-26
* Replace := by = in nls.mk filesPeter Eisentraut2011-06-26
* Remove some cruft from nls.mk filesPeter Eisentraut2011-06-26
* Async dblink functions require a named connection, and therefore shouldJoe Conway2011-06-25
* Documentation improvements for pg_locks with respect to SSI.Robert Haas2011-06-24
* In pg_upgrade docs, clarify that link mode uses "hard" links.Bruce Momjian2011-06-23
* Add information schema views role_udt_grants, udt_privileges, user_defined_typesPeter Eisentraut2011-06-23
* Add a bit of markupPeter Eisentraut2011-06-23
* Undo overly enthusiastic de-const-ification.Tom Lane2011-06-22
* In pg_upgrade, check that the binary and data directories are the sameBruce Momjian2011-06-22
* In pg_upgrade, fix odd function parameter wrapping.Bruce Momjian2011-06-22
* Update alternative expected file for recent sequence test changes.Tom Lane2011-06-22
* Revert "Don't select log_cnt in sequence regression tests."Tom Lane2011-06-22
* Rename pg_upgrade directory validation function, for clarity.Bruce Momjian2011-06-22
* Adjust pg_upgrade check for pg_upgrade_support to happen after theBruce Momjian2011-06-22
* Fix pg_upgrade status message capitalization mistake.Bruce Momjian2011-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
* Don't select log_cnt in sequence regression tests.Robert Haas2011-06-22
* Remove pointless const qualifiers from function arguments in the SSI code.Heikki Linnakangas2011-06-22
* Make the visibility map crash-safe.Robert Haas2011-06-21
* Add some regression tests for serial pseudotypes.Robert Haas2011-06-21
* Add smallserial pseudotype.Robert Haas2011-06-21
* Make deadlock_timeout PGC_SUSET rather than PGC_SIGHUP.Robert Haas2011-06-21
* Add notion of a "transform function" that can simplify function calls.Robert Haas2011-06-21