| Commit message (Expand) | Author | Age | Files | Lines |
| * | Simplify shared-memory lock data structures as per recent discussion: | Tom Lane | 2005-06-14 | 2 | -25/+35 |
| * | Add pg_postmaster_start_time() function. | Bruce Momjian | 2005-06-14 | 2 | -2/+10 |
| * | Add GUC krb_server_hostname so the server hostname can be specified as | Bruce Momjian | 2005-06-14 | 1 | -1/+2 |
| * | WAL for GiST. It work for online backup and so on, but on | Teodor Sigaev | 2005-06-14 | 1 | -4/+150 |
| * | Change the planner to allow indexscan qualification clauses to use | Tom Lane | 2005-06-13 | 4 | -25/+27 |
| * | Adjust lo_open() so that specifying INV_READ without INV_WRITE creates | Tom Lane | 2005-06-13 | 4 | -7/+15 |
| * | Separate predicate-testing code out of indxpath.c, making it a module | Tom Lane | 2005-06-10 | 2 | -2/+24 |
| * | Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM. | Neil Conway | 2005-06-10 | 1 | -1/+2 |
| * | Quick hack to allow the outer query's tuple_fraction to be passed down | Tom Lane | 2005-06-10 | 1 | -1/+3 |
| * | If a LIMIT is applied to a UNION ALL query, plan each UNION arm as | Tom Lane | 2005-06-10 | 1 | -2/+3 |
| * | Avoid bare 'struct Node;' declaration --- provokes annoying warnings | Tom Lane | 2005-06-09 | 1 | -6/+6 |
| * | Please find attached a patch (diff -c against cvs HEAD) to add a | Bruce Momjian | 2005-06-09 | 1 | -1/+3 |
| * | Simplify the planner's join clause management by storing join clauses | Tom Lane | 2005-06-09 | 4 | -45/+28 |
| * | Marginal hack to avoid spending a lot of time in find_join_rel during | Tom Lane | 2005-06-08 | 3 | -3/+18 |
| * | Remove grammar productions for prefix and postfix % and ^ operators, | Tom Lane | 2005-06-08 | 1 | -3/+1 |
| * | Change WAL-logging scheme for multixacts to be more like regular | Tom Lane | 2005-06-08 | 5 | -11/+43 |
| * | Add a function lastval(), which returns the value returned by the | Neil Conway | 2005-06-07 | 3 | -4/+7 |
| * | Modify XLogInsert API to make callers specify whether pages to be backed | Tom Lane | 2005-06-06 | 1 | -11/+29 |
| * | Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. | Tom Lane | 2005-06-06 | 15 | -31/+19 |
| * | Nab some low-hanging fruit: replace the planner's base_rel_list and | Tom Lane | 2005-06-06 | 1 | -7/+14 |
| * | Remove planner's private fields from Query struct, and put them into | Tom Lane | 2005-06-05 | 16 | -138/+166 |
| * | Replace the parser's namespace tree (which formerly had the same | Tom Lane | 2005-06-05 | 3 | -18/+27 |
| * | Allow kerberos name and username case sensitivity to be specified from | Bruce Momjian | 2005-06-04 | 2 | -5/+7 |
| * | Change expandRTE() and ResolveNew() back to taking just the single | Tom Lane | 2005-06-04 | 2 | -6/+5 |
| * | Revise handling of dropped columns in JOIN alias lists to avoid a | Tom Lane | 2005-06-03 | 4 | -9/+15 |
| * | Push enable/disable of notify and catchup interrupts all the way down | Tom Lane | 2005-06-02 | 1 | -1/+3 |
| * | Change CRCs in WAL records from 64bit to 32bit for performance reasons. | Tom Lane | 2005-06-02 | 4 | -59/+115 |
| * | ParseComplexProjection should make use of expandRecordVariable so that | Tom Lane | 2005-05-31 | 1 | -1/+3 |
| * | Document get_call_result_type() and friends; mark TypeGetTupleDesc() | Tom Lane | 2005-05-30 | 1 | -6/+5 |
| * | Add support for NUMERIC ^ NUMERIC based on power(numeric, numeric). | Bruce Momjian | 2005-05-30 | 2 | -3/+4 |
| * | When enqueueing after-row triggers for updates of a table with a foreign | Neil Conway | 2005-05-30 | 1 | -2/+11 |
| * | Create separate ON INSERT and ON UPDATE triggers on tables with foreign | Neil Conway | 2005-05-30 | 1 | -2/+2 |
| * | Change the UNKNOWN type to have an internal representation matching | Tom Lane | 2005-05-30 | 2 | -4/+4 |
| * | Improve LockAcquire API per my recent proposal. All error conditions | Tom Lane | 2005-05-29 | 1 | -2/+11 |
| * | Remove typeidIsValid() checks in can_coerce_type(). These checks | Tom Lane | 2005-05-29 | 1 | -2/+1 |
| * | Modify hash_search() API to prevent future occurrences of the error | Tom Lane | 2005-05-29 | 1 | -3/+2 |
| * | Arrange to cache fmgr lookup information for an index's access method | Tom Lane | 2005-05-27 | 3 | -13/+31 |
| * | Remove second argument from textToQualifiedNameList(), as it is no longer | Neil Conway | 2005-05-27 | 1 | -2/+2 |
| * | Adjust datetime parsing to be more robust. We now pass the length of the | Neil Conway | 2005-05-26 | 1 | -2/+2 |
| * | Add parentheses to macros when args are used in computations. Without | Bruce Momjian | 2005-05-25 | 9 | -33/+33 |
| * | Put parentheses around use of macro arguments in FMODULO and TMODULO. | Bruce Momjian | 2005-05-24 | 1 | -7/+7 |
| * | More macro cleanups for date/time. | Bruce Momjian | 2005-05-23 | 1 | -1/+3 |
| * | Add datetime macros for constants, for clarity: | Bruce Momjian | 2005-05-23 | 1 | -1/+6 |
| * | Teach the planner to remove SubqueryScan nodes from the plan if they | Tom Lane | 2005-05-22 | 2 | -5/+10 |
| * | Add support for wal_fsync_writethrough for Darwin, and restructure the | Bruce Momjian | 2005-05-20 | 4 | -5/+17 |
| * | Implement md5(bytea), update regression tests and documentation. Patch | Neil Conway | 2005-05-20 | 3 | -4/+7 |
| * | Factor out lock cleanup code that is needed in several places in lock.c. | Tom Lane | 2005-05-19 | 1 | -2/+2 |
| * | Split the shared-memory array of PGPROC pointers out of the sinval | Tom Lane | 2005-05-19 | 7 | -30/+51 |
| * | Extend the pg_locks system view so that it can fully display all lock | Tom Lane | 2005-05-17 | 2 | -4/+4 |
| * | Cleanup GiST header files. Since GiST extensions are often written as | Neil Conway | 2005-05-17 | 2 | -117/+125 |