Commit Graph

2660 Commits (ecacbdbcee67e202cfcaa1180da170b9f13654bb)

Author SHA1 Message Date
Tom Lane 89fefd9416 Reduce the permissions check needed to use pgrowlocks() to having 19 years ago
Tom Lane a41e46b261 Require SELECT privilege on a table to do dblink_get_pkey(). This is 19 years ago
Tom Lane 56f3fb3ba1 Restrict pgrowlocks function to superusers. (This might be too strict, 19 years ago
Tom Lane 38c75ecf83 Restrict pgstattuple functions to superusers. (This might be too strict, 19 years ago
Tom Lane 0effa088f5 Clean up usage of some deprecated APIs, particularly schema-unsafe 19 years ago
Tom Lane 08fc73c4c3 Code review for btreefuncs additions: restrict to superusers to avoid 19 years ago
Tatsuo Ishii e4a52eca35 The upper limit for -c option of pgbench is now obtained from 19 years ago
Tom Lane b918bf86c6 Fix combo_decrypt() to throw an error for zero-length input when using a 19 years ago
Tom Lane d097534219 Fix possible core dump from pgbench -d option. Julius Stroffek 19 years ago
Tom Lane 46dedde524 contrib/tsearch2 now fails its regression test because of conflicts with 19 years ago
Tom Lane 82eed4dba2 Arrange to put TOAST tables belonging to temporary tables into special schemas 19 years ago
Tom Lane 2a275e6d3c Fix pg_buffercache to release buffer partition locks in reverse order, 19 years ago
Magnus Hagander bbef913250 Quote pathnames so pg_standby works with paths that have 19 years ago
Tom Lane 37e347a7e0 Get rid of overly cute, unportable, probably not very efficient substitute 19 years ago
Tom Lane 93624bcda0 Fix CHECK_RELATION_BLOCK_RANGE macro, which was not merely producing 19 years ago
Tom Lane 4608f359a6 Fix a passel of signed vs unsigned char warnings. 19 years ago
Tom Lane cfd6c89b04 Silence a rather odd compiler warning. In passing, make this file's 19 years ago
Tom Lane a190eb3d7d Avoid possibly-unportable initializer, per buildfarm warning. 19 years ago
Tom Lane 84a0445c4d Change a couple of exit(0) to return 0 to suppress complaints from 19 years ago
Tom Lane 7176e60bc8 Silence Solaris compiler warnings, per buildfarm. 19 years ago
Tom Lane 10a91e0add Silence Solaris compiler warning, per buildfarm. 19 years ago
Tom Lane af18d3d05c Fix compile warning on Solaris, per buildfarm. (Why have we got 19 years ago
Tom Lane cd54eb2b5b Fix possible portability problem, per buildfarm warnings. 19 years ago
Tom Lane c11b8dcdbb Fix unportable use of isspace(), per buildfarm results. 19 years ago
Tom Lane 4f09b55dc3 Simplify overly-cute array coding to avoid an apparent gcc bug, which 19 years ago
Joe Conway d92583f88e Restrict non-superusers to password authenticated connections 19 years ago
Jan Wieck 9fbcf6625e Changed new \usleep command into \sleep with an optional time unit 19 years ago
Jan Wieck 0f17da9b3e Added a new scripting meta command 19 years ago
Tom Lane b09c248bdd Fix PGXS conventions so that extensions can be built against Postgres 19 years ago
Magnus Hagander b13cc9579c The functions bt_metap, bt_page_stats and bt_page_items had moved 19 years ago
Tom Lane 31edbadf4a Downgrade implicit casts to text to be assignment-only, except for the ones 19 years ago
Tom Lane bd0a260928 Make CREATE/DROP/RENAME DATABASE wait a little bit to see if other backends 19 years ago
Peter Eisentraut 7ce9b3683e Make some messages more consistent 19 years ago
Bruce Momjian 18e3992e56 Add standard error redirection for OS/X & darwin startup script. 19 years ago
Bruce Momjian 87a9473276 Update /contrib OS/X startup files, and move to a separate OS/X 19 years ago
Tom Lane a868e24660 Avoid assuming that the fields of struct timeval have exactly type long. 19 years ago
Peter Eisentraut 4e3cb9ca48 Add deprecation notice about planned removal in 8.4 and advice to try using 19 years ago
Alvaro Herrera 0f6e2d085d Remove unsupported -u option from pg_standby example usage. 19 years ago
Bruce Momjian 9c326ad6bc Add CVS comment for recent commit: 19 years ago
Bruce Momjian 64058429c5 Add database page inspection /contrib module. 19 years ago
Andrew Dunstan 0f77636c2e Remove directory qualification in <ossp/uuid.h> because it's not always installed in ossp. 19 years ago
Tom Lane 0fef38da21 Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetching 19 years ago
Peter Eisentraut 3591ca1fbf Make some functions immutable. 19 years ago
Peter Eisentraut 83ebe3a562 Fix typo 19 years ago
Peter Eisentraut 74496bc298 Contrib module uuid-ossp for generating UUID values using the OSSP UUID 19 years ago
Andrew Dunstan f97d4a267a Add --with-libxslt configure option 19 years ago
Andrew Dunstan 1656cb76f7 revert change to build xml2 until a better fix is found 19 years ago
Andrew Dunstan 6506a584cc Enable building contrib/xml2 if configured using --with-libxml. 19 years ago
Tatsuo Ishii 2fca2c05e7 Add -F option to set fillfactor for tellers, accounts and branches. 19 years ago
Bruce Momjian b0194ab110 Add the usage count statistics to the information available in 19 years ago