| Commit message (Expand) | Author | Age |
... | |
* | In the pg_upgrade docs, move 50432 port mention to the place where we | Bruce Momjian | 2011-07-01 |
* | Change pg_upgrade to use port 50432 by default to avoid unintended | Bruce Momjian | 2011-07-01 |
* | Enable CHECK constraints to be declared NOT VALID | Alvaro Herrera | 2011-06-30 |
* | Fix outdated comment | Alvaro Herrera | 2011-06-29 |
* | Restore correct btree preprocessing of "indexedcol IS NULL" conditions. | Tom Lane | 2011-06-29 |
* | Move the PredicateLockRelation() call from nodeSeqscan.c to heapam.c. It's | Heikki Linnakangas | 2011-06-29 |
* | Grab predicate locks on matching tuples in a lossy bitmap heap scan. | Heikki Linnakangas | 2011-06-29 |
* | Protect pg_stat_reset_shared() against NULL input | Magnus Hagander | 2011-06-29 |
* | Unify spelling of "canceled", "canceling", "cancellation" | Peter Eisentraut | 2011-06-29 |
* | Introduce compact WAL record for the common case of commit (non-DDL). | Simon Riggs | 2011-06-28 |
* | Remove rel.h from objectaddress.h; only relcache.h is necessary. | Alvaro Herrera | 2011-06-28 |
* | Modernise pg_hba.conf token processing | Alvaro Herrera | 2011-06-28 |
* | Implement the collation columns of various information schema views | Peter Eisentraut | 2011-06-28 |
* | Add composite-type attributes to information_schema.element_types view | Peter Eisentraut | 2011-06-28 |
* | Add a missing_ok argument to get_object_address(). | Robert Haas | 2011-06-27 |
* | Reduce impact of btree page reuse on Hot Standby by fixing off-by-1 error. | Simon Riggs | 2011-06-27 |
* | Allow callers to pass a missing_ok flag when opening a relation. | Robert Haas | 2011-06-27 |
* | Try again to make the visibility map crash safe. | Robert Haas | 2011-06-27 |
* | Mention that SSPI authentication can use GSSAPI on non-Windows systems. | Robert Haas | 2011-06-27 |
* | Avoid having two copies of the HOT-chain search logic. | Robert Haas | 2011-06-27 |
* | Add some strings that were not marked for translation | Peter Eisentraut | 2011-06-27 |
* | Remove redundant DEF_PGPORT handling | Peter Eisentraut | 2011-06-27 |
* | Add missing file to GETTEXT_FILES | Peter Eisentraut | 2011-06-27 |
* | Add the possibility to pass --flag arguments to xgettext calls | Peter Eisentraut | 2011-06-27 |
* | Refactor common gettext triggers | Peter Eisentraut | 2011-06-27 |
* | Replace tabs by spaces in makefile comment | Peter Eisentraut | 2011-06-26 |
* | Make _ be automatically included in GETTEXT_TRIGGERS | Peter Eisentraut | 2011-06-26 |
* | Replace := by = in nls.mk files | Peter Eisentraut | 2011-06-26 |
* | Remove some cruft from nls.mk files | Peter Eisentraut | 2011-06-26 |
* | Async dblink functions require a named connection, and therefore should | Joe Conway | 2011-06-25 |
* | Documentation improvements for pg_locks with respect to SSI. | Robert Haas | 2011-06-24 |
* | In pg_upgrade docs, clarify that link mode uses "hard" links. | Bruce Momjian | 2011-06-23 |
* | Add information schema views role_udt_grants, udt_privileges, user_defined_types | Peter Eisentraut | 2011-06-23 |
* | Add a bit of markup | Peter Eisentraut | 2011-06-23 |
* | Undo overly enthusiastic de-const-ification. | Tom Lane | 2011-06-22 |
* | In pg_upgrade, check that the binary and data directories are the same | Bruce Momjian | 2011-06-22 |
* | In pg_upgrade, fix odd function parameter wrapping. | Bruce Momjian | 2011-06-22 |
* | Update alternative expected file for recent sequence test changes. | Tom Lane | 2011-06-22 |
* | Revert "Don't select log_cnt in sequence regression tests." | Tom Lane | 2011-06-22 |
* | Rename pg_upgrade directory validation function, for clarity. | Bruce Momjian | 2011-06-22 |
* | Adjust pg_upgrade check for pg_upgrade_support to happen after the | Bruce Momjian | 2011-06-22 |
* | Fix pg_upgrade status message capitalization mistake. | Bruce Momjian | 2011-06-22 |
* | Add missing -I switch for VPATH builds. | Tom Lane | 2011-06-22 |
* | Fix symlink for errcodes.h so it works in VPATH builds from tarballs. | Tom Lane | 2011-06-22 |
* | Don't select log_cnt in sequence regression tests. | Robert Haas | 2011-06-22 |
* | Remove pointless const qualifiers from function arguments in the SSI code. | Heikki Linnakangas | 2011-06-22 |
* | Make the visibility map crash-safe. | Robert Haas | 2011-06-21 |
* | Add some regression tests for serial pseudotypes. | Robert Haas | 2011-06-21 |
* | Add smallserial pseudotype. | Robert Haas | 2011-06-21 |
* | Make deadlock_timeout PGC_SUSET rather than PGC_SIGHUP. | Robert Haas | 2011-06-21 |