summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Cause EXPLAIN's VERBOSE option to print the target list (output column list)Tom Lane2008-04-184-40/+7
* Clean up a few places where Datums were being treated as pointers (and viceAlvaro Herrera2008-04-177-54/+56
* Fix a couple of oversights associated with the "physical tlist" optimization:Tom Lane2008-04-173-12/+27
* Re-enable pg_terminate_backend() using SIGTERM. SIGTERM testing stillBruce Momjian2008-04-173-14/+12
* Add some code to EXPLAIN to show the targetlist (ie, output columns)Tom Lane2008-04-171-2/+57
* Repair two places where SIGTERM exit could leave shared memory stateTom Lane2008-04-169-57/+153
* Fix MinGW warnings re formats and unused variables. per ITAGAKI TakahiroAndrew Dunstan2008-04-162-21/+18
* Ignore blank lines in typedef file.Bruce Momjian2008-04-161-2/+2
* Fix LOAD_CRIT_INDEX() macro to take out AccessShareLock on the system indexTom Lane2008-04-161-6/+18
* Fix comment typo.Bruce Momjian2008-04-161-2/+2
* Avoid using unnecessary pgwin32_safestat in libpq.Andrew Dunstan2008-04-163-5/+9
* Revert addition of pg_terminate_backend() because of race conditions.Bruce Momjian2008-04-155-67/+19
* Add multi-line flag to regex that needs it. Backpatch to 8.2. Fix from Andrea...Andrew Dunstan2008-04-151-2/+3
* Add pg_terminate_backend() to allow terminating only a single session.Bruce Momjian2008-04-155-19/+67
* Make integer_datetimes the default for MSVC even if not mentioned in config.pl.Andrew Dunstan2008-04-152-2/+5
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-1416-441/+561
* Fix indentation in new REFERENCED BY psql output, per Brendan Jurd.Alvaro Herrera2008-04-141-2/+2
* Since createplan.c no longer cares whether index operators are lossy, it hasTom Lane2008-04-1313-219/+96
* Phase 2 of project to make index operator lossiness be determined at runtimeTom Lane2008-04-1310-125/+123
* Turn the -i/--ignore-version options of pg_dump and pg_dumpall into no-ops:Tom Lane2008-04-136-49/+40
* Clean up a few places where Datums were being treated as pointers withoutTom Lane2008-04-122-5/+6
* Create new routines systable_beginscan_ordered, systable_getnext_ordered,Tom Lane2008-04-129-124/+168
* A quick try at un-breaking the Cygwin build. Whether it needs theTom Lane2008-04-112-18/+22
* Add some debug support code to try to catch future mistakes in the area ofTom Lane2008-04-113-14/+98
* Fix several datatype input functions that were allowing unused bytes in theirTom Lane2008-04-113-7/+9
* Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane2008-04-1028-236/+398
* Create wrapper pgwin32_safestat() and redefine stat() to itMagnus Hagander2008-04-102-2/+49
* Make parameters in implementation have same const:ness as the ones inMagnus Hagander2008-04-101-2/+2
* PGTYPEStimestamp_sub should use the values and not the pointers to substract.Michael Meskes2008-04-102-1/+6
* Small wording improvements for source code READMEs.Bruce Momjian2008-04-093-11/+11
* Revert README cleanups.Bruce Momjian2008-04-093-11/+11
* Revert sentence removal from nickname in FAQ.Bruce Momjian2008-04-093-11/+11
* Fix tsvector_update_trigger() to be domain-friendly: it needs to allow allTom Lane2008-04-081-20/+41
* On cygwin and win32, don't override the shlib name when building a module.Peter Eisentraut2008-04-081-3/+7
* Make integer_datetimes the default on msvc as well, to have the sameMagnus Hagander2008-04-081-1/+1
* Always define stlib, since some platforms need it for building modules.Peter Eisentraut2008-04-071-2/+2
* Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut2008-04-0714-197/+204
* Make plpgsql support FOR over a query specified by a cursor declaration,Tom Lane2008-04-067-445/+771
* Improve hash_any() to use word-wide fetches when hashing suitably alignedTom Lane2008-04-064-49/+205
* A small visit from the portability and localization police.Tom Lane2008-04-051-6/+7
* Defend against JOINs having more than 32K columns altogether. We cannotTom Lane2008-04-052-2/+13
* Have pg_stop_backup() wait for all archive files to be sent, rather thanBruce Momjian2008-04-051-6/+43
* Re-implement division for numeric values using the traditional "schoolbook"Tom Lane2008-04-046-31/+457
* Have psql command 'help' suggest the use of \?, updated version.Bruce Momjian2008-04-042-6/+7
* Allow 'help' in psql to show \? help, for novice assistance.Bruce Momjian2008-04-042-2/+14
* Remove no-longer-used function assign_backslash_quote()Tom Lane2008-04-041-26/+1
* Implement current_query(), that shows the currently executing query.Bruce Momjian2008-04-043-3/+20
* Oops, change should go in scan.l to survive a clean checkout and not justMagnus Hagander2008-04-041-2/+2
* Convert backslash_quote guc to use enum.Magnus Hagander2008-04-042-14/+29
* Turn xmlbinary and xmloption GUC variables into enumsTurn xmlbinary andMagnus Hagander2008-04-043-66/+37