| Commit message (Expand) | Author | Age | Files | Lines |
| * | to_char fixes, Karel Zak | Bruce Momjian | 2003-03-27 | 1 | -138/+116 |
| * | Add comment to postgresql.conf: | Bruce Momjian | 2003-03-24 | 1 | -1/+1 |
| * | Instead of storing pg_statistic stavalues entries as text strings, store | Tom Lane | 2003-03-23 | 2 | -39/+26 |
| * | Tweak selectivity and related routines to cope with domains. Per report | Tom Lane | 2003-03-23 | 1 | -19/+75 |
| * | Back out to_char fixes until regression tests are fixed. | Bruce Momjian | 2003-03-22 | 1 | -53/+38 |
| * | Fix compile warning. | Tom Lane | 2003-03-21 | 1 | -3/+2 |
| * | Add hostmask() function: | Bruce Momjian | 2003-03-21 | 1 | -1/+41 |
| * | Reimplement NUMERIC datatype using base-10000 arithmetic; also improve | Tom Lane | 2003-03-21 | 1 | -911/+1546 |
| * | This patch creates a function named pg_get_triggerdef that takes the oid of | Bruce Momjian | 2003-03-20 | 1 | -1/+184 |
| * | It would also be handy if users could see their own pg_stat_activity | Bruce Momjian | 2003-03-20 | 1 | -3/+3 |
| * | Attached is a patch that limits the range tested by horology to | Bruce Momjian | 2003-03-20 | 1 | -1/+4 |
| * | Peter found bug in the to_char() routine for PL/MI options. This | Bruce Momjian | 2003-03-20 | 1 | -38/+53 |
| * | > I can see a couple possible downsides: (a) the library might have some | Bruce Momjian | 2003-03-20 | 3 | -2/+99 |
| * | Add start time to pg_stat_activity | Bruce Momjian | 2003-03-20 | 3 | -12/+65 |
| * | Arrange to print the relevant key values when reporting a foreign-key | Tom Lane | 2003-03-15 | 1 | -567/+423 |
| * | Prevent infinite loop in ln_var() due to roundoff error. | Tom Lane | 2003-03-14 | 1 | -1/+4 |
| * | Add explicit tests for division by zero to all user-accessible integer | Tom Lane | 2003-03-11 | 8 | -19/+58 |
| * | Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n options | Tom Lane | 2003-03-11 | 1 | -7/+11 |
| * | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane | 2003-03-10 | 8 | -28/+28 |
| * | Restructure parsetree representation of DECLARE CURSOR: now it's a | Tom Lane | 2003-03-10 | 1 | -3/+14 |
| * | Revise tuplestore and nodeMaterial so that we don't have to read the | Tom Lane | 2003-03-09 | 1 | -145/+170 |
| * | Reimplement free-space-map management as per recent discussions. | Tom Lane | 2003-03-04 | 2 | -5/+6 |
| * | Change EXTRACT(EPOCH FROM timestamp) so that a timestamp without time zone | Tom Lane | 2003-02-27 | 1 | -4/+17 |
| * | Remove no-longer-used FixBTree GUC variable. | Tom Lane | 2003-02-23 | 2 | -7/+2 |
| * | btree page recycling can be done as soon as page's next-xact label is | Tom Lane | 2003-02-23 | 1 | -2/+3 |
| * | Simplify timezone-handling code per proposal to pghackers: get rid of | Tom Lane | 2003-02-22 | 4 | -172/+40 |
| * | Fix timestamptz_in so that parsing of 'now'::timestamptz gives right | Tom Lane | 2003-02-20 | 2 | -11/+8 |
| * | Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry. | Bruce Momjian | 2003-02-19 | 1 | -24/+18 |
| * | Fix for GUC client_encoding variable not being handled | Tatsuo Ishii | 2003-02-19 | 2 | -2/+27 |
| * | - Modifies LOCKTAG to include a 'classId'. Relation receive a classId of | Bruce Momjian | 2003-02-19 | 1 | -18/+24 |
| * | The following patches eliminate the overflows in the j2date() and date2j() | Bruce Momjian | 2003-02-19 | 1 | -38/+49 |
| * | Rename 'holder' references to 'proclock' for PROCLOCK references, for | Bruce Momjian | 2003-02-18 | 1 | -6/+6 |
| * | COALESCE() and NULLIF() are now first-class expressions, not macros | Tom Lane | 2003-02-16 | 1 | -1/+41 |
| * | Prevent timetz2tm() from scribbling on its input in HAVE_INT64_TIMESTAMP case. | Tom Lane | 2003-02-13 | 1 | -11/+10 |
| * | The "random" regression test uses a function called oidrand(), which | Bruce Momjian | 2003-02-13 | 1 | -70/+1 |
| * | This patch makes pg_get_constraintdef support UNIQUE, PRIMARY KEY and | Bruce Momjian | 2003-02-13 | 1 | -7/+47 |
| * | Create a distinction between Lists of integers and Lists of OIDs, to get | Tom Lane | 2003-02-09 | 2 | -11/+11 |
| * | Replace planner's representation of relation sets, per pghackers discussion. | Tom Lane | 2003-02-08 | 1 | -3/+3 |
| * | Create a GUC variable REGEX_FLAVOR to control the type of regular | Tom Lane | 2003-02-06 | 3 | -12/+51 |
| * | Replace regular expression package with Henry Spencer's latest version | Tom Lane | 2003-02-05 | 1 | -180/+201 |
| * | Determine the set of constraints applied to a domain at executor | Tom Lane | 2003-02-03 | 2 | -16/+59 |
| * | Don't print NO ACTION foreign key actions in dumps and psql \d. | Bruce Momjian | 2003-02-03 | 1 | -5/+7 |
| * | Allow a time zone to be specified (and silently ignored) in the input | Tom Lane | 2003-01-31 | 1 | -2/+3 |
| * | Tweak ArrayCount() to forestall possible access to temp[-1]. Problem | Tom Lane | 2003-01-29 | 1 | -2/+2 |
| * | Repair array subscript overrun identified by Yichen Xie. Reduce the | Tom Lane | 2003-01-29 | 2 | -68/+45 |
| * | Fix array subscript overruns identified by Yichen Xie. | Tom Lane | 2003-01-29 | 1 | -5/+5 |
| * | Extend join-selectivity API (oprjoin interface) so that join type is | Tom Lane | 2003-01-28 | 1 | -18/+57 |
| * | Convert variable name to canonical spelling before checking for matches | Tom Lane | 2003-01-28 | 1 | -1/+11 |
| * | Revert off setting mention for client_min_messages. | Bruce Momjian | 2003-01-28 | 1 | -2/+1 |
| * | Revert optimizer page count change. | Bruce Momjian | 2003-01-28 | 1 | -1/+2 |