Commit Graph

27553 Commits (07c179a82b39ffbc172175382717706d90c714cd)
 

Author SHA1 Message Date
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
Teodor Sigaev b87b52bf04 Support of multibyte encoding for pg_trgm 17 years ago
Tom Lane e4ffd143a3 If we're going to use a SQL function for this, at least make it schema-proof. 17 years ago
Peter Eisentraut f98f6ee064 array_length() function, and for SQL compatibility also cardinality() 17 years ago
Heikki Linnakangas 4c22564471 Fix off-by-one error in autovacuum shmem struct sizing. This could lead to 17 years ago
Tom Lane d1ab3eb712 Clean up the ancient decision to show only two fractional-seconds digits 17 years ago
Andrew Dunstan 466368b8d0 Detect and error out on inability to get proper linkage information required for plperl, usually due to absence of perl ExtUtils::Embed module. Backpatch as far as 8.1. 17 years ago
Magnus Hagander bd059c2d1d Mention the tup_fetched column in pg_stat_database. 17 years ago
Tom Lane 0d7099d2f0 Ensure that the phrels sets of PlaceHolderVars appearing in an AppendRelInfo's 17 years ago
Tom Lane 0436679969 Get rid of adjust_appendrel_attr_needed(), which has been broken ever since 17 years ago
Magnus Hagander ccc9073f26 Make psql report "SSL connection (unknown cipher)" when libpq has set 17 years ago
Tom Lane cad3a26a95 Fix sloppy omission of now-required #include's. 17 years ago
Heikki Linnakangas 7e8b0b9ab1 Change error messages to print the physical path, like 17 years ago
Michael Meskes c7f5c7c128 Replaced manually synced preproc.y by the one created by the new script. 17 years ago
Tom Lane 3be2448525 Add an explicit caution about how to use pg_do_encoding_conversion with 17 years ago
Tom Lane a4917bef0e Add support for input and output of interval values formatted per ISO 8601; 17 years ago