summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove an unused typedef.Alvaro Herrera2005-10-072-10/+1
* Marginal speedup in RelationIsVisible and TypeIsVisible: avoid a redundantTom Lane2005-10-061-7/+42
* Minor API cleanup for async notifications: we can only register theNeil Conway2005-10-063-28/+19
* When a function not returning RECORD has a single OUT parameter, useTom Lane2005-10-066-41/+215
* Fix oversight in indexscan plan creation. I recently added code to useTom Lane2005-10-062-10/+37
* pg_config should print an error message to stderr and exit if anPeter Eisentraut2005-10-061-11/+35
* Revise pgstats stuff to fix the problems with not counting accessesTom Lane2005-10-0615-93/+99
* Code cleanup for log_disconnections(). Patch from Qingqing Zhou,Neil Conway2005-10-051-42/+14
* Make set_function_size_estimates() marginally smarter: per originalTom Lane2005-10-051-4/+10
* Also synced the ecpg lexer with the backend lexer.Michael Meskes2005-10-052-46/+106
* Fix pgxs for spaces in file names on Win32Bruce Momjian2005-10-051-14/+86
* Clean up some messages and fix missing translation support. Option --logPeter Eisentraut2005-10-044-27/+30
* Somehow I missed some parser changes, so this commit comes pretty late. I jus...Michael Meskes2005-10-043-244/+429
* Add _ to gettext triggers. Must have been forgotten here when it was introduced.Peter Eisentraut2005-10-041-2/+2
* Add an expected case to cover error message as spelled by python 2.2.3.Tom Lane2005-10-041-0/+38
* COPY's test for read-only transaction was backward; it prohibited COPY TOTom Lane2005-10-031-2/+2
* Add a trace_sort option to help with measuring resource usage of externalTom Lane2005-10-033-6/+105
* Separate out the VacRUsage stuff as an independent module, in preparationTom Lane2005-10-036-112/+155
* Preserve tuple OIDs during ATRewriteTable. Per gripe from Duncan Crombie.Tom Lane2005-10-031-1/+9
* Expand pg_control information so that we can verify that the databaseTom Lane2005-10-034-5/+43
* Change nextval and other sequence functions to specify their sequenceTom Lane2005-10-0219-148/+323
* _SPI_execute_plan failed to return result tuple table to caller inTom Lane2005-10-012-33/+43
* Equalize wordings to avoid redundant translation work.Peter Eisentraut2005-09-301-5/+5
* Clean up the help displays.Peter Eisentraut2005-09-303-24/+24
* Change the option spelling to --connection-limit to be consistent with thePeter Eisentraut2005-09-301-3/+3
* Fix confusion between relfilenode and Oid.Alvaro Herrera2005-09-291-123/+78
* Correct spellingPeter Eisentraut2005-09-291-5/+5
* Repair planning bug introduced in 7.4: outer-join ON clauses that referencedTom Lane2005-09-283-25/+76
* Improve messagesPeter Eisentraut2005-09-282-4/+4
* Some marginal tweaks to make 'make installcheck' mostly work whenTom Lane2005-09-271-1/+8
* Fix problems with PGXS builds against an installation tree that wasTom Lane2005-09-278-16/+143
* Suppress FAQ and TODO changes in pgcvslog output.Bruce Momjian2005-09-271-0/+6
* PGXS should be set with := not =, as specified in the documentation,Tom Lane2005-09-271-2/+2
* Fix incorrect psql \x memory allocation for numericlocale. Redesign APIBruce Momjian2005-09-271-51/+41
* Fix our version of strdup() to adhere to the standard semantics forTom Lane2005-09-271-3/+5
* Rename variable for clarity.Bruce Momjian2005-09-261-9/+9
* Don't need gettext calls around debug messages.Peter Eisentraut2005-09-262-19/+19
* Log protocol-excute fetch operatation as fetch, rather than execute,Bruce Momjian2005-09-261-4/+23
* The original patch to avoid building a hash join's hashtable when theTom Lane2005-09-253-163/+94
* Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane2005-09-2417-126/+167
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-2453-515/+503
* In a machine where INT64_IS_BUSTED, we can only support 32-bit valuesTom Lane2005-09-241-2/+6
* Add comments explaining clauses used by CREATE ROLE but not ALTER.Bruce Momjian2005-09-231-13/+15
* Fix typo in comment.Tom Lane2005-09-231-2/+2
* Fix bug introduced into indexable_outerrelids() by an ill-consideredTom Lane2005-09-221-4/+2
* Add instructions.Bruce Momjian2005-09-221-0/+1
* Add "codelines" script to compute number of lines in a releaes.Bruce Momjian2005-09-221-0/+4
* pgindent new GIST index code, per request from Tom.Bruce Momjian2005-09-227-1205/+1542
* Adjust GiST error messages to conform to message style guidelines.Tom Lane2005-09-224-36/+41
* Take exclusive buffer lock in scan_heap() to eliminate some corner casesTom Lane2005-09-222-6/+13