Commit Graph

22458 Commits (49b3462abb2cd5ff0866e28a4c3de49bfb423902)
 

Author SHA1 Message Date
Alvaro Herrera 49b3462abb Have autovacuum report its activities to the stat collector. 19 years ago
Alvaro Herrera 4adab7eed3 Fix typo in comment. 19 years ago
Bruce Momjian b125d4b0ca Fix Solaris/ASM test for x86. 19 years ago
Teodor Sigaev 5890790b4a Rework completion of incomplete inserts. Now it writes 19 years ago
Bruce Momjian 19892feb3c Back out \' change for tsearch2, broke regression tests. 19 years ago
Bruce Momjian 7d866ffad7 Mention packager bumps configure.in/configure. 19 years ago
Bruce Momjian 411a64ba73 Stamp 8.1.4, except configure/configure.in. 19 years ago
Bruce Momjian ba10a1f3e4 Update for version 8.1.4. 19 years ago
Bruce Momjian 7540476dc6 Update release notes for 8.1.4. 19 years ago
Bruce Momjian cc84163fa9 Use SQL standard '' rather than \' in /contrib. Backpatch to 8.1.X. 19 years ago
Bruce Momjian 40a95aa25b Use unsigned into for slock_t for pre-sparcv8plus. 19 years ago
Tom Lane eed57b1b92 Fix choose_bitmap_and() so that partial index predicates are considered when 19 years ago
Tom Lane f323252642 When a bitmap indexscan is using a partial index, it is necessary to include 19 years ago
Bruce Momjian 8d988c7d1c Allow sparcv8plus to use "cas". 19 years ago
Bruce Momjian d8f940f281 Code alignment fix. 19 years ago
Tom Lane d18e334c65 Fix thinko in recent changes to handle ScalarArrayOpExpr as an indexable 19 years ago
Bruce Momjian d0f9ca34bd Remove canonicalize_path() call for .pgpass socket directory comparison; 19 years ago
Bruce Momjian 0622821853 Mention that gcc/sparc generates sparcv7 binaries. 19 years ago
Bruce Momjian 45ec63cb24 Change <type>string</> to <parameter>string</>. 19 years ago
Bruce Momjian e6bd9bf7ff Add: 19 years ago
Bruce Momjian 3c5665d088 Add more sparcv8plus comments. 19 years ago
Bruce Momjian d6a35c8125 Make function param_name/type documentation more consistent. 19 years ago
Bruce Momjian 554608d92c Add mention of -xarch=v8plus for "cas" usage on Solaris/sparc. 19 years ago
Bruce Momjian 924b9d62b4 Add simplified sparc8 ASM for solaris_sparc.s, from Alan Stange. 19 years ago
Bruce Momjian 407885ea3b Add comments that Solaris Sun compiler only supports sparc9 ASM, 19 years ago
Bruce Momjian 0d02ef4be4 Change spaces to tabs, for consistency. (Caused by email cut/paste.) 19 years ago
Bruce Momjian 18627c5531 Allow the .pgpass hostname to match the default socket directory, as 19 years ago
Teodor Sigaev 7123349254 Change catalog version due to WAL protocol changes in GiST 19 years ago
Teodor Sigaev 8876e37d07 Reduce size of critial section during vacuum full, critical 19 years ago
Bruce Momjian 815f58407c Rename macro parameter, for clarity. 19 years ago
Bruce Momjian fb4c180da0 Update pg_dump vesion wording. 19 years ago
Bruce Momjian 4b7b1df8a6 Mention version portability of pg_dump. 19 years ago
Tom Lane 91d568e9bb Fix the sense of the test on DH_check()'s return value. This was preventing 19 years ago
Tom Lane 2246e31775 Upon closer inspection, the sparc code in s_lock.c is dead code, and 19 years ago
Bruce Momjian ce84b24c48 Fix typo in comment. 19 years ago
Tom Lane ab1ad7a653 Remove unnecessary .seg/.section directives, per Alan Stange. 19 years ago
Bruce Momjian ad98575617 Use SQL standard '' rather than \' for tutorial/sample code. 19 years ago
Tom Lane 637028afe1 Code review for standard_conforming_strings patch. Fix it so it does not 19 years ago
Tom Lane 3fdeb189e9 Clean up code associated with updating pg_class statistics columns 19 years ago
Teodor Sigaev c1f39437d0 Some optimizations by Volkan YAZICI <yazicivo@ttnet.net.tr> 19 years ago
Teodor Sigaev 10dd8df68e Reduce size of critical section and remove call of user-defined functions in 19 years ago
Bruce Momjian 12049d343e Revert documentation mention of array dimension checking, in next paragraph. 19 years ago
Bruce Momjian 0c9fab6c3b Mention array dimmensions are not enforced either. 19 years ago
Bruce Momjian 3cd77da334 Build server libpgport with all non-FRONTEND object files. This is to 19 years ago
Tom Lane 5749f6ef0c Rewrite btree vacuuming to fold the former bulkdelete and cleanup operations 19 years ago
Tom Lane 09cb5c0e7d Rewrite btree index scans to work a page at a time in all cases (both 19 years ago
Bruce Momjian 88d94a11bb Use $(LIBS:-lpgport=) rather than $(patsubst -lpgport,, $(LIBS)), for consistency. 19 years ago
Bruce Momjian 5ff2838c57 Add description: 19 years ago
Bruce Momjian d9d2d91544 Recommend more clearly custom pg_dump format over tar, buy showing 19 years ago
Bruce Momjian bcf860b7f3 Document SSL CRL usage by libpq. 19 years ago