Commit Graph

22385 Commits (427c6b5b984928972e955f4477c6ba64edbb66cc)
 

Author SHA1 Message Date
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 931bfc9664 Done: 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 87db3ad078 Add question mark: 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 c6ef426f67 Done: 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 61091ec267 Intel compiler has a bug/misoptimization in checking for division by NAN 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
Bruce Momjian 83b692d9bb Darin -> Darwin. 20 years ago
Bruce Momjian e81b7b1dac Remove extra 'else' in solaris compiler code. 20 years ago
Bruce Momjian dfec2b070d Remove "volatile" from tas function, per TOm. 20 years ago
Bruce Momjian 9fc69d669e Update list of platforms that have a list of exported symbols. 20 years ago
Tom Lane 1e7bb2da57 Arrange to strip libpq.so of symbols that aren't officially supposed to 20 years ago
Bruce Momjian 35a0601d0a Add info on pgport linking requirements. 20 years ago
Bruce Momjian 128bed948f Rewrite Solaris compiler tas() assembly routines, merge i386 and x86_64 20 years ago
Tom Lane 4ade4fe422 Fix ltreeparentsel so it actually works ... 20 years ago
Tom Lane 0f0a33099c Generalize mcv_selectivity() to support both VAR OP CONST and CONST OP VAR 20 years ago
Bruce Momjian afab814a18 Change log message about vacuuming database name from LOG to DEBUG1. 20 years ago
Bruce Momjian 87f00a4694 Add to item log_min_error_messages item: 20 years ago
Bruce Momjian 2fddd23b56 On second thought, keep SSL CRL as a log, and wait for feedback from 8.2. 20 years ago
Bruce Momjian d440c5b49d Downgrade SSL CRL file missing message from LOG to DEBUG1. 20 years ago
Bruce Momjian 0a6990e4dc Turn off strict aliasing when using AIX xlc compiler. 20 years ago
Bruce Momjian 203592dd88 Revert patch, causing plpython regression failues: 20 years ago
Bruce Momjian 8f10768feb Tab alignment cleanup. 20 years ago
Bruce Momjian 317ce6269a Add underscores to SSL CERT macro names, for clarity and consistency 20 years ago
Bruce Momjian 2882241c23 Add SSL include needed for psql, after libpq adjustments. 20 years ago
Bruce Momjian 80aa37a72f Add: 20 years ago
Bruce Momjian e747f4935a Add support for SSL Certificate Revocation List (CRL) files, root.crl. 20 years ago
Bruce Momjian 1a84275a7b plpython improvements: 20 years ago
Tom Lane f66a3ca267 Un-break ltree. 20 years ago
Bruce Momjian 3c4768d0d1 Change libpq's PQgetssl() to return a void*, rather than SSL *, so that 20 years ago
Tom Lane a3c1a11fc1 If we're going to expose VariableStatData for contrib modules to use, 20 years ago
Bruce Momjian f1b3d5b02d Remove unused function SSL_CTX_set_tmp_dh_callback() from libpq: 20 years ago
Bruce Momjian 02eb8f4f5c Use schema search path to find the first matching contraint name for SET 20 years ago
Bruce Momjian 944a17bf9f Delay write of pg_stats file to once every five minutes, during 20 years ago
Bruce Momjian a1e5331b07 Add tablespace display to psql \l+. 20 years ago
Bruce Momjian 525de8d556 Improve /contrib/pg_buffercache installation to use BEGIN/COMMIT, 20 years ago
Bruce Momjian 136bea1540 Split out pg_freespace views to one for relations and another for pages, 20 years ago
Bruce Momjian 028ec5cb0f Adjust /contrib/pg_freespace to show index free space as NULL (FSM only 20 years ago