Commit Graph

16309 Commits (bf6b92d6e06cbca70e5c43bcdf7d58f15f27bf99)

Author SHA1 Message Date
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 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 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 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 e747f4935a Add support for SSL Certificate Revocation List (CRL) files, root.crl. 20 years ago
Bruce Momjian 1a84275a7b plpython improvements: 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 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
Tom Lane 486f994be7 Revise large-object access routines to avoid running with CurrentMemoryContext 20 years ago
Tom Lane d2896a9ed1 Arrange to cache btree metapage data in the relcache entry for the index, 20 years ago
Tom Lane 1e3593ce16 The 8.1 planner removes WHERE quals from the plan when the quals are 20 years ago
Bruce Momjian 59d591e79a Back out RESET CONNECTION until there is more discussion. 20 years ago
Bruce Momjian 6378fdd971 Add RESET CONNECTION, to reset all aspects of a session. 20 years ago
Bruce Momjian e6004f0151 Add statement_timestamp(), clock_timestamp(), and 20 years ago
Bruce Momjian cd48ae8bf0 Back out patch, unintended. 20 years ago
Bruce Momjian ec9d01e8e2 Done: 20 years ago
Bruce Momjian 5bbea03f3b Suppress more compiler warnings caused by macro tests. 20 years ago
Bruce Momjian 7384e95b0c Add one more paren to macro. 20 years ago
Bruce Momjian 88fc941355 Suprress compiler warning in gcc 4.2. 20 years ago
Tom Lane 332ea60d23 Improve our private implementation of cbrt() to give results of the 20 years ago
Bruce Momjian 7e97b419df Remove compiler warning by casting SNPRINTF() call to void. 20 years ago
Michael Meskes 524d65d459 Fixed memory leak bugs found by Martijn Oosterhout. 20 years ago
Bruce Momjian a16ffee73b Fixes for BCC 5.5 compile of libpq. Backpatch to 8.1.X. 20 years ago
Alvaro Herrera 732a1fd1d0 Don't add a shared dependency on the owner of a composite type in pg_class. 20 years ago
Tom Lane 2206b498d8 Simplify ParamListInfo data structure to support only numbered parameters, 20 years ago
Tom Lane b5498a26de Add some optional code (conditionally compiled under #ifdef LWLOCK_STATS) 20 years ago
Tom Lane efe222268f Eliminate some no-longer-needed workarounds for palloc's old behavior 20 years ago
Bruce Momjian ea6d54ee06 Add "retry another address" log message on statistics collector socket 20 years ago
Tom Lane eac825aa68 Ensure that we validate the page header of the first page of a WAL file 20 years ago