summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31709-1410/+1410
* Clean up win32ver.o on Windows, per Magnus.Tom Lane2004-12-311-2/+2
* make clean must remove zic$(X) for Windows, per Magnus.Tom Lane2004-12-311-2/+2
* Fixed segfault in connect when specifying no database name.Michael Meskes2004-12-302-83/+92
* Support Sun's compiler on SunOS4 (a/k/a Solaris 9). Per ayan@ayan.netTom Lane2004-12-292-1/+15
* Refactor EXEC_BACKEND code so that postmaster child processes reattachTom Lane2004-12-297-123/+178
* Translation updatesPeter Eisentraut2004-12-292-150/+167
* Make libpq default to localhost connections on machines without Unix-domainTom Lane2004-12-282-10/+9
* Make sure --with-pgport option propagates into postgresql.conf.Tom Lane2004-12-271-9/+12
* Cause pg_hba.conf file inclusion (@file stuff) to behave as documented,Tom Lane2004-12-271-76/+82
* Translation updatePeter Eisentraut2004-12-271-0/+1791
* Fix func_ptr declaration for netbsd-mac68k, per Rémi Zara.Tom Lane2004-12-262-12/+6
* Rearrange include file contents into a saner order, add inclusion ofTom Lane2004-12-261-49/+54
* Remove 'optimization' to skip resolve_symlinks() when the foundTom Lane2004-12-241-8/+7
* Switch order of WHERE clauses in tab completion queries, as suggestedTom Lane2004-12-241-3/+3
* Avoid memory leakage during VACUUM FULL when an index expression orTom Lane2004-12-231-1/+3
* Add missing ecpg prototype for newly added functions.Bruce Momjian2004-12-231-0/+2
* Added PGTYPEStimestamp_add_interval written by Dave Cramer.Michael Meskes2004-12-234-6/+92
* Use float8-small-is-zero for netbsd on m68k, per Rémi Zara.Tom Lane2004-12-231-0/+1
* Remove extra parenthesis.Tom Lane2004-12-231-2/+2
* Awhile back I added some code to StartupCLOG() to forcibly zero outTom Lane2004-12-221-13/+19
* Add '-Wl,' prefix to linker switches consistently. Remove shlib_symbolicTom Lane2004-12-2111-18/+8
* exec_eval_simple_expr() needs to do CommandCounterIncrement() not justTom Lane2004-12-213-2/+20
* Add error checking for starting a win32 service using pg_ctl.Bruce Momjian2004-12-211-2/+6
* Return proper error exit code on pg_ctl -w start failure.Bruce Momjian2004-12-211-1/+4
* Translation updatePeter Eisentraut2004-12-211-76/+85
* tag files for rc2REL8_0_0RC2PostgreSQL Daemon2004-12-211-2/+2
* Patch to make libpq.rc be a built-for-distribution file was a fewTom Lane2004-12-212-3/+4
* 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-201-2/+3
* 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-202-4/+2
* Adjust pg_resetxlog to handle 8.0 WAL file names properly.Tom Lane2004-12-201-8/+20
* 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
* 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
* 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
* 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-171-1/+2
* Hook up the plpython result-object nrows and status methods correctly.Tom Lane2004-12-171-24/+6
* Fix is-it-time-for-a-checkpoint logic so that checkpoint_segments canTom Lane2004-12-171-9/+26
* 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-161-2/+2