| Commit message (Expand) | Author | Age |
* | Improve the performance of LIKE/regex estimation in non-C locales, by making | Tom Lane | 2007-11-07 |
* | Use "alternative" instead of "alternate" where it is clearer. | Peter Eisentraut | 2007-11-07 |
* | Migrate the former contrib/txid module into core. This will make it easier | Tom Lane | 2007-10-13 |
* | Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexes | Tom Lane | 2007-10-13 |
* | Change on-disk representation of NUMERIC datatype so that the sign_dscale | Tom Lane | 2007-09-25 |
* | Remove "convert 'blah' using conversion_name" facility, because if it | Andrew Dunstan | 2007-09-24 |
* | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane | 2007-09-20 |
* | Close previously open holes for invalidly encoded data to enter the | Andrew Dunstan | 2007-09-18 |
* | Arrange for SET LOCAL's effects to persist until the end of the current top | Tom Lane | 2007-09-11 |
* | Code review for GUC revert-values-if-removed-from-postgresql.conf patch; | Tom Lane | 2007-09-10 |
* | Provide for binary input/output of enums, to fix complaint from Merlin Moncure. | Andrew Dunstan | 2007-09-04 |
* | Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. | Tom Lane | 2007-09-03 |
* | Implement function-local GUC parameter settings, as per recent discussion. | Tom Lane | 2007-09-03 |
* | Apply a band-aid fix for the problem that 8.2 and up completely misestimate | Tom Lane | 2007-08-31 |
* | Remove the 'not in' operator (!!=). This was a hangover from Berkeley | Tom Lane | 2007-08-27 |
* | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane | 2007-08-21 |
* | Provide for logfiles in machine readable CSV format. In consequence, rename | Andrew Dunstan | 2007-08-19 |
* | Fix oversight in async-commit patch: there were some places in heapam.c | Tom Lane | 2007-08-14 |
* | Fix up bad layout of some comments (probably pg_indent's fault), and | Tom Lane | 2007-08-04 |
* | Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with | Magnus Hagander | 2007-07-25 |
* | Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS, | Neil Conway | 2007-07-17 |
* | Fix up hash functions for datetime datatypes so that they don't take | Tom Lane | 2007-07-06 |
* | Remove unused "caller" argument from stringToQualifiedNameList. | Alvaro Herrera | 2007-06-26 |
* | Tweak the API for per-datatype typmodin functions so that they are passed | Tom Lane | 2007-06-15 |
* | Minor comment fixes. | Tom Lane | 2007-06-12 |
* | Fix up text concatenation so that it accepts all the reasonable cases that | Tom Lane | 2007-06-06 |
* | Downgrade implicit casts to text to be assignment-only, except for the ones | Tom Lane | 2007-06-05 |
* | The session_replication_role actually can be changed at will during | Jan Wieck | 2007-06-05 |
* | Create a GUC parameter temp_tablespaces that allows selection of the | Tom Lane | 2007-06-03 |
* | Allow leading and trailing whitespace in the input to the boolean | Neil Conway | 2007-06-01 |
* | Fix a bug in input processing for the "interval" type. Previously, | Neil Conway | 2007-05-29 |
* | Fix up pgstats counting of live and dead tuples to recognize that committed | Tom Lane | 2007-05-27 |
* | Teach tuplestore.c to throw away data before the "mark" point when the caller | Tom Lane | 2007-05-21 |
* | XPath fixes: | Peter Eisentraut | 2007-05-21 |
* | Temporary fix for the problem that pg_stat_activity, inet_client_addr(), | Tom Lane | 2007-05-17 |
* | Add a hash function for "numeric". Mark the equality operator for | Neil Conway | 2007-05-08 |
* | Add a line to the EXPLAIN ANALYZE output for a Sort node, showing the | Tom Lane | 2007-05-04 |
* | A few fixups in error handling: mark pg_re_throw() as noreturn for gcc, | Tom Lane | 2007-05-04 |
* | Teach tuplesort.c about "top N" sorting, in which only the first N tuples | Tom Lane | 2007-05-04 |
* | Fix oversight in PG_RE_THROW processing: it's entirely possible that there | Tom Lane | 2007-05-02 |
* | Change the timestamps recorded in transaction commit/abort xlog records | Tom Lane | 2007-04-30 |
* | Implement rate-limiting logic on how often backends will attempt to send | Tom Lane | 2007-04-30 |
* | Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan | Tom Lane | 2007-04-26 |
* | Make configuration parameters fall back to their default values when they | Peter Eisentraut | 2007-04-21 |
* | Make plancache store cursor options so it can pass them to planner during | Tom Lane | 2007-04-16 |
* | RESET SESSION, plus related new DDL commands. Patch from Marko Kreen, | Neil Conway | 2007-04-12 |
* | Support varlena fields with single-byte headers and unaligned storage. | Tom Lane | 2007-04-06 |
* | Support enum data types. Along the way, use macros for the values of | Tom Lane | 2007-04-02 |
* | Mapping schemas and databases to XML and XML Schema. | Peter Eisentraut | 2007-04-01 |
* | Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving) | Tom Lane | 2007-03-29 |