| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make the new pg_stat_get_activity use OUT parameters, so you don't have to | Magnus Hagander | 2008-05-08 | 1 | -7/+2 |
* | Make the pg_stat_activity view call a SRF (pg_stat_get_activity()) | Magnus Hagander | 2008-05-07 | 2 | -17/+242 |
* | The CONSTROID syscache should show conrelid as a relation OID column. | Tom Lane | 2008-05-07 | 1 | -5/+4 |
* | Add timestamp and timestamptz versions of generate_series(). | Tom Lane | 2008-05-04 | 1 | -1/+180 |
* | Add pg_conf_load_time() function to report when the Postgres configuration | Tom Lane | 2008-05-04 | 3 | -4/+18 |
* | Use new cstring/text conversion functions in some additional places. | Tom Lane | 2008-05-04 | 2 | -62/+14 |
* | The 8.2 patch that added support for an alias on the target table of | Tom Lane | 2008-05-03 | 1 | -3/+10 |
* | Allow the planner's estimate of the fraction of a cursor's rows that will be | Tom Lane | 2008-05-02 | 3 | -6/+32 |
* | Make the AWK default value also take effect if $AWK is an empty string. | Peter Eisentraut | 2008-05-02 | 1 | -2/+4 |
* | Remove the recently added USE_SEGMENTED_FILES option, and indeed remove all | Tom Lane | 2008-05-02 | 2 | -83/+10 |
* | Make the minimum allowed value of work_mem be 64KB always, rather than having | Tom Lane | 2008-05-01 | 1 | -2/+2 |
* | Fix nodeTidscan.c to not trigger an error if the block number portion of | Tom Lane | 2008-04-30 | 1 | -3/+15 |
* | Some minor further cleanup around A_Const. Don't attach a typecast in | Tom Lane | 2008-04-29 | 3 | -78/+49 |
* | Fix REASSIGN OWNED so that it works on procedural languages too. | Alvaro Herrera | 2008-04-29 | 2 | -6/+50 |
* | Remove typename from A_Const. | Alvaro Herrera | 2008-04-29 | 9 | -182/+147 |
* | Add generate_subscripts, a series-generation function which generates an | Alvaro Herrera | 2008-04-28 | 1 | -1/+85 |
* | Code review for recent patch to terminate online backup during shutdown: | Tom Lane | 2008-04-26 | 2 | -25/+41 |
* | Remove transformAlterTableStmt's kluge to replace ColumnDef.is_not_null | Tom Lane | 2008-04-24 | 1 | -24/+5 |
* | Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctly | Tom Lane | 2008-04-24 | 1 | -1/+6 |
* | Update error messages, per notes from Tom. | Magnus Hagander | 2008-04-24 | 1 | -3/+4 |
* | Prevent shutdown in normal mode if online backup is running, and | Magnus Hagander | 2008-04-23 | 2 | -6/+83 |
* | Fix using too many LWLocks bug, reported by Craig Ringer | Teodor Sigaev | 2008-04-22 | 1 | -205/+157 |
* | Issue explicit error messages for attempts to use "shell" operators in | Tom Lane | 2008-04-22 | 1 | -79/+81 |
* | Fix convert_IN_to_join to properly handle the case where the subselect's | Tom Lane | 2008-04-21 | 2 | -20/+45 |
* | Fix a couple of places in execMain that erroneously assumed that SELECT FOR | Tom Lane | 2008-04-21 | 1 | -35/+52 |
* | Allow float8, int8, and related datatypes to be passed by value on machines | Tom Lane | 2008-04-21 | 14 | -122/+200 |
* | Fix broken compare function for tsquery_ops. Per Tom's report. | Teodor Sigaev | 2008-04-20 | 1 | -2/+5 |
* | Modify the float4 datatype to be pass-by-val. Along the way, remove the last | Alvaro Herrera | 2008-04-18 | 4 | -22/+36 |
* | Fix rmtree() so that it keeps going after failure to remove any individual | Tom Lane | 2008-04-18 | 1 | -4/+4 |
* | Fix two race conditions between the pending unlink mechanism that was put in | Heikki Linnakangas | 2008-04-18 | 2 | -12/+37 |
* | Cause EXPLAIN's VERBOSE option to print the target list (output column list) | Tom Lane | 2008-04-18 | 3 | -38/+6 |
* | Clean up a few places where Datums were being treated as pointers (and vice | Alvaro Herrera | 2008-04-17 | 6 | -45/+46 |
* | Fix a couple of oversights associated with the "physical tlist" optimization: | Tom Lane | 2008-04-17 | 2 | -10/+26 |
* | Re-enable pg_terminate_backend() using SIGTERM. SIGTERM testing still | Bruce Momjian | 2008-04-17 | 1 | -12/+7 |
* | Add some code to EXPLAIN to show the targetlist (ie, output columns) | Tom Lane | 2008-04-17 | 1 | -2/+57 |
* | Repair two places where SIGTERM exit could leave shared memory state | Tom Lane | 2008-04-16 | 6 | -52/+98 |
* | Fix MinGW warnings re formats and unused variables. per ITAGAKI Takahiro | Andrew Dunstan | 2008-04-16 | 1 | -2/+2 |
* | Fix LOAD_CRIT_INDEX() macro to take out AccessShareLock on the system index | Tom Lane | 2008-04-16 | 1 | -6/+18 |
* | Revert addition of pg_terminate_backend() because of race conditions. | Bruce Momjian | 2008-04-15 | 2 | -59/+16 |
* | Add pg_terminate_backend() to allow terminating only a single session. | Bruce Momjian | 2008-04-15 | 2 | -16/+59 |
* | Push index operator lossiness determination down to GIST/GIN opclass | Tom Lane | 2008-04-14 | 11 | -73/+156 |
* | Since createplan.c no longer cares whether index operators are lossy, it has | Tom Lane | 2008-04-13 | 10 | -204/+91 |
* | Phase 2 of project to make index operator lossiness be determined at runtime | Tom Lane | 2008-04-13 | 9 | -121/+118 |
* | Clean up a few places where Datums were being treated as pointers without | Tom Lane | 2008-04-12 | 2 | -5/+6 |
* | Create new routines systable_beginscan_ordered, systable_getnext_ordered, | Tom Lane | 2008-04-12 | 6 | -113/+153 |
* | Add some debug support code to try to catch future mistakes in the area of | Tom Lane | 2008-04-11 | 2 | -8/+85 |
* | Fix several datatype input functions that were allowing unused bytes in their | Tom Lane | 2008-04-11 | 3 | -7/+9 |
* | Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole | Tom Lane | 2008-04-10 | 9 | -189/+168 |
* | Small wording improvements for source code READMEs. | Bruce Momjian | 2008-04-09 | 3 | -11/+11 |
* | Revert README cleanups. | Bruce Momjian | 2008-04-09 | 3 | -11/+11 |