| Commit message (Expand) | Author | Age |
* | This is the patch replace offnum++ by OffsetNumberNext, to be | Bruce Momjian | 2008-05-13 |
* | Improve snapshot manager by keeping explicit track of snapshots. | Alvaro Herrera | 2008-05-12 |
* | Fix breakage by the wal_sync_method patch in installations that use | Magnus Hagander | 2008-05-12 |
* | Put back bufmgr.h in bufpage.h -- it is needed by some macros. | Alvaro Herrera | 2008-05-12 |
* | Report which WAL sync method we are trying to change *to* when it fails, | Magnus Hagander | 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 |
* | Adjust power() error messages to be more descriptive. | Bruce Momjian | 2008-05-09 |
* | Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3 | Peter Eisentraut | 2008-05-09 |
* | Update C comments to mention SQL:2003 handling of power return values. | Bruce Momjian | 2008-05-09 |
* | Fix Assert introduced in previous patch. | Heikki Linnakangas | 2008-05-09 |
* | Fix incorrect archive truncation point calculation in the %r recovery_command | Heikki Linnakangas | 2008-05-09 |
* | Add regression test for various power expressions with a zero base, and | Bruce Momjian | 2008-05-08 |
* | Have numeric 0 ^ 4.3 return 1, rather than an error, and have 0 ^ 0.0 | Bruce Momjian | 2008-05-08 |
* | 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 |
* | The CONSTROID syscache should show conrelid as a relation OID column. | 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 |
* | Use new cstring/text conversion functions in some additional places. | Tom Lane | 2008-05-04 |
* | The 8.2 patch that added support for an alias on the target table of | Tom Lane | 2008-05-03 |
* | Allow the planner's estimate of the fraction of a cursor's rows that will be | Tom Lane | 2008-05-02 |
* | Make the AWK default value also take effect if $AWK is an empty string. | Peter Eisentraut | 2008-05-02 |
* | Remove the recently added USE_SEGMENTED_FILES option, and indeed remove all | Tom Lane | 2008-05-02 |
* | Make the minimum allowed value of work_mem be 64KB always, rather than having | Tom Lane | 2008-05-01 |
* | Fix nodeTidscan.c to not trigger an error if the block number portion of | Tom Lane | 2008-04-30 |
* | 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 |
* | 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 |
* | Remove transformAlterTableStmt's kluge to replace ColumnDef.is_not_null | Tom Lane | 2008-04-24 |
* | Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctly | Tom Lane | 2008-04-24 |
* | Update error messages, per notes from Tom. | Magnus Hagander | 2008-04-24 |
* | 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 |
* | Issue explicit error messages for attempts to use "shell" operators in | Tom Lane | 2008-04-22 |
* | Fix convert_IN_to_join to properly handle the case where the subselect's | Tom Lane | 2008-04-21 |
* | Fix a couple of places in execMain that erroneously assumed that SELECT FOR | Tom Lane | 2008-04-21 |
* | Allow float8, int8, and related datatypes to be passed by value on machines | Tom Lane | 2008-04-21 |
* | Fix broken compare function for tsquery_ops. Per Tom's report. | Teodor Sigaev | 2008-04-20 |
* | 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 |
* | Fix two race conditions between the pending unlink mechanism that was put in | Heikki Linnakangas | 2008-04-18 |
* | Cause EXPLAIN's VERBOSE option to print the target list (output column list) | Tom Lane | 2008-04-18 |
* | Clean up a few places where Datums were being treated as pointers (and vice | Alvaro Herrera | 2008-04-17 |
* | 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 |
* | Add some code to EXPLAIN to show the targetlist (ie, output columns) | Tom Lane | 2008-04-17 |