Commit Graph

22379 Commits (87db3ad07883d736b3cfe3fc921ce14c333ea25b)
 

Author SHA1 Message Date
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
Bruce Momjian 59d61409cd Move ltree parentsel() selectivity function into /contrib/ltree. 20 years ago
Bruce Momjian cae5671945 In pg_resetxlog.c, uint -> uint32, for Win32 port. 20 years ago
Bruce Momjian 1865fb66fa Add missing ControlFile.checkPointCopy.ThisTimeLineID line for 'guess' 20 years ago
Bruce Momjian 0a646e801c Update catalog version for ltree changes. 20 years ago
Bruce Momjian b3e4aefcfb Enhanced containment selectivity function for /contrib/ltree 20 years ago
Bruce Momjian 0df32e3cbe Allow pg_resetxlog -f to reset pg_control counters using xlog 20 years ago