Commit Graph

16309 Commits (bf6b92d6e06cbca70e5c43bcdf7d58f15f27bf99)

Author SHA1 Message Date
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
Tom Lane 427c6b5b98 Avoid assuming that statistics for a parent relation reflect the properties of 20 years ago
Tom Lane a65a49429f Provide a namespace.c function for lookup of an operator with exact 20 years ago
Tom Lane 82a2881c5b Code review for GRANT CONNECT patch. Spell the privilege as CONNECT not 20 years ago
Tom Lane 986085a7f0 Improve the representation of FOR UPDATE/FOR SHARE so that we can 20 years ago
Bruce Momjian 4899aaf2d5 Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf. 20 years ago
Bruce Momjian 782df58a1c Revert patch pending more discussion: 20 years ago
Tom Lane 366682fb66 Remove sema.c, superseded by win32_sema.c. 20 years ago
Tom Lane f0df096785 Rearrange some configure.in comments for better readability. 20 years ago
Tom Lane de762468aa We only need to add thread.c on non-WIN32 platforms, since get_home_path 20 years ago
Bruce Momjian a0a0512182 Disallow changing DEFAULT expression of a SERIAL column. 20 years ago
Bruce Momjian 908f317b73 Add Win32 semaphore implementation, rather than mimicking SysV 20 years ago
Bruce Momjian 291724dfa8 Solaris tas() uses 'int' now. 20 years ago
Bruce Momjian a1ee621589 Fix s_lock_test to use tas.o file, if needed. 20 years ago
Tom Lane 53ee9f52ce Remove the restriction originally coded into optimize_minmax_aggregates() that 20 years ago
Bruce Momjian 4c5eb2c2cb Modify Solaris compiler build rules to use the cpp preprocessor, the the 20 years ago