Commit Graph

32110 Commits (465883b0a2b4236ba6b31b648a9eabef3b7cdddb)
 

Author SHA1 Message Date
Simon Riggs 465883b0a2 Introduce compact WAL record for the common case of commit (non-DDL). 15 years ago
Alvaro Herrera 6f3efa76b0 Remove rel.h from objectaddress.h; only relcache.h is necessary. 15 years ago
Alvaro Herrera e5e2fc842c Modernise pg_hba.conf token processing 15 years ago
Peter Eisentraut 615c384972 Implement the collation columns of various information schema views 15 years ago
Peter Eisentraut 5594d14696 Add composite-type attributes to information_schema.element_types view 15 years ago
Robert Haas c533c1477f Add a missing_ok argument to get_object_address(). 15 years ago
Simon Riggs e1cd66f748 Reduce impact of btree page reuse on Hot Standby by fixing off-by-1 error. 15 years ago
Robert Haas 9abbed0629 Allow callers to pass a missing_ok flag when opening a relation. 15 years ago
Robert Haas e16954f3d2 Try again to make the visibility map crash safe. 15 years ago
Robert Haas 66a36ef949 Mention that SSPI authentication can use GSSAPI on non-Windows systems. 15 years ago
Robert Haas 4da99ea423 Avoid having two copies of the HOT-chain search logic. 15 years ago
Peter Eisentraut 8c8745b298 Add some strings that were not marked for translation 15 years ago
Peter Eisentraut 4635d3c527 Remove redundant DEF_PGPORT handling 15 years ago
Peter Eisentraut cc06e4a1aa Add missing file to GETTEXT_FILES 15 years ago
Peter Eisentraut cb5a7bc2dc Add the possibility to pass --flag arguments to xgettext calls 15 years ago
Peter Eisentraut 7a5a843a2a Refactor common gettext triggers 15 years ago
Peter Eisentraut e8e2fba1fe Replace tabs by spaces in makefile comment 15 years ago
Peter Eisentraut c6ef139376 Make _ be automatically included in GETTEXT_TRIGGERS 15 years ago
Peter Eisentraut 1b11e239ca Replace := by = in nls.mk files 15 years ago
Peter Eisentraut 314837ec3b Remove some cruft from nls.mk files 15 years ago
Joe Conway 8af3596d6b Async dblink functions require a named connection, and therefore should 15 years ago
Robert Haas eb03cff820 Documentation improvements for pg_locks with respect to SSI. 15 years ago
Bruce Momjian 194e6ee74b In pg_upgrade docs, clarify that link mode uses "hard" links. 15 years ago
Peter Eisentraut d34e142c51 Add information schema views role_udt_grants, udt_privileges, user_defined_types 15 years ago
Peter Eisentraut 2c262ea9fe Add a bit of markup 15 years ago
Tom Lane 223be216af Undo overly enthusiastic de-const-ification. 15 years ago
Bruce Momjian 0b44818ead In pg_upgrade, check that the binary and data directories are the same 15 years ago
Bruce Momjian 3b3c2cf180 In pg_upgrade, fix odd function parameter wrapping. 15 years ago
Tom Lane c6c4177f10 Update alternative expected file for recent sequence test changes. 15 years ago
Tom Lane 6aab24d7bc Revert "Don't select log_cnt in sequence regression tests." 15 years ago
Bruce Momjian effbe6ecb4 Rename pg_upgrade directory validation function, for clarity. 15 years ago
Bruce Momjian 559b114dd4 Adjust pg_upgrade check for pg_upgrade_support to happen after the 15 years ago
Bruce Momjian b06ad7def8 Fix pg_upgrade status message capitalization mistake. 15 years ago
Tom Lane 9cc2c182fc Add missing -I switch for VPATH builds. 15 years ago
Tom Lane 0ade8421b5 Fix symlink for errcodes.h so it works in VPATH builds from tarballs. 15 years ago
Robert Haas addf11f9a2 Don't select log_cnt in sequence regression tests. 15 years ago
Heikki Linnakangas 5da417f7c4 Remove pointless const qualifiers from function arguments in the SSI code. 15 years ago
Robert Haas 503c7305a1 Make the visibility map crash-safe. 15 years ago
Robert Haas 431ab0e828 Add some regression tests for serial pseudotypes. 15 years ago
Robert Haas 61307dccc5 Add smallserial pseudotype. 15 years ago
Robert Haas 7095003cbe Make deadlock_timeout PGC_SUSET rather than PGC_SIGHUP. 15 years ago
Robert Haas 8f9fe6edce Add notion of a "transform function" that can simplify function calls. 15 years ago
Robert Haas 771a9f69f7 Performance tuning advice for SSI. 15 years ago
Tom Lane a3290f655e Minor editing for README-SSI. 15 years ago
Peter Eisentraut e2a0cb1a80 Message style and spelling improvements 15 years ago
Tom Lane ca59dfa6f7 Apply upstream fix for blowfish signed-character bug (CVE-2011-2483). 15 years ago
Heikki Linnakangas 38c0e72180 Adjust the alternative expected output file for prepared_xacts test case, 15 years ago
Heikki Linnakangas 1eea8e8a06 Fix bug in PreCommit_CheckForSerializationFailure. A transaction that has 15 years ago
Heikki Linnakangas 7cb2ff9621 Fix bug introduced by recent SSI patch to merge ROLLED_BACK and 15 years ago
Tom Lane 31e8ab4dd9 Fix missed use of "cp -i" in an example, per Fujii Masao. 15 years ago