| Commit message (Expand) | Author | Age |
* | Small comment fixes. | Heikki Linnakangas | 2008-12-03 |
* | If pg_stop_backup() is called just after switching to a new xlog file, | Heikki Linnakangas | 2008-12-03 |
* | Use PG_GETARG_TEXT_PP instead of PG_GETARG_TEXT_P in the new | Heikki Linnakangas | 2008-12-02 |
* | Minor code embellishments. | Alvaro Herrera | 2008-12-02 |
* | Fix an oversight in the code that makes transitive-equality deductions from | Tom Lane | 2008-12-01 |
* | Modify the new to_timestamp implementation so that end-of-format-string | Heikki Linnakangas | 2008-12-01 |
* | Ensure that the contents of a holdable cursor don't depend on out-of-line | Tom Lane | 2008-12-01 |
* | Clean up the API for DestReceiver objects by eliminating the assumption | Tom Lane | 2008-11-30 |
* | Add a "LIKE = typename" clause to CREATE TYPE for base types. This allows | Tom Lane | 2008-11-30 |
* | Remove inappropriate memory context switch in shutdown_MultiFuncCall(). | Tom Lane | 2008-11-30 |
* | Make sure we give an appropriate user-facing error when attempting | Tom Lane | 2008-11-29 |
* | My recent fix for semijoin planning didn't actually work for a semijoin with a | Tom Lane | 2008-11-28 |
* | Support regular expressions in pg_ident.conf. | Magnus Hagander | 2008-11-28 |
* | Fix bug in the tsvector stats collection function, which caused a crash if | Heikki Linnakangas | 2008-11-27 |
* | Fix obsolete comment regarding FSM truncation. | Heikki Linnakangas | 2008-11-27 |
* | Don't force creation of the FSM on searches. It will still be created | Heikki Linnakangas | 2008-11-27 |
* | Drop CLI related features from the list, since we don't track the ODBC | Peter Eisentraut | 2008-11-27 |
* | Mark features related to WITH/SELECT as supported. | Peter Eisentraut | 2008-11-27 |
* | Fix #ifdeffed debugging code to work with relation forks. | Heikki Linnakangas | 2008-11-27 |
* | Fix minor memory leak introduced in recent SQL-functions hacking: the | Tom Lane | 2008-11-27 |
* | Rely on relcache invalidation to update the cached size of the FSM. | Heikki Linnakangas | 2008-11-26 |
* | Feature F442 "Mixed column references in set functions" is supported. | Peter Eisentraut | 2008-11-26 |
* | Add %expect 0 to all parser input files to prevent conflicts slipping by. | Peter Eisentraut | 2008-11-26 |
* | Make DISCARD ALL discard advisory locks, too. Marko Kreen | Tom Lane | 2008-11-26 |
* | Use ResourceOwners in the snapshot manager, instead of attempting to track them | Alvaro Herrera | 2008-11-25 |
* | CLUSTER VERBOSE and corresponding clusterdb --verbose option | Peter Eisentraut | 2008-11-24 |
* | Teach RequestCheckpoint() to wait and retry a few times if it can't signal | Tom Lane | 2008-11-23 |
* | Switch the planner over to treating qualifications of a JOIN_SEMI join as | Tom Lane | 2008-11-22 |
* | Fix a few more format argument warnings. | Magnus Hagander | 2008-11-21 |
* | Make the enumvals column of pg_settings be text[] instead of just | Magnus Hagander | 2008-11-21 |
* | Use relation_expr for TABLE command, requested by Tom. | Peter Eisentraut | 2008-11-21 |
* | Issue a proper error message when MD5 is attempted when | Bruce Momjian | 2008-11-20 |
* | Fix breakage of bitmap scan plan creation for special index operators such | Tom Lane | 2008-11-20 |
* | TABLE command | Peter Eisentraut | 2008-11-20 |
* | Add support for using SSL client certificates to authenticate to the | Magnus Hagander | 2008-11-20 |
* | Control client certificate requesting with the pg_hba option "clientcert" | Magnus Hagander | 2008-11-20 |
* | Rethink the way FSM truncation works. Instead of WAL-logging FSM | Heikki Linnakangas | 2008-11-19 |
* | Fix compiler warning "res may be used uninitialized in this function". | Teodor Sigaev | 2008-11-19 |
* | 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 |
* | 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 |
* | 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 |
* | In CREATE AGGREGATE, allow the transition datatype to be "internal", but only | Tom Lane | 2008-11-14 |
* | Make CREATE CONVERSION verify that a putative encoding conversion function | Tom Lane | 2008-11-14 |
* | Fix oversight in previous error-reporting patch; mustn't pfree path string | Heikki Linnakangas | 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 |