| Commit message (Expand) | Author | Age |
* | Fix define_custom_variable so that SUSET custom variables behave | Tom Lane | 2008-11-19 |
* | Some infrastructure changes for the upcoming auto-explain contrib module: | Tom Lane | 2008-11-19 |
* | Add required include to build with cygwin. | Magnus Hagander | 2008-11-18 |
* | Ident authentication over Unix-domain sockets on Solaris, using | Peter Eisentraut | 2008-11-18 |
* | Replace plain-memory ordered array by binary tree in ts_stat() function. | Teodor Sigaev | 2008-11-17 |
* | Modify UPDATE/DELETE WHERE CURRENT OF to use the FOR UPDATE infrastructure to | Tom Lane | 2008-11-16 |
* | Add missing dependencies to preproc.y build rule | Tom Lane | 2008-11-15 |
* | Add missing semicolon, per grip from Alex Hunsaker. | Andrew Dunstan | 2008-11-15 |
* | Fix crash of xmlconcat(NULL) | Peter Eisentraut | 2008-11-15 |
* | Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the plan | Tom Lane | 2008-11-15 |
* | Exclude contrib/intagg from the list of MSVC project files to be generated, | Magnus Hagander | 2008-11-14 |
* | One more hack to see if we can get the cygwin machines building again. | Tom Lane | 2008-11-14 |
* | Second try at fixing DLLIMPORT problem for pg_crc.h on Cygwin. | Tom Lane | 2008-11-14 |
* | In CREATE AGGREGATE, allow the transition datatype to be "internal", but only | Tom Lane | 2008-11-14 |
* | ecpg's preproc.y is now generated as needed, so remove from CVS. | Tom Lane | 2008-11-14 |
* | Make CREATE CONVERSION verify that a putative encoding conversion function | Tom Lane | 2008-11-14 |
* | Improve comment about when to clean generated files. | Tom Lane | 2008-11-14 |
* | Enable script to generate preproc.y in build process. | Michael Meskes | 2008-11-14 |
* | Fixed test for output_filename == stdout. | Michael Meskes | 2008-11-14 |
* | Fix oversight in previous error-reporting patch; mustn't pfree path string | Heikki Linnakangas | 2008-11-14 |
* | Set SQL man pages to be section 7 by default, and only transform them to | Peter Eisentraut | 2008-11-14 |
* | Added files containing changes between gram.y and preproc.y. | Michael Meskes | 2008-11-14 |
* | Adding script that generates preproc.y from gram.y to CVS. | Michael Meskes | 2008-11-14 |
* | Actually, instead of whining about how type internal might not safely store | Tom Lane | 2008-11-14 |
* | Replace the usage of heap_addheader to create pg_attribute tuples with regular | Alvaro Herrera | 2008-11-14 |
* | Implement the basic form of UNNEST, ie unnest(anyarray) returns setof | Tom Lane | 2008-11-14 |
* | Minor code clarity improvements in array_agg functions, and add a comment | Tom Lane | 2008-11-14 |
* | Suppress leap-second-aware timezones in the output of pg_tzenumerate_next, | Tom Lane | 2008-11-13 |
* | Prevent synchronous scan during GIN index build, because GIN is optimized | Tom Lane | 2008-11-13 |
* | array_agg aggregate function, as per SQL:2008, but without ORDER BY clause | Peter Eisentraut | 2008-11-13 |
* | PGDLLIMPORT-ize the global variables referenced in pg_crc.h. | Tom Lane | 2008-11-13 |
* | Updated parser file to the one generated by the latest version of parse.[awk|... | Michael Meskes | 2008-11-13 |
* | Removed two non-terminals: | Michael Meskes | 2008-11-13 |
* | Fix libpq certificate validation for SSL connections. | Magnus Hagander | 2008-11-13 |
* | Arrange to cache the results of looking up a btree predicate proof comparison | Tom Lane | 2008-11-13 |
* | In predtest.c, install a limit on the number of branches we will process in | Tom Lane | 2008-11-12 |
* | Update URL to Ross Williams' CRC paper. | Alvaro Herrera | 2008-11-12 |
* | Do not use ICONST/SCONST in rules other than Iconst/Sconst. | Michael Meskes | 2008-11-12 |
* | If we're going to use a SQL function for this, at least make it schema-proof. | Tom Lane | 2008-11-12 |
* | array_length() function, and for SQL compatibility also cardinality() | Peter Eisentraut | 2008-11-12 |
* | Fix off-by-one error in autovacuum shmem struct sizing. This could lead to | Heikki Linnakangas | 2008-11-12 |
* | Clean up the ancient decision to show only two fractional-seconds digits | Tom Lane | 2008-11-12 |
* | Ensure that the phrels sets of PlaceHolderVars appearing in an AppendRelInfo's | Tom Lane | 2008-11-11 |
* | Get rid of adjust_appendrel_attr_needed(), which has been broken ever since | Tom Lane | 2008-11-11 |
* | Make psql report "SSL connection (unknown cipher)" when libpq has set | Magnus Hagander | 2008-11-11 |
* | Fix sloppy omission of now-required #include's. | Tom Lane | 2008-11-11 |
* | Change error messages to print the physical path, like | Heikki Linnakangas | 2008-11-11 |
* | Replaced manually synced preproc.y by the one created by the new script. | Michael Meskes | 2008-11-11 |
* | Add an explicit caution about how to use pg_do_encoding_conversion with | Tom Lane | 2008-11-11 |
* | Add support for input and output of interval values formatted per ISO 8601; | Tom Lane | 2008-11-11 |