| Commit message (Expand) | Author | Age |
* | Fix a subtle bug exposed by recent wal_sync_method rearrangements. | Tom Lane | 2008-05-17 |
* | Remove DEFAULT_SYNC_FLAGBIT ... not used anymore. | Tom Lane | 2008-05-17 |
* | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan | 2008-05-17 |
* | Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing a | Tom Lane | 2008-05-16 |
* | Extend GIN to support partial-match searches, and extend tsquery to support | Tom Lane | 2008-05-16 |
* | Support SQL/PSM-compatible CASE statement in plpgsql. | Tom Lane | 2008-05-15 |
* | Add support for tracking call counts and elapsed runtime for user-defined | Tom Lane | 2008-05-15 |
* | Move the "instr_time" typedef and associated macros into a new header | Tom Lane | 2008-05-14 |
* | Improve snapshot manager by keeping explicit track of snapshots. | Alvaro Herrera | 2008-05-12 |
* | Put back bufmgr.h in bufpage.h -- it is needed by some macros. | Alvaro Herrera | 2008-05-12 |
* | Convert wal_sync_method to guc enum. | Magnus Hagander | 2008-05-12 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 |
* | Change the rules for inherited CHECK constraints to be essentially the same | Tom Lane | 2008-05-09 |
* | Make the new pg_stat_get_activity use OUT parameters, so you don't have to | Magnus Hagander | 2008-05-08 |
* | Make the pg_stat_activity view call a SRF (pg_stat_get_activity()) | Magnus Hagander | 2008-05-07 |
* | Convert the list of syscache names from a series of #define's into an enum, | Tom Lane | 2008-05-07 |
* | Add timestamp and timestamptz versions of generate_series(). | Tom Lane | 2008-05-04 |
* | Add pg_conf_load_time() function to report when the Postgres configuration | Tom Lane | 2008-05-04 |
* | Provide for MSVC config equivalents of recently added configure options. Remove | Andrew Dunstan | 2008-05-03 |
* | Allow the planner's estimate of the fraction of a cursor's rows that will be | Tom Lane | 2008-05-02 |
* | Extend yesterday's patch making BLCKSZ and RELSEG_SIZE configurable to also | Tom Lane | 2008-05-02 |
* | Sigh ... pg_config.h.win32 needs to define BLCKSZ and RELSEG_SIZE now. | Tom Lane | 2008-05-02 |
* | Remove the recently added USE_SEGMENTED_FILES option, and indeed remove all | Tom Lane | 2008-05-02 |
* | Some minor further cleanup around A_Const. Don't attach a typecast in | Tom Lane | 2008-04-29 |
* | Fix REASSIGN OWNED so that it works on procedural languages too. | Alvaro Herrera | 2008-04-29 |
* | Remove typename from A_Const. | Alvaro Herrera | 2008-04-29 |
* | Fix volatility marking for the generate_series and generate_subscripts families | Alvaro Herrera | 2008-04-29 |
* | Bump the catversion for the previous patch. | Alvaro Herrera | 2008-04-28 |
* | Add generate_subscripts, a series-generation function which generates an | Alvaro Herrera | 2008-04-28 |
* | Code review for recent patch to terminate online backup during shutdown: | Tom Lane | 2008-04-26 |
* | Prevent shutdown in normal mode if online backup is running, and | Magnus Hagander | 2008-04-23 |
* | Fix using too many LWLocks bug, reported by Craig Ringer | Teodor Sigaev | 2008-04-22 |
* | Fix convert_IN_to_join to properly handle the case where the subselect's | Tom Lane | 2008-04-21 |
* | Clean up float4byval and float8byval handling by dealing with them completely | Magnus Hagander | 2008-04-21 |
* | Add FLOAT4PASSBYVAL/FLOAT8PASSBYVAL to pg_config.h.win32, as a stopgap | Tom Lane | 2008-04-21 |
* | Allow float8, int8, and related datatypes to be passed by value on machines | Tom Lane | 2008-04-21 |
* | Modify the float4 datatype to be pass-by-val. Along the way, remove the last | Alvaro Herrera | 2008-04-18 |
* | Fix rmtree() so that it keeps going after failure to remove any individual | Tom Lane | 2008-04-18 |
* | Cause EXPLAIN's VERBOSE option to print the target list (output column list) | Tom Lane | 2008-04-18 |
* | Fix a couple of oversights associated with the "physical tlist" optimization: | Tom Lane | 2008-04-17 |
* | Re-enable pg_terminate_backend() using SIGTERM. SIGTERM testing still | Bruce Momjian | 2008-04-17 |
* | Repair two places where SIGTERM exit could leave shared memory state | Tom Lane | 2008-04-16 |
* | Avoid using unnecessary pgwin32_safestat in libpq. | Andrew Dunstan | 2008-04-16 |
* | Revert addition of pg_terminate_backend() because of race conditions. | Bruce Momjian | 2008-04-15 |
* | Add pg_terminate_backend() to allow terminating only a single session. | Bruce Momjian | 2008-04-15 |
* | Push index operator lossiness determination down to GIST/GIN opclass | Tom Lane | 2008-04-14 |
* | Since createplan.c no longer cares whether index operators are lossy, it has | Tom Lane | 2008-04-13 |
* | Phase 2 of project to make index operator lossiness be determined at runtime | Tom Lane | 2008-04-13 |
* | Create new routines systable_beginscan_ordered, systable_getnext_ordered, | Tom Lane | 2008-04-12 |
* | A quick try at un-breaking the Cygwin build. Whether it needs the | Tom Lane | 2008-04-11 |