summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add mention that tid perhaps someday should be output as a record.Bruce Momjian2006-02-271-1/+2
* Improve sorting speed by pre-extracting the first sort-key column ofTom Lane2006-02-262-406/+604
* Fix a few minor typos in comments in PL/Perl.Neil Conway2006-02-261-3/+3
* Implement the <> operator for the tid type. Original patch from MarkNeil Conway2006-02-267-8/+41
* Fix typo in comment.Neil Conway2006-02-261-2/+2
* The Makefile was invoking perl scripts as ./script.pl. This fails whenPeter Eisentraut2006-02-241-8/+8
* Make restricted_exec feature for Windows more robust by using the environmentAndrew Dunstan2006-02-241-17/+12
* make initdb -U username work as advertised; back out bogus patch at rev 1.42Andrew Dunstan2006-02-241-10/+10
* Cleanup the usage of ScanDirection: use the symbolic names for theNeil Conway2006-02-213-48/+30
* Fix old pg_dump oversight: default values for domains really need to be dumpedTom Lane2006-02-211-24/+66
* Adjust probe for getaddrinfo to cope with macro-ized definitions, suchTom Lane2006-02-211-31/+1
* Fix three Python reference leaks in PLy_traceback(). This would resultNeil Conway2006-02-201-4/+6
* Update obsolete comment.Tom Lane2006-02-191-7/+4
* Modify logtape.c so that the initial LogicalTapeSetCreate call onlyTom Lane2006-02-191-26/+57
* Improve tuplesort.c to support variable merge order. The original codingTom Lane2006-02-193-63/+169
* Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT isNeil Conway2006-02-1915-47/+231
* &apos; is not valid HTML 4.01, so print the plain character instead.Peter Eisentraut2006-02-181-4/+1
* Add support for Windows codepages 1253, 1254, 1255, and 1257 and cleanPeter Eisentraut2006-02-1852-1434/+1449
* Mark unescape_single_char() "static": as far as I can see this functionNeil Conway2006-02-181-3/+3
* Fix typo in comment.Neil Conway2006-02-171-3/+5
* Change MemSet to use long instead of int32, for better performance onPeter Eisentraut2006-02-161-13/+13
* Repair --single-transaction patch so it handles blobs correctly.Tom Lane2006-02-141-11/+27
* Move btbulkdelete's vacuum_delay_point() call to a place in the loop whereTom Lane2006-02-141-3/+7
* Add some missing vacuum_delay_point calls in GIST vacuuming.Tom Lane2006-02-141-4/+8
* AllocSetStats should probably be using unsigned format to show space totals.Tom Lane2006-02-141-2/+2
* Add positive defense against trying to connect when the connectionTom Lane2006-02-132-5/+16
* IMHO, --single-transaction should wrap *all* the commands in BEGIN/COMMIT,Tom Lane2006-02-131-5/+5
* Place function names in first column for consistency.Bruce Momjian2006-02-131-6/+11
* Fix qual_is_pushdown_safe to not try to push down quals involving a whole-rowTom Lane2006-02-131-7/+17
* Fix build failure when not USE_READLINE. Sergey E. KoposovTom Lane2006-02-131-5/+5
* Revert because C locale uses "" for thousands_sep, meaning "n/a", whileBruce Momjian2006-02-121-5/+4
* Fix bug that allowed any logged-in user to SET ROLE to any other database userTom Lane2006-02-124-11/+22
* Throw a warning rather than an error on invalid character from UTF8 toBruce Momjian2006-02-121-3/+5
* Back out patch pending review.Bruce Momjian2006-02-121-73/+27
* > I've now tested this patch at home w/ 8.2HEAD and it seems to fix theBruce Momjian2006-02-121-27/+73
* Support "" for thousands separator and plus sign in to_char(), perBruce Momjian2006-02-121-4/+5
* Remove LEFT part of JOIN to pg_roles because of optimizer limitation:Bruce Momjian2006-02-121-5/+5
* Revert patch becaues of locking concerns:Bruce Momjian2006-02-129-432/+9
* Update release checlist.Bruce Momjian2006-02-121-11/+10
* Improve tab completion macro for default keywords.Bruce Momjian2006-02-121-4/+2
* When performing a parallel build (make -j N) with ./configureBruce Momjian2006-02-121-2/+2
* List psql tab completion for various default keywords.Bruce Momjian2006-02-121-18/+36
* Apply code-reviewed version of for-scalar-list patch: mostly, fixingTom Lane2006-02-123-90/+146
* Add MSVC support for utility commands and pg_dump.Bruce Momjian2006-02-1210-8/+225
* Allow PL/pgSQL FOR statement to return values to scalars as well asBruce Momjian2006-02-123-18/+117
* Use 0x01 for newlines in saved history. It was determined to be notBruce Momjian2006-02-121-3/+12
* Clean up plpgsql grammar to make sure that check_assignable() is appliedTom Lane2006-02-121-6/+39
* Allow to_char() to print localized month and day names.Bruce Momjian2006-02-121-20/+233
* As part of previous commit, add pg_restore option:Bruce Momjian2006-02-121-2/+1
* Add psql option:Bruce Momjian2006-02-127-20/+49