Commit Graph

27593 Commits (4d1ba044d897be5bc85adbb9d6b8b4e5976b4e44)
 

Author SHA1 Message Date
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
Andrew Dunstan f30a1d0474 Add missing semicolon, per grip from Alex Hunsaker. 17 years ago
Peter Eisentraut 8aad333f8f Fix crash of xmlconcat(NULL) 17 years ago
Tom Lane 0656ed3daa Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the plan 17 years ago
Tom Lane 07c179a82b Document a gotcha that happens on Windows when using libpq's new event 17 years ago
Magnus Hagander 772eedb6bb Exclude contrib/intagg from the list of MSVC project files to be generated, 17 years ago
Tom Lane 5c9c08d250 One more hack to see if we can get the cygwin machines building again. 17 years ago
Tom Lane 62533d34a5 Second try at fixing DLLIMPORT problem for pg_crc.h on Cygwin. 17 years ago
Tom Lane 32cc9e5533 Reduce contrib/intagg to a thin wrapper around the new core functions 17 years ago
Tom Lane 9e0247aba5 In CREATE AGGREGATE, allow the transition datatype to be "internal", but only 17 years ago
Tom Lane fbaa172d65 ecpg's preproc.y is now generated as needed, so remove from CVS. 17 years ago
Tom Lane 4f38b9a80a Make CREATE CONVERSION verify that a putative encoding conversion function 17 years ago
Tom Lane 1a0bbc296c Improve comment about when to clean generated files. 17 years ago
Michael Meskes b78f9b496d Enable script to generate preproc.y in build process. 17 years ago