Commit Graph

15824 Commits (382808612cb15bd90b53b665602c85bcdd3ab9e6)

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 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
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