| Commit message (Expand) | Author | Age |
* | Remove the placeholder LWLockId in place of the removed FreeSpaceLock. | Heikki Linnakangas | 2009-03-03 |
* | When we are in error recursion trouble, arrange to suppress translation and | Tom Lane | 2009-03-02 |
* | Add a -w/--no-password option that prevents all password prompts to all | Peter Eisentraut | 2009-02-26 |
* | Get rid of the rather fuzzily defined FlattenedSubLink node type in favor of | Tom Lane | 2009-02-25 |
* | Add the possibility to specify an explicit validator function for foreign-data | Peter Eisentraut | 2009-02-24 |
* | Repair a longstanding bug in CLUSTER and the rewriting variants of ALTER | Tom Lane | 2009-02-24 |
* | Change the signaling of end-of-recovery. Startup process now indicates end | Heikki Linnakangas | 2009-02-23 |
* | Increase NUM_AUXILIARY_PROCS, now that the startup process can co-exist | Heikki Linnakangas | 2009-02-19 |
* | Start background writer during archive recovery. Background writer now performs | Heikki Linnakangas | 2009-02-18 |
* | Change ALTER TABLE SET WITHOUT OIDS to rewrite the whole table to physically | Tom Lane | 2009-02-11 |
* | Support for KOI8U encoding | Peter Eisentraut | 2009-02-10 |
* | Adopt Bob Jenkins' improved hash function for hash_any(). This changes the | Tom Lane | 2009-02-09 |
* | Update autovacuum to use reloptions instead of a system catalog, for | Alvaro Herrera | 2009-02-09 |
* | Fix cost_mergejoin's failure to adjust for rescanning of non-unique merge join | Tom Lane | 2009-02-06 |
* | Clean up some loose ends from the column privileges patch: add | Tom Lane | 2009-02-06 |
* | Allow reloption names to have qualifiers, initially supporting a TOAST | Alvaro Herrera | 2009-02-02 |
* | Replace argument-checking Asserts with regular test-and-elog checks in all | Tom Lane | 2009-01-29 |
* | Revert updatable views | Peter Eisentraut | 2009-01-27 |
* | Allow extracting and parsing of reloptions from a bare pg_class tuple, and | Alvaro Herrera | 2009-01-26 |
* | Support column-level privileges, as required by SQL standard. | Tom Lane | 2009-01-22 |
* | Update comments to reflect that tgenabled is not a boolean anymore. | Heikki Linnakangas | 2009-01-22 |
* | Automatic view update rules | Peter Eisentraut | 2009-01-22 |
* | Add new SPI_OK_REWRITTEN return code to SPI_execute and friends, for the | Heikki Linnakangas | 2009-01-21 |
* | Make win32 builds always do SetEnvironmentVariable() when doing putenv(). | Magnus Hagander | 2009-01-21 |
* | Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should | Heikki Linnakangas | 2009-01-20 |
* | Add vacuum_freeze_table_age GUC option, to control when VACUUM should | Heikki Linnakangas | 2009-01-16 |
* | Fix URL generation in headline. Only tag lexeme will be replaced by space. | Teodor Sigaev | 2009-01-15 |
* | Simplify the writing of amoptions routines by introducing a convenience | Alvaro Herrera | 2009-01-12 |
* | Implement prefetching via posix_fadvise() for bitmap index scans. A new | Tom Lane | 2009-01-12 |
* | Re-enable the old code in xlog.c that tried to use posix_fadvise(), so that | Tom Lane | 2009-01-11 |
* | Revise the TIDBitmap API to support multiple concurrent iterations over a | Tom Lane | 2009-01-10 |
* | Arrange for function default arguments to be processed properly in expressions | Tom Lane | 2009-01-09 |
* | A couple further reloptions improvements, per KaiGai Kohei: add a validation | Alvaro Herrera | 2009-01-08 |
* | Create a third option named "partition" for constraint_exclusion, and make it | Tom Lane | 2009-01-07 |
* | Insert conditional SPI_push/SPI_pop calls into InputFunctionCall, | Tom Lane | 2009-01-07 |
* | define HAVE_FSEEKO for MSVC | Andrew Dunstan | 2009-01-07 |
* | Fix executor/spi.h to follow our usual conventions for include files, ie, | Tom Lane | 2009-01-07 |
* | Add hba parameter include_realm to krb5, gss and sspi authentication, used | Magnus Hagander | 2009-01-07 |
* | Allow krb_realm (krb5, gssapi and sspi) and krb_server_hostname (krb5 only) | Magnus Hagander | 2009-01-07 |
* | Update MinGW so it handles fseeko() similar to Unix. | Bruce Momjian | 2009-01-07 |
* | Change a couple of ill-advised uses of INFO elog level to WARNINGs; in | Tom Lane | 2009-01-06 |
* | Doesn't seem like a good idea to be doing AC_CHECK_SIZEOF(void *) so much | Tom Lane | 2009-01-06 |
* | Fix string reloption handling, per KaiGai Kohei. | Alvaro Herrera | 2009-01-06 |
* | Change the reloptions machinery to use a table-based parser, and provide | Alvaro Herrera | 2009-01-05 |
* | Export IsUnderPostmaster on win32. | Alvaro Herrera | 2009-01-05 |
* | Add contrib/pg_stat_statements for server-wide tracking of statement execution | Tom Lane | 2009-01-04 |
* | Add a pg_encoding_mbcliplen() function that is just like pg_mbcliplen() | Tom Lane | 2009-01-04 |
* | Allow loadable modules to create PGC_POSTMASTER GUC variables, but only | Tom Lane | 2009-01-03 |
* | Create a "shmem_startup_hook" to be called at the end of shared memory | Tom Lane | 2009-01-03 |
* | Include a pointer to the query's source text in QueryDesc structs. This is | Tom Lane | 2009-01-02 |