| Commit message (Expand) | Author | Age |
* | 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 |
* | Document that Bucardo is an example of mulit-master replication with | Bruce Momjian | 2008-11-17 |
* | 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 |
* | Document a gotcha that happens on Windows when using libpq's new event | Tom Lane | 2008-11-14 |
* | 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 |
* | Reduce contrib/intagg to a thin wrapper around the new core functions | 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 |
* | Since doc/src/sgml already builds the HTML docs twice to resolve index | Peter Eisentraut | 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 |
* | Marginal editorial improvements for array_agg patch documentation. | Tom Lane | 2008-11-13 |
* | 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 |
* | Support for man page links, if a man page has more than one refname. | Peter Eisentraut | 2008-11-12 |
* | Remove unnecessary whitespace in refname elements. This confuses the | Peter Eisentraut | 2008-11-12 |
* | Add refentrytitle elements to refentry pages. Their absence confused the | Peter Eisentraut | 2008-11-12 |
* | Do not use ICONST/SCONST in rules other than Iconst/Sconst. | Michael Meskes | 2008-11-12 |
* | Support of multibyte encoding for pg_trgm | Teodor Sigaev | 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 |