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