Commit Graph

32096 Commits (cb5a7bc2dce4377036bd70a69b2b7b3bc821036f)
 

Author SHA1 Message Date
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
Tom Lane cd1f0d04bf Fix thinko in previous patch for optimizing EXISTS-within-EXISTS. 15 years ago
Alvaro Herrera a40a5d9468 Remove extra copying of TupleDescs for heap_create_with_catalog 15 years ago
Michael Meskes bddc35ac66 Fixed string in German translation that causes segfault. 15 years ago
Peter Eisentraut 811f1cec8c Produce HISTORY file consistently as ASCII 15 years ago
Tom Lane 2ed81ebfaf Add REL9_1_STABLE to the set of branches tracked by git_changelog. 15 years ago
Tom Lane 63513b207d Fix thinko in previous patch to always update pg_class.reltuples/relpages. 15 years ago
Peter Eisentraut 8a8fbe7e79 Capitalization fixes 15 years ago
Peter Eisentraut 223d14a984 Make external_pid_file world readable 15 years ago
Magnus Hagander 110c88d35c Remove redundant lib*dll.def rules from .gitignore 15 years ago
Tom Lane a2624c687d Don't use "cp -i" in the example WAL archive_command. 15 years ago
Andrew Dunstan ddef31c15c Set FLEXIBLE_ARRAY_MEMBER to empty for MSVC. 15 years ago
Tom Lane 68d977a737 Obtain table locks as soon as practical during pg_dump. 15 years ago
Robert Haas 062780ec35 Add overflow checks to int4 and int8 versions of generate_series(). 15 years ago
Robert Haas bf347c60bd Fix crash in CREATE UNLOGGED TABLE. 15 years ago