summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Tweak bison build rules so that we get the same error messages fromTom Lane2003-01-311-2/+8
* Allow a time zone to be specified (and silently ignored) in the inputTom Lane2003-01-317-28/+73
* Handle mixed-case names properly in plpgsql_parse_tripwordtype.Tom Lane2003-01-311-4/+8
* Fix regression in .pgpass support. From Neil Conway.Tom Lane2003-01-301-19/+28
* SPI_exec shouldn't return SPI_OK_SELECT if it hasn't actually returnedTom Lane2003-01-291-1/+14
* Update release steps.Bruce Momjian2003-01-291-6/+6
* Tweak ArrayCount() to forestall possible access to temp[-1]. ProblemTom Lane2003-01-291-2/+2
* Guard against array overrun, per report from Yichen Xie. This caseTom Lane2003-01-291-1/+12
* Repair array subscript overrun identified by Yichen Xie. Reduce theTom Lane2003-01-293-70/+47
* Fix array subscript overruns identified by Yichen Xie.Tom Lane2003-01-291-5/+5
* Extend join-selectivity API (oprjoin interface) so that join type isTom Lane2003-01-2815-134/+218
* Convert variable name to canonical spelling before checking for matchesTom Lane2003-01-281-1/+11
* Revert off setting mention for client_min_messages.Bruce Momjian2003-01-281-2/+1
* Revert optimizer page count change.Bruce Momjian2003-01-281-1/+2
* Set log_min_error_messages to the proper and agreed-upon default, PANIC (off).Bruce Momjian2003-01-272-3/+3
* Upgrade cost estimation for joins, per discussion with Bradley Baetz.Tom Lane2003-01-2710-187/+358
* Get rid of last few unadorned 'permission denied' messages.Tom Lane2003-01-275-10/+10
* Prevent core dump when die_horribly() is called with null AH pointer.Tom Lane2003-01-271-6/+7
* Include IPv6 addresses in pg_hba.conf even if IPv6 is not supported; atBruce Momjian2003-01-261-11/+1
* Allow the planner to collapse explicit inner JOINs together, rather thanTom Lane2003-01-259-837/+928
* Where available, use utime() or utimes() to update the file mod timeTom Lane2003-01-255-20/+91
* Use stat(2) to probe for existing xlog segments in InstallXLogFileSegment,Tom Lane2003-01-251-5/+3
* Suppress gcc warnings.Tom Lane2003-01-241-3/+3
* Modify planner's implied-equality-deduction code so that when a setTom Lane2003-01-2412-168/+395
* Grant options, and cascading revoke. Grant options are allowed only forPeter Eisentraut2003-01-2314-402/+592
* added fix from Joel Hock to get the inserted row into the current bufferDave Cramer2003-01-231-1/+2
* Fix obsolete error message (isImmutable doesn't exist).Tom Lane2003-01-231-3/+3
* Change CREATE TABLE AS / SELECT INTO to create the new table with OIDs,Tom Lane2003-01-233-70/+89
* Fix sloppy comment.Tom Lane2003-01-222-5/+5
* Make estimation of mergejoin scan selectivities more robust, per recentTom Lane2003-01-222-11/+41
* Improve print_expr() a little. It's still not very bright though.Tom Lane2003-01-221-11/+30
* Implement choice between hash-based and sort-based grouping for doingTom Lane2003-01-222-12/+105
* Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTOTom Lane2003-01-214-60/+102
* Synced parser.Michael Meskes2003-01-212-36/+70
* Avoid gratuitous variation in spelling of same error message.Tom Lane2003-01-211-3/+3
* Fix sed expression for BSD sed.Peter Eisentraut2003-01-211-2/+2
* IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane2003-01-2046-875/+2074
* Improve symlink handling for C tags file.Bruce Momjian2003-01-182-2/+2
* Fix parse_agg.c to detect ungrouped Vars in sub-SELECTs; remove codeTom Lane2003-01-176-229/+107
* Adjust API of expression_tree_mutator and query_tree_mutator toTom Lane2003-01-178-220/+167
* Add code to print information about a detected deadlock cycle. TheTom Lane2003-01-164-12/+166
* Ooops, didn't cut-and-paste quite enough code from ResolveNew;Tom Lane2003-01-161-1/+19
* Fix bogus formatting of DROP DATABASE command, per Christopher Kings-Lynne.Tom Lane2003-01-161-2/+2
* Repair an embarrassingly large number of alphabetization mistakes in theTom Lane2003-01-165-31/+79
* Add remaining documentation tables to information schema.Peter Eisentraut2003-01-153-7/+114
* Now that switch_outer processing no longer relies on being run afterTom Lane2003-01-153-154/+136
* More comment cleanups for shared_buffers in postgresql.conf.Bruce Momjian2003-01-151-1/+1
* Update shared_buffer comment in postgresql.conf.Bruce Momjian2003-01-151-1/+1
* Back out ORDER BY addition to Inet, for Tom.Bruce Momjian2003-01-152-4/+4
* Allow merge and hash joins to occur on arbitrary expressions (anything notTom Lane2003-01-1531-658/+490