summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Cause pg_regress to invoke the temporary postmaster as 'postgres' notTom Lane2006-09-241-8/+10
* Suppress useless warning on pre-XP versions of Windows. MagnusTom Lane2006-09-241-2/+10
* Tag us Beta1REL8_2_BETA1PostgreSQL Daemon2006-09-231-3/+3
* Fix pg_locks view to call advisory locks advisory locks, while preservingTom Lane2006-09-224-14/+26
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-2212-28/+76
* Surely this temp buffer needn't be static.Tom Lane2006-09-221-4/+6
* Rearrange yes/no prompting code so that the prompts always show thePeter Eisentraut2006-09-226-38/+34
* Add units to the default postgresql.conf. For the most part, this shouldPeter Eisentraut2006-09-222-22/+23
* Fix free space map to correctly track the total amount of FSM space neededTom Lane2006-09-217-66/+152
* Change patternsel (LIKE/regex selectivity estimation) so that if thereTom Lane2006-09-202-109/+206
* Improve usage of effective_cache_size parameter by assuming that all theTom Lane2006-09-1911-44/+171
* Fix shared library creation to work properly on AIX. Albe LaurenzTom Lane2006-09-197-23/+42
* Add built-in userlock manipulation functions to replace the formerTom Lane2006-09-1810-46/+327
* Fix problems with column name list of CREATE TABLE AS being applied toTom Lane2006-09-181-43/+66
* Fix CREATE TABLE ... AS VALUES ... to work rather than Assert'ing;Tom Lane2006-09-181-11/+18
* Change ANALYZE to take ShareUpdateExclusiveLock not AccessShareLock onTom Lane2006-09-171-19/+19
* Marginal cleanup in arrangements for ensuring StrategyHintVacuum is clearedTom Lane2006-09-172-7/+4
* Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,Tom Lane2006-09-168-22/+260
* Update timezone data files to release 2006k of the zic database.Tom Lane2006-09-1619-650/+1201
* Define errcode as __msvc_errcode not __vc_errcode for MSVC builds,Tom Lane2006-09-162-4/+4
* Several fixes for MSVC build scripts, from Magnus.Tom Lane2006-09-154-46/+87
* Fix some uses of str[n]casecmp that should be pg_str[n]casecmp,Tom Lane2006-09-151-5/+5
* Remove WINLDAPAPI decoration from ldap_start_tls_sA typedef, per Magnus.Tom Lane2006-09-151-2/+2
* Improve confusing comment for HeapTupleSatisfiesNow, per gripe from Greg Stark.Tom Lane2006-09-151-12/+11
* Make postgresql.conf.sample match the initdb defaults. This fixesBruce Momjian2006-09-142-5/+5
* Add a couple of information functions to support direct checks on whetherTom Lane2006-09-144-15/+36
* Improve error message. Per discussionTeodor Sigaev2006-09-141-2/+9
* Cygwin systems seem to have a different error message when trying to connect ...Michael Meskes2006-09-143-5/+5
* Added missing constuctor/destructor for interval and date.Michael Meskes2006-09-148-7/+79
* Make logging of extended-protocol commands a bit more consistent, perTom Lane2006-09-131-5/+6
* Code review for patch to avoid second scan when vacuuming index-lessTom Lane2006-09-131-32/+53
* Seems this wasn't committed originallyMichael Meskes2006-09-121-3/+3
* Move set_pglocale_pgservice() from path.c to exec.c, so that pulling inTom Lane2006-09-114-63/+66
* Add LDAP_LIBS_FE to $(libpq) for static or AIX linking, per Albe Laurenz.Tom Lane2006-09-111-3/+5
* Ooops, forgot to update ecpg comparison files to matchTom Lane2006-09-112-2/+2
* Fix unportable usage complained of by icc. Per buildfarm results.Tom Lane2006-09-112-2/+2
* Remove unnecessary brace pair.Bruce Momjian2006-09-101-3/+1
* Back out patch added during 8.2.X development:Bruce Momjian2006-09-101-1/+2
* Install a cleaner solution to the AIX libpq linking problem, as perTom Lane2006-09-103-17/+16
* If we're going to advertise the array overlap/containment operators,Tom Lane2006-09-104-183/+245
* Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane2006-09-1023-141/+177
* Revise OpenLDAP configuration and linking to work on more platformsTom Lane2006-09-094-8/+13
* Fix pg_dump for recent change removing separate RULE privilege.Tom Lane2006-09-081-2/+1
* Put back plan-time check for trying to apply SELECT FOR UPDATE/SHARETom Lane2006-09-081-1/+24
* Tweak the behavior of log_duration as proposed by Guillaume Smet: ratherTom Lane2006-09-083-34/+89
* Not all C compilers understand the "//" comment in this test case, so I remov...Michael Meskes2006-09-082-8/+2
* Replaced complex tests with small ones.Michael Meskes2006-09-0842-2695/+1335
* More logic from complex/test* moved to their own testcases.Michael Meskes2006-09-0813-144/+975
* Clean up logging for extended-query-protocol operations, as per my recentTom Lane2006-09-079-285/+760
* Update pgcvslog comments.Bruce Momjian2006-09-071-5/+6