Commit Graph

27568 Commits (26e6c896c946bc1a9e9f608b2c7463be1e8c6291)
 

Author SHA1 Message Date
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
Michael Meskes a76e98f021 Fixed test for output_filename == stdout. 17 years ago
Heikki Linnakangas f06b7604ca Fix oversight in previous error-reporting patch; mustn't pfree path string 17 years ago
Peter Eisentraut 6e82501083 Since doc/src/sgml already builds the HTML docs twice to resolve index 17 years ago
Peter Eisentraut d129255077 Set SQL man pages to be section 7 by default, and only transform them to 17 years ago
Michael Meskes e339ed5f50 Added files containing changes between gram.y and preproc.y. 17 years ago
Michael Meskes 4607c5ca56 Adding script that generates preproc.y from gram.y to CVS. 17 years ago
Tom Lane 81e11f2d05 Actually, instead of whining about how type internal might not safely store 17 years ago
Alvaro Herrera 03e5248d0f Replace the usage of heap_addheader to create pg_attribute tuples with regular 17 years ago
Tom Lane c889ebce0a Implement the basic form of UNNEST, ie unnest(anyarray) returns setof 17 years ago
Tom Lane 5b9453bcd3 Minor code clarity improvements in array_agg functions, and add a comment 17 years ago
Tom Lane c23b6fa7b5 Marginal editorial improvements for array_agg patch documentation. 17 years ago
Tom Lane 312d51798f Suppress leap-second-aware timezones in the output of pg_tzenumerate_next, 17 years ago
Tom Lane 10e3acb8e7 Prevent synchronous scan during GIN index build, because GIN is optimized 17 years ago
Peter Eisentraut 3379fae6de array_agg aggregate function, as per SQL:2008, but without ORDER BY clause 17 years ago
Tom Lane 69a0e2f76d PGDLLIMPORT-ize the global variables referenced in pg_crc.h. 17 years ago
Michael Meskes 53f93cbb20 Updated parser file to the one generated by the latest version of parse.[awk|pl] from the latest version of gram.y 17 years ago
Michael Meskes cd583703ea Removed two non-terminals: 17 years ago
Magnus Hagander c89404edf3 Fix libpq certificate validation for SSL connections. 17 years ago
Tom Lane e7d8bfb934 Arrange to cache the results of looking up a btree predicate proof comparison 17 years ago
Tom Lane fdf8d0624a In predtest.c, install a limit on the number of branches we will process in 17 years ago
Alvaro Herrera 249b224bf5 Update URL to Ross Williams' CRC paper. 17 years ago
Peter Eisentraut 2b2fb7d85d Support for man page links, if a man page has more than one refname. 17 years ago
Peter Eisentraut 18eeacc463 Remove unnecessary whitespace in refname elements. This confuses the 17 years ago
Peter Eisentraut 2655ec1f2c Add refentrytitle elements to refentry pages. Their absence confused the 17 years ago
Michael Meskes 9e6976057c Do not use ICONST/SCONST in rules other than Iconst/Sconst. 17 years ago