summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tag files for rc2REL8_0_0RC2PostgreSQL Daemon2004-12-213-13/+13
* Patch to make libpq.rc be a built-for-distribution file was a fewTom Lane2004-12-212-3/+4
* Add:Bruce Momjian2004-12-211-1/+2
* Add:Bruce Momjian2004-12-211-1/+2
* I was recently surprised to find that EXTRACT's day of the weekBruce Momjian2004-12-211-1/+13
* Mention libpq.rc.in is now the file to update for releases.Bruce Momjian2004-12-201-1/+1
* Ensure that 'disabling statistics collector' is logged in all failureTom Lane2004-12-201-8/+6
* Add support for Latin9 encoding in to_ascii(). Jaime CasanovaTom Lane2004-12-201-2/+10
* Mark the TimeZone parameter as GUC_REPORT, so that JDBC can find outTom Lane2004-12-203-10/+13
* In pipe_read_line Windows code, loop to ensure we get a whole lineTom Lane2004-12-201-17/+34
* Remove direct inclusions of <com_err.h> as well as configure test forTom Lane2004-12-204-116/+3
* Adjust pg_resetxlog to handle 8.0 WAL file names properly.Tom Lane2004-12-202-15/+35
* Fix broken markup.Tom Lane2004-12-191-2/+3
* plpgsql's exec_eval_simple_expr() now has to take responsibility forTom Lane2004-12-193-7/+134
* Prevent evaluation of backticks while discarding unwanted argumentsTom Lane2004-12-193-21/+46
* Add:Bruce Momjian2004-12-191-1/+2
* Mention why unixware doesn't handle threading in 8.0.Bruce Momjian2004-12-191-0/+11
* Test for POSIX.1c 2-arg sigwait() and fail on single-arg version.Bruce Momjian2004-12-191-1/+6
* Add Win32 version stamps that increment each day for proper SYSTEM32Bruce Momjian2004-12-194-9/+12
* Allow NetBSD, m64k to compile the ASM spinlock code.Bruce Momjian2004-12-181-6/+21
* Add note warning that OS X updates usually overwrite /etc/rc.Tom Lane2004-12-181-2/+4
* Changes the doc's to reflect what the user will find as default.Bruce Momjian2004-12-181-3/+3
* Many thanks to Joachim Wieland for a big list of corrections / updates.Bruce Momjian2004-12-182-380/+396
* Update from Ian BarwickBruce Momjian2004-12-181-19/+14
* Make array_cat more paranoid about checking datatypes in empty arrays.Tom Lane2004-12-171-17/+17
* array_map failed to insert correct result type in an empty array.Tom Lane2004-12-171-9/+10
* Minor copy-editing in tutorial.Tom Lane2004-12-173-17/+17
* In a PGXS build, expect to find the postgres executable already installed,Tom Lane2004-12-174-4/+21
* Allow 'ELSEIF' as an alternative to 'ELSIF' in PL/PgSQL. There have beenNeil Conway2004-12-172-3/+14
* Hook up the plpython result-object nrows and status methods correctly.Tom Lane2004-12-172-56/+29
* Fix is-it-time-for-a-checkpoint logic so that checkpoint_segments canTom Lane2004-12-171-9/+26
* Add Win32:Bruce Momjian2004-12-171-1/+4
* Update release changes list to mention pg_config.h.win32.Bruce Momjian2004-12-161-23/+29
* Update version for Win32-client include file.Bruce Momjian2004-12-161-2/+2
* Cause configure --with-tcl to check for presence of <tcl.h>, as perTom Lane2004-12-163-4/+123
* Allow --enable-thread-safety with --disable-shared libraries by passingBruce Momjian2004-12-161-1/+7
* Allow AIX to use --enable-thread-safety by passing PTHREAD_LIBS toBruce Momjian2004-12-165-35/+49
* Translation updatesPeter Eisentraut2004-12-1614-711/+11949
* Add port reportPeter Eisentraut2004-12-161-3/+3
* Add French IRC channel.Bruce Momjian2004-12-162-6/+7
* Add Spanish IRC channel to FAQ.Bruce Momjian2004-12-162-4/+6
* Fix another place broken by new List implementation :-(. Per exampleTom Lane2004-12-151-4/+9
* Disallow SETOF in the input of parseTypeString(). Formerly it wasTom Lane2004-12-151-1/+3
* Calculation of keys_are_unique flag was wrong for cases involvingTom Lane2004-12-151-12/+12
* New translationsPeter Eisentraut2004-12-158-8/+1718
* Translation updatesPeter Eisentraut2004-12-152-228/+166
* Translation updatePeter Eisentraut2004-12-151-2308/+1968
* Update IRC mention.Bruce Momjian2004-12-152-10/+11
* In 'make installcheck' for contrib/, insert 'sleep 1' between subdirectoryTom Lane2004-12-141-2/+12
* Cope with circularities involving a view's ON SELECT rule. I originallyTom Lane2004-12-143-9/+68