summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-06-01Desultory de-FastList-ification. RelOptInfo.reltargetlist is back toTom Lane
2004-06-01Remove init_nls() functions, call set_pglocale() directly.Bruce Momjian
2004-06-01Add pgpid_t for use with pids.Bruce Momjian
2004-05-31Additional mop-up for sync-to-fsync changes: avoid issuing fsyncs forTom Lane
2004-05-31Minor code rationalization: FlushRelationBuffers just returns void,Tom Lane
2004-05-31Suppress compile warnings on machines where the INT64CONST() decorationTom Lane
2004-05-31Too few parens for my taste in this macro.Tom Lane
2004-05-31I think I've finally identified the cause of the off-by-one-secondTom Lane
2004-05-31Have pg_ctl print pid and error on signal failure, per suggestion from Tom.Bruce Momjian
2004-05-31trgm - Trigram matching for PostgreSQLTeodor Sigaev
2004-05-311 add namespaces as Tom suggest http://www.pgsql.ru/db/mw/msg.html?mid=1987703Teodor Sigaev
2004-05-31Fix memory leak with pg_regexecTeodor Sigaev
2004-05-31Fix memory leak with pg_regcompTeodor Sigaev
2004-05-31Update pg_dump -v comments to mention additional comments in dump file.Bruce Momjian
2004-05-31Win32 related patch by Darko Prenosil. Small correct by teodorTeodor Sigaev
2004-05-31Per previous discussions, get rid of use of sync(2) in favor ofTom Lane
2004-05-31Done:Bruce Momjian
2004-05-31Remove pljava todo info.Bruce Momjian
2004-05-30Use the new List API function names throughout the backend, and disable theNeil Conway
2004-05-30Paranoia: ensure MyBackendId is InvalidBackendId in a process that hasTom Lane
2004-05-30Add thread library to libpgport creation.Bruce Momjian
2004-05-30Implement new PostmasterIsAlive() check for WIN32, per Claudio Natoli.Tom Lane
2004-05-29Separate out bgwriter code into a logically separate module, ratherTom Lane
2004-05-29Translation updatePeter Eisentraut
2004-05-29Translation updatesPeter Eisentraut
2004-05-29Translation updatePeter Eisentraut
2004-05-29Fix another place that assumed 'x = lcons(y, z)' would not have anyTom Lane
2004-05-28Remove quotes around $CONFIG_LINKS. Caused improper expansion.Bruce Momjian
2004-05-28When checking for thread safety with src/tools/thread/thread_test.c, theBruce Momjian
2004-05-28Fix minor error in comment.Tom Lane
2004-05-28Fix thinko in recent patch to change temp-table permissions behavior:Tom Lane
2004-05-28Stat function now can show statistics per weight of lexemesTeodor Sigaev
2004-05-28Fix some typos I introduced in WIN32-only code late last night.Tom Lane
2004-05-28New version. Add support for int2, int8, float4, float8, timestamp with/witho...Teodor Sigaev
2004-05-28Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs byTom Lane
2004-05-28Seems we forgot the installdirs target in this makefile.Tom Lane
2004-05-28Make sure elog behaves sanely if invoked before GUC initializes.Tom Lane
2004-05-27On WIN32, don't choke when setlocale(LC_MESSAGES, "") returns NULL.Tom Lane
2004-05-27Get rid of the former rather baroque mechanism for propagating the valuesTom Lane
2004-05-27pgindent files for Tom.Bruce Momjian
2004-05-27Cleanup for Win32 pgkill.Bruce Momjian
2004-05-27Move pgkill out into /port so pg_ctl can use it on Win32.Bruce Momjian
2004-05-27Document new pg_ctl 'kill' command, specificially for Win32.Bruce Momjian
2004-05-27Change pg_ctl to be in C. This was the final shell script and isBruce Momjian
2004-05-27Recommend ALTER TABLE ... TYPE as the best way to reclaim space occupied by d...Tom Lane
2004-05-27Add an index entry for "Performance Tips". Patch from Alvaro Herrera.Neil Conway
2004-05-26Reduce the minimum allocable chunk size to 8 bytes (from 16). Now thatTom Lane
2004-05-26A couple other cosmetic cleanups in new List stuff.Tom Lane
2004-05-26Move setlocale() outside of NLS-only defines.Bruce Momjian
2004-05-26Use new forboth() macro to make loop coding a bit clearer.Tom Lane