Commit Graph

13923 Commits (7e1c8ef4fca01293cd561386c1b37bb53e26d62a)

Author SHA1 Message Date
Tom Lane 7e1c8ef4fc Some more missed copyright notices. Many of these look like they 21 years ago
Bruce Momjian 2daed8c5b3 Update copyrights that were missed. 21 years ago
PostgreSQL Daemon 2ff501590b Tag appropriate files for rc3 21 years ago
Tom Lane 7cd25199a9 Clean up win32ver.o on Windows, per Magnus. 21 years ago
Tom Lane 0686fe331f make clean must remove zic$(X) for Windows, per Magnus. 21 years ago
Michael Meskes 1fbdb6bc9f Fixed segfault in connect when specifying no database name. 21 years ago
Tom Lane 96ecf9d5aa Support Sun's compiler on SunOS4 (a/k/a Solaris 9). Per ayan@ayan.net 21 years ago
Tom Lane eee5abce46 Refactor EXEC_BACKEND code so that postmaster child processes reattach 21 years ago
Peter Eisentraut e14018dc5e Translation updates 21 years ago
Tom Lane d9236a69fc Make libpq default to localhost connections on machines without Unix-domain 21 years ago
Tom Lane 361f354109 Make sure --with-pgport option propagates into postgresql.conf. 21 years ago
Tom Lane 370f90970d Cause pg_hba.conf file inclusion (@file stuff) to behave as documented, 21 years ago
Peter Eisentraut 6dac6b89a0 Translation update 21 years ago
Tom Lane 42f167f8b1 Fix func_ptr declaration for netbsd-mac68k, per Rémi Zara. 21 years ago
Tom Lane 5cfdd68f84 Rearrange include file contents into a saner order, add inclusion of 21 years ago
Tom Lane f0c08ae7c9 Remove 'optimization' to skip resolve_symlinks() when the found 21 years ago
Tom Lane 9405e14e00 Switch order of WHERE clauses in tab completion queries, as suggested 21 years ago
Tom Lane 08457504f0 Avoid memory leakage during VACUUM FULL when an index expression or 21 years ago
Bruce Momjian f9a134b6e4 Add missing ecpg prototype for newly added functions. 21 years ago
Michael Meskes f0299325e4 Added PGTYPEStimestamp_add_interval written by Dave Cramer. 21 years ago
Tom Lane 3621657a61 Use float8-small-is-zero for netbsd on m68k, per Rémi Zara. 21 years ago
Tom Lane 63a90720b4 Remove extra parenthesis. 21 years ago
Tom Lane bfa5f30481 Awhile back I added some code to StartupCLOG() to forcibly zero out 21 years ago
Tom Lane 71d21577de Add '-Wl,' prefix to linker switches consistently. Remove shlib_symbolic 21 years ago
Tom Lane 96b42de9a8 exec_eval_simple_expr() needs to do CommandCounterIncrement() not just 21 years ago
Bruce Momjian c21c658b36 Add error checking for starting a win32 service using pg_ctl. 21 years ago
Bruce Momjian 556e72124c Return proper error exit code on pg_ctl -w start failure. 21 years ago
Peter Eisentraut ca4736ab92 Translation update 21 years ago
PostgreSQL Daemon 2ddcd4cad5 tag files for rc2 21 years ago
Tom Lane f0cbfcd399 Patch to make libpq.rc be a built-for-distribution file was a few 21 years ago
Bruce Momjian 93b808e9c9 Mention libpq.rc.in is now the file to update for releases. 21 years ago
Tom Lane 6cd2c9f752 Ensure that 'disabling statistics collector' is logged in all failure 21 years ago
Tom Lane ed06824978 Add support for Latin9 encoding in to_ascii(). Jaime Casanova 21 years ago
Tom Lane b5ae0d69da Mark the TimeZone parameter as GUC_REPORT, so that JDBC can find out 21 years ago
Tom Lane 80855ba8ca In pipe_read_line Windows code, loop to ensure we get a whole line 21 years ago
Tom Lane da59a70c09 Remove direct inclusions of <com_err.h> as well as configure test for 21 years ago
Tom Lane 59bffa3707 Adjust pg_resetxlog to handle 8.0 WAL file names properly. 21 years ago
Tom Lane e184663b24 plpgsql's exec_eval_simple_expr() now has to take responsibility for 21 years ago
Tom Lane 1553be4a0b Prevent evaluation of backticks while discarding unwanted arguments 21 years ago
Bruce Momjian f69cf1fc14 Mention why unixware doesn't handle threading in 8.0. 21 years ago
Bruce Momjian f167dc8802 Test for POSIX.1c 2-arg sigwait() and fail on single-arg version. 21 years ago
Bruce Momjian 9af9320750 Add Win32 version stamps that increment each day for proper SYSTEM32 21 years ago
Bruce Momjian 08690d0688 Allow NetBSD, m64k to compile the ASM spinlock code. 21 years ago
Tom Lane d0a6042f9f Make array_cat more paranoid about checking datatypes in empty arrays. 21 years ago
Tom Lane bd3bc4076e array_map failed to insert correct result type in an empty array. 21 years ago
Tom Lane 1ef38f2691 In a PGXS build, expect to find the postgres executable already installed, 21 years ago
Neil Conway 480777e56c Allow 'ELSEIF' as an alternative to 'ELSIF' in PL/PgSQL. There have been 21 years ago
Tom Lane dfdae5d63c Hook up the plpython result-object nrows and status methods correctly. 21 years ago
Tom Lane ff5a354ece Fix is-it-time-for-a-checkpoint logic so that checkpoint_segments can 21 years ago
Bruce Momjian ccac38ffb4 Update release changes list to mention pg_config.h.win32. 21 years ago