Commit Graph

27606 Commits (7c5a561f31339ac3cfedb2dab066eca331dd75ac)
 

Author SHA1 Message Date
Michael Meskes 7c5a561f31 Applied patch by Ron Mayer <rm_pg@cheapcomplexdevices.com> to merge the new 17 years ago
Tom Lane cbb3e1cda7 Tweak new PQExpBufferBroken macro to suppress warnings from pickier 17 years ago
Michael Meskes ba34215269 Removed strchrnul 17 years ago
Tom Lane d703de2989 Let's see if using -c instead of -- style fixes the PGOPTIONS issue. 17 years ago
Michael Meskes c4a13c7e3c When creating a varchar struct name braces must be discarded. 17 years ago
Peter Eisentraut f900afff3e configure check for docbook2man program, used in the new XML-based man 17 years ago
Peter Eisentraut 15c67060b1 Feature F442 "Mixed column references in set functions" is supported. 17 years ago
Peter Eisentraut a53536d031 Add %expect 0 to all parser input files to prevent conflicts slipping by. 17 years ago
Tom Lane 1b26b07379 Make DISCARD ALL discard advisory locks, too. Marko Kreen 17 years ago
Tom Lane 739259d62e Adjust the behavior of the PQExpBuffer code to make it have well-defined 17 years ago
Tom Lane 8a10096440 information_schema.key_column_usage.position_in_unique_constraint was 17 years ago
Alvaro Herrera 6bbef4e538 Use ResourceOwners in the snapshot manager, instead of attempting to track them 17 years ago
Tom Lane 1304f297a4 Remove PGINTERVALSTYLE from the set of special environment variables for 17 years ago
Tom Lane 4d1ba044d8 Omit src/port/pipe.c on non-Windows platforms. It's useless and draws 17 years ago
Peter Eisentraut 45fe3afc04 If pg_ctl stop fails, print an error message and exit (instead of going out 17 years ago
Magnus Hagander 47ed197c37 Disable FNM_CASEFOLD. Need a proper solution later, but just comment 17 years ago
Peter Eisentraut 0884acbcab Move FAQ_AIX information to installation instructions. 17 years ago
Magnus Hagander cb10467d30 Add support for matching wildcard server certificates to the new SSL code. 17 years ago
Peter Eisentraut a378555501 CLUSTER VERBOSE and corresponding clusterdb --verbose option 17 years ago
Tom Lane 6f6a6d8b14 Teach RequestCheckpoint() to wait and retry a few times if it can't signal 17 years ago
Tom Lane 8309d006cb Switch the planner over to treating qualifications of a JOIN_SEMI join as 17 years ago
Tom Lane 86422cbbfc Minor copy-editing. 17 years ago
Magnus Hagander 822f26069e Fix a few more format argument warnings. 17 years ago
Magnus Hagander bae2116ac6 Document which GUC settings are enums and not strings, along with a short 17 years ago
Magnus Hagander e5c032d898 Docs update for enumvals patch. 17 years ago
Magnus Hagander ab0a37fe07 Make the enumvals column of pg_settings be text[] instead of just 17 years ago
Peter Eisentraut 47d6d641dd Include the platform "FAQs" into the installation instructions. 17 years ago
Peter Eisentraut 5758d5ea31 Use relation_expr for TABLE command, requested by Tom. 17 years ago
Tom Lane 3d7ac0d0b1 Note that the example aggregate array_accum is comparable to the now 17 years ago
Bruce Momjian 170b66a0c5 Issue a proper error message when MD5 is attempted when 17 years ago
Tom Lane 176961c1f1 Fix breakage of bitmap scan plan creation for special index operators such 17 years ago
Magnus Hagander 6c3690d835 Don't pass strings directly to errdetail() and errhint() - use 17 years ago
Magnus Hagander 284491ee71 Silence compiler warning about ignored return value. Our comment already 17 years ago
Peter Eisentraut b09a1a2942 TABLE command 17 years ago
Magnus Hagander f179d5ea99 Add support for using SSL client certificates to authenticate to the 17 years ago
Magnus Hagander 3c486fbd1c Control client certificate requesting with the pg_hba option "clientcert" 17 years ago
Peter Eisentraut 5054867632 Add WITH as a refname to the SELECT reference page. 17 years ago
Heikki Linnakangas 3396000684 Rethink the way FSM truncation works. Instead of WAL-logging FSM 17 years ago
Teodor Sigaev 26e6c896c9 Fix compiler warning "res may be used uninitialized in this function". 17 years ago
Peter Eisentraut 8b4da40487 Change this script to Perl 5 style. Add support for multiple refnames. 17 years ago
Bruce Momjian 89ad92a216 Add "Most Common Implementation" row to high availablity table so the 17 years ago
Tom Lane e125e28e78 Add auto-explain contrib module for automatic logging of the plans of 17 years ago
Tom Lane 31ec957a15 Fix define_custom_variable so that SUSET custom variables behave 17 years ago
Tom Lane cd35e9d746 Some infrastructure changes for the upcoming auto-explain contrib module: 17 years ago
Magnus Hagander 667685ca7d Add required include to build with cygwin. 17 years ago
Peter Eisentraut f426fbf746 Ident authentication over Unix-domain sockets on Solaris, using 17 years ago
Bruce Momjian 29ad832dba Document that Bucardo is an example of mulit-master replication with 17 years ago
Teodor Sigaev 25ca5a9a54 Replace plain-memory ordered array by binary tree in ts_stat() function. 17 years ago
Tom Lane 18004101ac Modify UPDATE/DELETE WHERE CURRENT OF to use the FOR UPDATE infrastructure to 17 years ago
Tom Lane 30f272a79b Add missing dependencies to preproc.y build rule 17 years ago