summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove ancient hack to work around a peculiarity of libcurses on HPUX.Tom Lane2006-02-071-9/+3
* Source code cleanup.Bruce Momjian2006-02-071-19/+19
* I think that NUMERIC datatype has a problem in the performance thatBruce Momjian2006-02-071-39/+73
* Make --version option print fixed program name.Peter Eisentraut2006-02-071-2/+2
* Fix HTML alignment in PQprint.Bruce Momjian2006-02-071-8/+8
* Improve the tests to see if ScalarArrayOpExpr is strict. Original codingTom Lane2006-02-061-5/+59
* Fix PQprint HTML tag, "centre" -> "center".Bruce Momjian2006-02-061-4/+4
* Fix pg_restore to properly discard COPY data when trying to continueTom Lane2006-02-053-14/+30
* Improve my initial, rather hacky implementation of joins to appendTom Lane2006-02-058-273/+114
* Fix constraint exclusion to work in inherited UPDATE/DELETE queriesTom Lane2006-02-044-63/+90
* Added C bit fields to ecpg parserMichael Meskes2006-02-046-22/+69
* DROP IF EXISTS for ROLE/USER/GROUPAndrew Dunstan2006-02-047-8/+99
* Issue a warning if a change-on-restart-only postgresql.conf value isPeter Eisentraut2006-02-041-1/+48
* In ecpg, automatically double single quotes in $$ strings becauseBruce Momjian2006-02-042-29/+30
* Update Makefile for new thread_test location.Bruce Momjian2006-02-041-3/+3
* Move thread_test directory from /tools to /test so source-only tarballsBruce Momjian2006-02-044-23/+2
* Teach planner to convert simple UNION ALL subqueries into append relations,Tom Lane2006-02-0310-388/+888
* Update tested AIX memset platforms.Bruce Momjian2006-02-031-2/+3
* Allow MEMSET_LOOP_LIMIT to be set on a per-platform basis, and turn offBruce Momjian2006-02-033-8/+18
* Update random() usage so ranges are inclusive/exclusive as required.Bruce Momjian2006-02-034-17/+10
* Prevent COPY from using newline or carriage return as delimiter or null.Bruce Momjian2006-02-031-1/+20
* Improve tab whitespace in file.Bruce Momjian2006-02-031-141/+142
* More spacing cleanups.Bruce Momjian2006-02-021-35/+35
* Source code alignment fixes for preproc.y.Bruce Momjian2006-02-011-676/+656
* More alignment improvements.Bruce Momjian2006-02-011-4/+4
* Make pgc.l source code alignment consistent.Bruce Momjian2006-02-011-220/+224
* Add code comment about Linux stack randomization and shared memory.Bruce Momjian2006-02-011-2/+13
* Fix const cast in get_progname().Bruce Momjian2006-02-011-2/+2
* Set progname early in the postmaster/postgres binary, rather than doingBruce Momjian2006-02-014-27/+25
* Allow %TYPE to be used with SETOF, per gripe from Murat Tasan.Tom Lane2006-01-311-2/+10
* Restructure planner's handling of inheritance. Rather than processingTom Lane2006-01-3118-511/+1045
* Fix ALTER COLUMN TYPE bug: it sometimes tried to drop UNIQUE or PRIMARY KEYTom Lane2006-01-301-9/+37
* When building a bitmap scan, must copy the bitmapqualorig expression treeTom Lane2006-01-291-1/+7
* Fix Assert that's no longer correct now that RowCompareExpr is indexable.Tom Lane2006-01-291-8/+4
* Fix code that checks to see if an index can be considered to match the query'sTom Lane2006-01-293-12/+20
* Undo perl's nasty locale setting on Windows. Since we can't do that asAndrew Dunstan2006-01-281-1/+84
* Per a bug report from Theo Schlossnagle, plperl_return_next() leaksNeil Conway2006-01-281-68/+113
* Tweak initdb to reduce verbosity of progress messages, by printing justTom Lane2006-01-271-6/+5
* Suppress signed-vs-unsigned-char warning.Tom Lane2006-01-261-2/+2
* Fix display of whole-row Var appearing at the top level of a SELECT list.Tom Lane2006-01-261-25/+56
* Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flagTom Lane2006-01-2611-138/+237
* Remove the no-longer-useful HashItem/HashItemData level of structure.Tom Lane2006-01-257-98/+34
* Remove the no-longer-useful BTItem/BTItemData level of structure, andTom Lane2006-01-258-263/+180
* Remove unnecessary PQconsumeInput call from PQputCopyData; it's redundantTom Lane2006-01-251-7/+7
* Allow row comparisons to be used as indexscan qualifications.Tom Lane2006-01-2511-142/+996
* Update regression error message for NUMERIC range overflow. Display "1"Bruce Momjian2006-01-251-2/+2
* Update regression error message for NUMERIC range overflow. Display "1"Bruce Momjian2006-01-251-3/+6
* Improve error message when NUMERIC precision is exceeded.Bruce Momjian2006-01-251-3/+3
* Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macroTom Lane2006-01-242-6/+6
* - Synced parser and keyword list.Michael Meskes2006-01-245-12/+185