Commit Graph

15824 Commits (382808612cb15bd90b53b665602c85bcdd3ab9e6)

Author SHA1 Message Date
Bruce Momjian b125d4b0ca Fix Solaris/ASM test for x86. 20 years ago
Teodor Sigaev 5890790b4a Rework completion of incomplete inserts. Now it writes 20 years ago
Bruce Momjian 7d866ffad7 Mention packager bumps configure.in/configure. 20 years ago
Bruce Momjian 40a95aa25b Use unsigned into for slock_t for pre-sparcv8plus. 20 years ago
Tom Lane eed57b1b92 Fix choose_bitmap_and() so that partial index predicates are considered when 20 years ago
Tom Lane f323252642 When a bitmap indexscan is using a partial index, it is necessary to include 20 years ago
Bruce Momjian 8d988c7d1c Allow sparcv8plus to use "cas". 20 years ago
Bruce Momjian d8f940f281 Code alignment fix. 20 years ago
Tom Lane d18e334c65 Fix thinko in recent changes to handle ScalarArrayOpExpr as an indexable 20 years ago
Bruce Momjian d0f9ca34bd Remove canonicalize_path() call for .pgpass socket directory comparison; 20 years ago
Bruce Momjian 0622821853 Mention that gcc/sparc generates sparcv7 binaries. 20 years ago
Bruce Momjian 3c5665d088 Add more sparcv8plus comments. 20 years ago
Bruce Momjian 554608d92c Add mention of -xarch=v8plus for "cas" usage on Solaris/sparc. 20 years ago
Bruce Momjian 924b9d62b4 Add simplified sparc8 ASM for solaris_sparc.s, from Alan Stange. 20 years ago
Bruce Momjian 407885ea3b Add comments that Solaris Sun compiler only supports sparc9 ASM, 20 years ago
Bruce Momjian 0d02ef4be4 Change spaces to tabs, for consistency. (Caused by email cut/paste.) 20 years ago
Bruce Momjian 18627c5531 Allow the .pgpass hostname to match the default socket directory, as 20 years ago
Teodor Sigaev 7123349254 Change catalog version due to WAL protocol changes in GiST 20 years ago
Teodor Sigaev 8876e37d07 Reduce size of critial section during vacuum full, critical 20 years ago
Bruce Momjian 815f58407c Rename macro parameter, for clarity. 20 years ago
Tom Lane 91d568e9bb Fix the sense of the test on DH_check()'s return value. This was preventing 20 years ago
Tom Lane 2246e31775 Upon closer inspection, the sparc code in s_lock.c is dead code, and 20 years ago
Bruce Momjian ce84b24c48 Fix typo in comment. 20 years ago
Tom Lane ab1ad7a653 Remove unnecessary .seg/.section directives, per Alan Stange. 20 years ago
Bruce Momjian ad98575617 Use SQL standard '' rather than \' for tutorial/sample code. 20 years ago
Tom Lane 637028afe1 Code review for standard_conforming_strings patch. Fix it so it does not 20 years ago
Tom Lane 3fdeb189e9 Clean up code associated with updating pg_class statistics columns 20 years ago
Teodor Sigaev 10dd8df68e Reduce size of critical section and remove call of user-defined functions in 20 years ago
Bruce Momjian 3cd77da334 Build server libpgport with all non-FRONTEND object files. This is to 20 years ago
Tom Lane 5749f6ef0c Rewrite btree vacuuming to fold the former bulkdelete and cleanup operations 20 years ago
Tom Lane 09cb5c0e7d Rewrite btree index scans to work a page at a time in all cases (both 20 years ago
Bruce Momjian 88d94a11bb Use $(LIBS:-lpgport=) rather than $(patsubst -lpgport,, $(LIBS)), for consistency. 20 years ago
Tom Lane cbc0539c2a Further minor simplification of relcache startup: don't need a static 20 years ago
Bruce Momjian 069ad5fcc3 Add SSL CRL support to libpq. Recently added to the backend. 20 years ago
Bruce Momjian 3ecfdceaec Issue a log message if a CRL file exists and the SSL library does not 20 years ago
Bruce Momjian 25c1c3cfd6 Seems some NetBSD 3.0 x86 systems still need float8-small-is-zero, so 20 years ago
Bruce Momjian f454d6264d On Solaris ASM, / '/' is the comment for x86, while '!' is the comment 20 years ago
Bruce Momjian c51c2777ec Use regression results float8-small-is-zero only for NetBSD < 3.0. 20 years ago
Bruce Momjian e451014d8c Change Solaris comments from / to !. 20 years ago
Tom Lane 1e3496f26a Don't try to compile SSL CRL support if local SSL installation hasn't 20 years ago
Tom Lane 46287bd660 Simplify relcache startup sequence. With the new design of InitPostgres 20 years ago
Tom Lane 52667d56a3 Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE. 20 years ago
Tom Lane cb98e6fb8f Create a syscache for pg_database-indexed-by-oid, and make use of it 20 years ago
Teodor Sigaev 2a58f3bff6 Fix typo noticed by Alvaro Herrera 20 years ago
Tom Lane f4923880b3 Fix calculation of plan node extParams to account for the possibility that one 20 years ago
Tom Lane e57345975c Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion. 20 years ago
Tom Lane 67030eec1e Suppress some gcc warnings. 20 years ago
Tom Lane 2610a1fd5e Fix grammar of new error message. 20 years ago
Teodor Sigaev 2bee77e600 Add GIN opclases for another types 20 years ago
Teodor Sigaev 8a3631f8d8 GIN: Generalized Inverted iNdex. 20 years ago