summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Divide the lock manager's shared state into 'partitions', so as toTom Lane2005-12-1110-399/+627
* Implement IS NOT DISTINCT FROM, update the regression tests and docs.Neil Conway2005-12-113-1/+44
* Teach deparsing of CASE expressions to cope with the simplified formsTom Lane2005-12-101-7/+32
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-0946-237/+246
* Fix core dump in error path of plpgsql_parse_tripwordtype. SomebodyTom Lane2005-12-091-10/+10
* Let initdb detect the date order of the lc_time locale and initialize thePeter Eisentraut2005-12-091-1/+72
* I reconfirmed MS-VC6. Thank you for wonderful correspondence.Bruce Momjian2005-12-091-0/+6
* Stamp libraries for 8.2 by updating minor library version numbers andBruce Momjian2005-12-097-16/+16
* Simplify lock manager data structures by making a clear separation betweenTom Lane2005-12-0911-573/+392
* > 1) I'm proposing a patch to do the DROP FUNCTION argument tab completion.Bruce Momjian2005-12-081-6/+70
* Add missing translation markerPeter Eisentraut2005-12-081-3/+3
* Fix bgwriter's failure to release buffer pins and open files after anTom Lane2005-12-082-6/+21
* Disble some Win32-specific code in win32-client-only builds:Bruce Momjian2005-12-083-6/+12
* Fix thinko in comment.Tom Lane2005-12-081-2/+2
* Push the responsibility for handling ignore_killed_tuples down intoTom Lane2005-12-074-72/+72
* A couple of tiny performance hacks in _bt_step(). Remove PageIsEmptyTom Lane2005-12-071-8/+10
* Fix a couple of lingering references to POSTQUEL query syntax, per Simon.Tom Lane2005-12-072-6/+6
* Spell "explicitly" correctly, per Simon.Tom Lane2005-12-073-9/+9
* Get rid of slru.c's hardwired insistence on a fixed number of slots perTom Lane2005-12-069-65/+118
* Add documentation on the use of *printf() macros and libintl.Bruce Momjian2005-12-061-3/+4
* Arrange for read-only accesses to SLRU page buffers to take only a sharedTom Lane2005-12-065-28/+145
* In a nestloop inner indexscan, it's OK to use pushed-down baserestrictinfoTom Lane2005-12-061-22/+12
* ecpg/pgtypeslib seems to need snprintf.c pulled in, too.Tom Lane2005-12-061-11/+13
* Put undef's before extern declarations that need 'em, per Andrew Dunstan.Tom Lane2005-12-061-19/+19
* Make Win32 build use our port/snprintf.c routines, instead of dependingTom Lane2005-12-066-24/+36
* Document return-value conventions used by this implementation, perTom Lane2005-12-051-4/+24
* Add regression test to see if the min/max values of int8 convert correctly.Tom Lane2005-12-053-0/+40
* Fix a rather sizable number of problems in our homegrown snprintf, such asTom Lane2005-12-051-491/+729
* Treat procedural languages as owned by the bootstrap superuser, ratherTom Lane2005-12-033-23/+54
* Fix out-of-order inclusion of -L switches from LDFLAGS on AIX and HPUX.Tom Lane2005-12-031-3/+6
* Allow to_char(interval) and to_char(time) to use AM/PM specifications.Bruce Momjian2005-12-031-20/+16
* Tweak indexscan machinery to avoid taking an AccessShareLock on an indexTom Lane2005-12-0312-35/+95
* Fix obsolete comment.Tom Lane2005-12-021-2/+2
* Adjust scan plan nodes to avoid getting an extra AccessShareLock on aTom Lane2005-12-029-92/+135
* Added special handling of CONNECTION variable that is used by ECPG instead of...Michael Meskes2005-12-023-13/+33
* Remove comment on errno=0 lines, but add mention to port/strtol.c function.Bruce Momjian2005-12-024-26/+35
* Rearrange code in ExecInitBitmapHeapScan so that we don't initialize theTom Lane2005-12-021-6/+10
* Add comment to pg_atoi.Bruce Momjian2005-12-011-2/+2
* Comment "errno = 0" in a more generic way.Bruce Momjian2005-12-012-24/+24
* Retry in FileRead and FileWrite if Windows returns ERROR_NO_SYSTEM_RESOURCES.Tom Lane2005-12-011-3/+58
* Add comments about why errno is set to zero.Bruce Momjian2005-12-012-24/+24
* Check for overflow in strtol() while parsing datetime inputs.Tom Lane2005-12-011-1/+33
* Refactor some bits in aclchk.c in order to reduce code duplication.Alvaro Herrera2005-12-013-413/+310
* Rearrange code in pg_atoi() to avoid assuming that isspace() cannotTom Lane2005-11-301-15/+15
* Tweak choose_bitmap_and() heuristics in the light of example provided in bugTom Lane2005-11-301-8/+54
* - Made several variables "const char *" instead of "char *" as proposed by Qi...Michael Meskes2005-11-308-40/+49
* Fix EXPLAIN and EXECUTE commands to pass portal parameters through toTom Lane2005-11-295-21/+29
* Tweak hash join code to use an additional heuristic for deciding whetherTom Lane2005-11-282-5/+42
* Come to think of it, the backend doesn't use -lz either.Tom Lane2005-11-281-3/+3
* Don't link readline and supporting libraries into the backend.Tom Lane2005-11-281-1/+4