| Commit message (Expand) | Author | Age | Files | Lines |
* | Set hidden field for guc enum missed in previous commit. | Magnus Hagander | 2008-05-28 | 1 | -7/+7 |
* | Add a field to guc enums to allow hiding of values from display while | Magnus Hagander | 2008-05-28 | 1 | -72/+89 |
* | Explicitly bind gettext() to the UTF8 locale when in use. | Magnus Hagander | 2008-05-27 | 1 | -1/+20 |
* | Alter the xxx_pattern_ops opclasses to use the regular equality operator of | Tom Lane | 2008-05-27 | 5 | -121/+127 |
* | Fix an old corner-case bug in set_config_option: push_old_value has to be | Tom Lane | 2008-05-26 | 1 | -111/+99 |
* | Link in keywords file instead of copying it. | Michael Meskes | 2008-05-21 | 1 | -2/+5 |
* | Simplify code in formatting.c now that to upper/lower/initcase do not | Bruce Momjian | 2008-05-20 | 1 | -65/+15 |
* | Remove arbitrary 10MB limit on two-phase state file size. It's not that hard | Heikki Linnakangas | 2008-05-19 | 1 | -3/+15 |
* | Make to_char()'s localized month/day names depend on LC_TIME, not LC_MESSAGES. | Tom Lane | 2008-05-19 | 3 | -258/+224 |
* | Coercion sanity check in ri_HashCompareOp failed to allow for enums, as per | Tom Lane | 2008-05-19 | 2 | -9/+13 |
* | Fix a subtle bug exposed by recent wal_sync_method rearrangements. | Tom Lane | 2008-05-17 | 1 | -3/+1 |
* | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan | 2008-05-17 | 14 | -10/+52 |
* | Allow ALTER SEQUENCE START WITH to change the recorded start_value of a | Tom Lane | 2008-05-17 | 1 | -44/+36 |
* | Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing a | Tom Lane | 2008-05-16 | 7 | -43/+238 |
* | Reduce unnecessary PANIC to ERROR, improve a couple of comments. | Tom Lane | 2008-05-16 | 1 | -15/+11 |
* | Extend GIN to support partial-match searches, and extend tsquery to support | Tom Lane | 2008-05-16 | 13 | -440/+877 |
* | Persuade GIN to react to control-C in a reasonable amount of time | Tom Lane | 2008-05-16 | 1 | -1/+10 |
* | Add code to eval_const_expressions() to support const-simplification of | Tom Lane | 2008-05-15 | 1 | -1/+66 |
* | Add support for tracking call counts and elapsed runtime for user-defined | Tom Lane | 2008-05-15 | 12 | -45/+598 |
* | Move the "instr_time" typedef and associated macros into a new header | Tom Lane | 2008-05-14 | 2 | -34/+4 |
* | Remove the special variable for open_sync_bit used in O_SYNC and O_DSYNC | Magnus Hagander | 2008-05-14 | 1 | -31/+32 |
* | Don't try to close negative file descriptors, since this can cause | Magnus Hagander | 2008-05-13 | 1 | -3/+6 |
* | This is the patch replace offnum++ by OffsetNumberNext, to be | Bruce Momjian | 2008-05-13 | 3 | -7/+7 |
* | Improve snapshot manager by keeping explicit track of snapshots. | Alvaro Herrera | 2008-05-12 | 23 | -499/+942 |
* | Fix breakage by the wal_sync_method patch in installations that use | Magnus Hagander | 2008-05-12 | 1 | -1/+2 |
* | Put back bufmgr.h in bufpage.h -- it is needed by some macros. | Alvaro Herrera | 2008-05-12 | 9 | -18/+9 |
* | Report which WAL sync method we are trying to change *to* when it fails, | Magnus Hagander | 2008-05-12 | 1 | -2/+2 |
* | Convert wal_sync_method to guc enum. | Magnus Hagander | 2008-05-12 | 2 | -50/+69 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 | 104 | -137/+231 |
* | Change the rules for inherited CHECK constraints to be essentially the same | Tom Lane | 2008-05-09 | 10 | -450/+859 |
* | Adjust power() error messages to be more descriptive. | Bruce Momjian | 2008-05-09 | 2 | -10/+17 |
* | Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3 | Peter Eisentraut | 2008-05-09 | 3 | -3/+6 |
* | Update C comments to mention SQL:2003 handling of power return values. | Bruce Momjian | 2008-05-09 | 2 | -5/+8 |
* | Fix Assert introduced in previous patch. | Heikki Linnakangas | 2008-05-09 | 1 | -2/+2 |
* | Fix incorrect archive truncation point calculation in the %r recovery_command | Heikki Linnakangas | 2008-05-09 | 1 | -6/+30 |
* | Add regression test for various power expressions with a zero base, and | Bruce Momjian | 2008-05-08 | 1 | -16/+17 |
* | Have numeric 0 ^ 4.3 return 1, rather than an error, and have 0 ^ 0.0 | Bruce Momjian | 2008-05-08 | 1 | -7/+16 |
* | 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 |