| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cause EXPLAIN's VERBOSE option to print the target list (output column list) | Tom Lane | 2008-04-18 | 4 | -40/+7 |
| * | Clean up a few places where Datums were being treated as pointers (and vice | Alvaro Herrera | 2008-04-17 | 7 | -54/+56 |
| * | Fix a couple of oversights associated with the "physical tlist" optimization: | Tom Lane | 2008-04-17 | 3 | -12/+27 |
| * | Re-enable pg_terminate_backend() using SIGTERM. SIGTERM testing still | Bruce Momjian | 2008-04-17 | 3 | -14/+12 |
| * | Add some code to EXPLAIN to show the targetlist (ie, output columns) | Tom Lane | 2008-04-17 | 1 | -2/+57 |
| * | Repair two places where SIGTERM exit could leave shared memory state | Tom Lane | 2008-04-16 | 9 | -57/+153 |
| * | Fix MinGW warnings re formats and unused variables. per ITAGAKI Takahiro | Andrew Dunstan | 2008-04-16 | 2 | -21/+18 |
| * | Ignore blank lines in typedef file. | Bruce Momjian | 2008-04-16 | 1 | -2/+2 |
| * | Fix LOAD_CRIT_INDEX() macro to take out AccessShareLock on the system index | Tom Lane | 2008-04-16 | 1 | -6/+18 |
| * | Fix comment typo. | Bruce Momjian | 2008-04-16 | 1 | -2/+2 |
| * | Avoid using unnecessary pgwin32_safestat in libpq. | Andrew Dunstan | 2008-04-16 | 3 | -5/+9 |
| * | Revert addition of pg_terminate_backend() because of race conditions. | Bruce Momjian | 2008-04-15 | 5 | -67/+19 |
| * | Add multi-line flag to regex that needs it. Backpatch to 8.2. Fix from Andrea... | Andrew Dunstan | 2008-04-15 | 1 | -2/+3 |
| * | Add pg_terminate_backend() to allow terminating only a single session. | Bruce Momjian | 2008-04-15 | 5 | -19/+67 |
| * | Make integer_datetimes the default for MSVC even if not mentioned in config.pl. | Andrew Dunstan | 2008-04-15 | 2 | -2/+5 |
| * | Push index operator lossiness determination down to GIST/GIN opclass | Tom Lane | 2008-04-14 | 16 | -441/+561 |
| * | Fix indentation in new REFERENCED BY psql output, per Brendan Jurd. | Alvaro Herrera | 2008-04-14 | 1 | -2/+2 |
| * | Since createplan.c no longer cares whether index operators are lossy, it has | Tom Lane | 2008-04-13 | 13 | -219/+96 |
| * | Phase 2 of project to make index operator lossiness be determined at runtime | Tom Lane | 2008-04-13 | 10 | -125/+123 |
| * | Turn the -i/--ignore-version options of pg_dump and pg_dumpall into no-ops: | Tom Lane | 2008-04-13 | 6 | -49/+40 |
| * | Clean up a few places where Datums were being treated as pointers without | Tom Lane | 2008-04-12 | 2 | -5/+6 |
| * | Create new routines systable_beginscan_ordered, systable_getnext_ordered, | Tom Lane | 2008-04-12 | 9 | -124/+168 |
| * | A quick try at un-breaking the Cygwin build. Whether it needs the | Tom Lane | 2008-04-11 | 2 | -18/+22 |
| * | Add some debug support code to try to catch future mistakes in the area of | Tom Lane | 2008-04-11 | 3 | -14/+98 |
| * | Fix several datatype input functions that were allowing unused bytes in their | Tom Lane | 2008-04-11 | 3 | -7/+9 |
| * | Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole | Tom Lane | 2008-04-10 | 28 | -236/+398 |
| * | Create wrapper pgwin32_safestat() and redefine stat() to it | Magnus Hagander | 2008-04-10 | 2 | -2/+49 |
| * | Make parameters in implementation have same const:ness as the ones in | Magnus Hagander | 2008-04-10 | 1 | -2/+2 |
| * | PGTYPEStimestamp_sub should use the values and not the pointers to substract. | Michael Meskes | 2008-04-10 | 2 | -1/+6 |
| * | Small wording improvements for source code READMEs. | Bruce Momjian | 2008-04-09 | 3 | -11/+11 |
| * | Revert README cleanups. | Bruce Momjian | 2008-04-09 | 3 | -11/+11 |
| * | Revert sentence removal from nickname in FAQ. | Bruce Momjian | 2008-04-09 | 3 | -11/+11 |
| * | Fix tsvector_update_trigger() to be domain-friendly: it needs to allow all | Tom Lane | 2008-04-08 | 1 | -20/+41 |
| * | On cygwin and win32, don't override the shlib name when building a module. | Peter Eisentraut | 2008-04-08 | 1 | -3/+7 |
| * | Make integer_datetimes the default on msvc as well, to have the same | Magnus Hagander | 2008-04-08 | 1 | -1/+1 |
| * | Always define stlib, since some platforms need it for building modules. | Peter Eisentraut | 2008-04-07 | 1 | -2/+2 |
| * | Implement a few changes to how shared libraries and dynamically loadable | Peter Eisentraut | 2008-04-07 | 14 | -197/+204 |
| * | Make plpgsql support FOR over a query specified by a cursor declaration, | Tom Lane | 2008-04-06 | 7 | -445/+771 |
| * | Improve hash_any() to use word-wide fetches when hashing suitably aligned | Tom Lane | 2008-04-06 | 4 | -49/+205 |
| * | A small visit from the portability and localization police. | Tom Lane | 2008-04-05 | 1 | -6/+7 |
| * | Defend against JOINs having more than 32K columns altogether. We cannot | Tom Lane | 2008-04-05 | 2 | -2/+13 |
| * | Have pg_stop_backup() wait for all archive files to be sent, rather than | Bruce Momjian | 2008-04-05 | 1 | -6/+43 |
| * | Re-implement division for numeric values using the traditional "schoolbook" | Tom Lane | 2008-04-04 | 6 | -31/+457 |
| * | Have psql command 'help' suggest the use of \?, updated version. | Bruce Momjian | 2008-04-04 | 2 | -6/+7 |
| * | Allow 'help' in psql to show \? help, for novice assistance. | Bruce Momjian | 2008-04-04 | 2 | -2/+14 |
| * | Remove no-longer-used function assign_backslash_quote() | Tom Lane | 2008-04-04 | 1 | -26/+1 |
| * | Implement current_query(), that shows the currently executing query. | Bruce Momjian | 2008-04-04 | 3 | -3/+20 |
| * | Oops, change should go in scan.l to survive a clean checkout and not just | Magnus Hagander | 2008-04-04 | 1 | -2/+2 |
| * | Convert backslash_quote guc to use enum. | Magnus Hagander | 2008-04-04 | 2 | -14/+29 |
| * | Turn xmlbinary and xmloption GUC variables into enumsTurn xmlbinary and | Magnus Hagander | 2008-04-04 | 3 | -66/+37 |