Commit Graph

1875 Commits (2e2d56fea97f43cf8c40a87143bc10356e4ed4d4)

Author SHA1 Message Date
Peter Eisentraut 414c5a2ea6 Per-column collation support 15 years ago
Robert Haas 87d967f70f Minor sepgsql regression test fixes. 15 years ago
Robert Haas c7689ee733 Various sepgsql corrections. 15 years ago
Tom Lane cd7d748d51 Repair multiple breakage in Windows-specific code for appending '.exe'. 15 years ago
Bruce Momjian 2b6e2dee78 Fix wrong verb in pg_upgrade text message, per Haas. 15 years ago
Bruce Momjian 9d220fc17e Simplify pg_upgrade checking of executable permissions. 15 years ago
Bruce Momjian 2bb87a61a8 Add pg_upgrade comment for why we can't use template1 inheritance for 15 years ago
Tom Lane 6e2f3ae884 Support LIKE and ILIKE index searches via contrib/pg_trgm indexes. 15 years ago
Bruce Momjian 6238473adb Fix pg_upgrade to create pg_authid restore functions in the 'postgres' 15 years ago
Tom Lane 7ccb6dc2d3 Prevent buffer overrun while parsing an integer in a "query_int" value. 15 years ago
Bruce Momjian 4fec63f94e Per Peter E, use 'kB' for kilobyte, not 'K'. 15 years ago
Bruce Momjian 00869024cb In pg_test_fsync, use K(1024) rather than k(1000) for write size units. 15 years ago
Bruce Momjian 64bc872761 Adjust pg_test_fsync to always do XLOG_BLCKSZ-sized writes, rather than 15 years ago
Bruce Momjian d7a714828f Use consistent spacing for PGAPPICON Makefile option. 15 years ago
Bruce Momjian 9dd7933937 Use XLOG_BLCKSZ in pg_test_fsync, rather than our own define, but verify 15 years ago
Bruce Momjian 9fc0192283 In test_open_sync(), writes kilobytes as intended, not by bytes. 15 years ago
Robert Haas 41611f16e9 PGXS support for contrib/hstore 15 years ago
Robert Haas 194c8f713a First round of cleanup of sepgsql code and documentation. 15 years ago
Robert Haas 968bc6fac9 sepgsql, an SE-Linux integration for PostgreSQL 15 years ago
Tom Lane 37eb2cd4ad More pg_test_fsync fixups. 15 years ago
Tom Lane 3ae28ce8c4 Suppress unused-variables warning when OPEN_SYNC_FLAG isn't defined. 15 years ago
Tom Lane cb38ab6d3b More pg_test_fsync cleanup. 15 years ago
Tom Lane bc616703e8 Clean up pg_test_fsync commit. 15 years ago
Bruce Momjian b35bfcae93 Update C banner on new pg_test_fsync file. 15 years ago
Bruce Momjian 606a3d54fc Move test_fsync to /contrib. 15 years ago
Bruce Momjian 0a5f119931 A toast relid field are no longer needed in pg_upgrade's rel arrays, so 15 years ago
Tom Lane be0c3ea2d3 Update contrib/pg_trgm for new GIN extractQuery API. 15 years ago
Tom Lane ba398969cd Update contrib/hstore for new GIN extractQuery API. 15 years ago
Tom Lane 327b257682 Improve comment. 15 years ago
Tom Lane 304845075c Use array_contains_nulls instead of ARR_HASNULL on user-supplied arrays. 15 years ago
Tom Lane fdf2dbda3f Fix assorted corner-case bugs in contrib/intarray. 15 years ago
Bruce Momjian 002c105a07 In pg_upgrade, remove functions that did sequential array scans looking 15 years ago
Bruce Momjian ebaf648ad2 In pg_upgrade, clarify use of install_db_support_functions(). 15 years ago
Bruce Momjian a60b32b3dc In pg_upgrade, remove unnecessary separate handling of toast tables now 15 years ago
Tom Lane 69c26c57cf Update GIN support function definitions for contrib/intarray. 15 years ago
Bruce Momjian 133641a48e Document why pg_upgrade preserves pg_auth.oid (because they are stored 15 years ago
Bruce Momjian 2f657e4d72 More pg_upgrade relfilenode C comments added. 15 years ago
Bruce Momjian 3095643d37 Simplify pg_upgrade C comment about what is preserved. 15 years ago
Bruce Momjian f75383e6e8 In pg_upgrade, track only one copy of namespace/relname in FileNameMap 15 years ago
Bruce Momjian 519c008a96 Fix C indenting in pg_upgrade function. 15 years ago
Bruce Momjian d8d3d2a4f3 Fix pg_upgrade of large object permissions by preserving pg_auth.oid, 15 years ago
Bruce Momjian 2896c87ce4 Force pg_upgrade's to preserve pg_class.oid, not pg_class.relfilenode. 15 years ago
Tom Lane 541fc3d4df Ooops, forgot to fix contrib/tsearch2's references to GIN support funcs. 15 years ago
Tom Lane 73912e7fbd Fix GIN to support null keys, empty and null items, and full index scans. 15 years ago
Bruce Momjian 46d28820b6 Improve C comments about backend variables set by pg_upgrade_support 15 years ago
Bruce Momjian 56a9adcb96 Rename pg_upgrade variables, for clarity. 15 years ago
Bruce Momjian e66e43988a Update pg_upgrade C comments. 15 years ago
Bruce Momjian a45beaac64 Fix for recent pg_upgrade commit to fix large objects relfilenode 15 years ago
Bruce Momjian b1f2a94fa2 In pg_upgrade, adjust transfer_relfile()'s parameters to be more logical. 15 years ago
Bruce Momjian 5cff5b5779 Clarify pg_upgrade's creation of the map file structure. Also clean 15 years ago