Commit Graph

21656 Commits (15516c5f0b8c8209e23f36aa6e204e21bea19e6c)
 

Author SHA1 Message Date
Bruce Momjian e20261128d Fix to_char(interval) to return proper year and century values. 21 years ago
Tom Lane f8d0a82bf9 Avoid an Assert failure if OuterUserId hasn't been set yet during 21 years ago
Bruce Momjian 63f850cd4d More formatting.c cleanups. 21 years ago
Bruce Momjian 9cd3fb172d Small cleanup. 21 years ago
Bruce Momjian 420fc28ac5 Adjust to_char/from_char code to use boolean "is_to_char" rather than 21 years ago
Tom Lane cb6a08c9b3 Remove unnecessary configure test for inet_ntop(), per Andrew Dunstan. 21 years ago
Tom Lane ff15b3dac5 Fix declaration of dumpacl, per Alvaro. 21 years ago
Bruce Momjian 28d0515d18 Fix FSM warning to mention increasing max_fsm_pages. Was incorrectly 21 years ago
Bruce Momjian 26b9dcb640 Minor cleanup. 21 years ago
Bruce Momjian e19e382804 Update comments. 21 years ago
Bruce Momjian e7fb5563af Improve comment. 21 years ago
Bruce Momjian f2ad4cadbf Update pgcvslog comment on how to find branch start time. 21 years ago
Tom Lane 6629bc79f1 Reject operator names >= NAMEDATALEN characters. These will not work 21 years ago
Bruce Momjian 070a3ad76b Rename pg_stat_file columns to be more consistent. Split apart change 21 years ago
Tom Lane 24bd9447ac Clean up recent patch for PL handler functions in pg_catalog: the patch 21 years ago
Tom Lane 9a9328003d Make createlang and droplang proof against weird search_path settings 21 years ago
Tom Lane 866ffc2fe3 array_in() and array_recv() need to be more paranoid about validating 21 years ago
Tom Lane e6a30121be int_array_enum function should be using fcinfo->flinfo->fn_extra for 21 years ago
Tom Lane 87808aef05 Allow the pgstat views to show toast tables as well as regular tables 21 years ago
Tom Lane 2498d8296e Clean up some stray remaining references to pg_shadow, pg_user, pg_group. 21 years ago
Tom Lane f590ed12f6 Change pg_dump to use pg_roles instead of pg_user on 8.1 and up, 21 years ago
Tom Lane 840b7f5205 Update administrator's guide chapters for ROLEs patch. 21 years ago
Peter Eisentraut bf86bacb2c Change standard_compliant_strings to standard_conforming_strings. 21 years ago
Tom Lane 8ae0d476a9 Update the createuser utility for the ROLEs world. Alvaro Herrera 21 years ago
Tom Lane e36de18191 Fix psql's \d commands to use pg_roles instead of pg_user, so that 21 years ago
Tom Lane 84ccf7212c Fix up tab completion for ROLEs and add some more completion logic for 21 years ago
Tom Lane f60d176a5e Tweak catalog cache management algorithms to reduce cost of 21 years ago
Tom Lane 2af9a44fa9 Make pg_stat_file() use OUT parameters so that the user doesn't have to 21 years ago
Bruce Momjian f547909db7 Remove API file. 21 years ago
Bruce Momjian 03be45fbe6 CREATE TABLE has optional column names, so change {} to []. 21 years ago
Bruce Momjian 87688ddf87 The large one adds support for RSA keys and reorganizes 21 years ago
Bruce Momjian abecf1afc2 Add documentation: 21 years ago
Bruce Momjian f810cfb291 Disable strtoul() ERANGE check on Win32, because it isn't thread safe, 21 years ago
Bruce Momjian 27639809d2 Reverse out Assert addition. 21 years ago
Tom Lane 59c016aa9f Pass the type OID as the typioparam for all non-array types, rather than 21 years ago
Bruce Momjian bb2ffe9acf Back out plpython makefile change. 21 years ago
Bruce Momjian fab177e64f Improve documention on loading large data sets into plperl. 21 years ago
Bruce Momjian ed63689b43 This patch fixes the event type used to log output from the 21 years ago
Tom Lane 65790b9e01 Un-break plperl for non-set case. 21 years ago
Bruce Momjian 7d781c62b1 [ backpatched to 8.0.X.] 21 years ago
Bruce Momjian 479a8fd69e > Gavin Sherry <swm@linuxworld.com.au> writes: 21 years ago
Bruce Momjian abc8a0a0fe More rsi assignment line too. 21 years ago
Tom Lane 0d1ebe0194 Fix up canonicalize_path to do the right thing in all cases (I think ... 21 years ago
Bruce Momjian 9cc5caea6c Fix this: 21 years ago
Bruce Momjian 2c07d6bfa5 Cleanups for FreeBSD linking (PIC) and plpython compiles. 21 years ago
Bruce Momjian 60672b59b8 > The attached patch moves a plperl sanity check into the correct 21 years ago
Bruce Momjian 88a2b5c10f No server version of snprintf needed, so remove Makefile rule. 21 years ago
Bruce Momjian 3b0ee862d6 Reverse out changes to canonicalize_path(), per suggestion from Tom. 21 years ago
Bruce Momjian 35379e9079 Modify canonicalize_path() so if we would return a trailing "..", throw 21 years ago
Tom Lane a43ea120bf Code & docs review for server instrumentation patch. File timestamps 21 years ago