]> granicus.if.org Git - postgresql/history - src
Fix logical error in option description.
[postgresql] / src /
2005-11-04 Peter EisentrautFix logical error in option description.
2005-11-04 Tom LaneEnsure that we only create one ConsoleCtrlHandler per...
2005-11-04 Tom LaneDisregard superuserness when checking to see if a role...
2005-11-03 Tom LaneFix a couple of missed None -> DestNone in comments.
2005-11-03 Alvaro HerreraFix one overlooked ocurrence of "None" in EXEC_BACKEND...
2005-11-03 Tom LaneThinking further, it seems we had better also copy...
2005-11-03 Tom LaneFix the recently-added code that eliminates unnecessary...
2005-11-03 Alvaro HerreraRename the members of CommandDest enum so they don...
2005-11-03 Alvaro HerreraTranslation updates.
2005-11-03 Tom LaneFix longstanding race condition in transaction log...
2005-11-01 Andrew DunstanProvide a --no-locale option for pg_regress and a corre...
2005-10-29 Tom LaneUpdate a couple of obsolete comments.
2005-10-29 Peter EisentrautTranslation updates
2005-10-29 Peter EisentrautMessage corrections
2005-10-28 Tom LaneReorder code so that we don't have to hold a critical...
2005-10-28 Tom LaneClean up AIX build to avoid 'duplicate symbol' warnings...
2005-10-28 Tom LaneFix race condition in multixact code: it's possible...
2005-10-27 Tom LaneAdd an ifneq to avoid make warning on AIX --- there...
2005-10-27 Tom LaneTweak buffer manager so that 'internal' accesses to...
2005-10-27 Bruce MomjianDisable expanded mode only for \d tablename, not for...
2005-10-27 Bruce MomjianAdd comment documenting actual failure case of using
2005-10-26 Tom LaneAdjust parser so that POSTQUEL-style implicit RTEs...
2005-10-25 Tom LaneFix longstanding bug that would sometimes let the plann...
2005-10-25 Tom LaneRemove justify_hours call from interval_mul and interva...
2005-10-25 Tom LaneFix Windows setitimer() emulation to not depend on...
2005-10-25 Bruce MomjianChange trace_sort to output to the log, rather than...
2005-10-24 Bruce MomjianI have applied the following patch to document PQinitSS...
2005-10-24 Tom LaneEnsure that a plpgsql LOOP with an empty body still...
2005-10-22 Tom LaneMake code for selecting default WAL sync method less...
2005-10-22 Tom LaneTemporarily disable Qingqing's Windows signal processin...
2005-10-22 Andrew Dunstanminor code cleanup - replace useless struct timezone...
2005-10-21 Tom LaneImprove performance of CHECK_FOR_INTERRUPTS() macro...
2005-10-21 Tom LaneFix EXPLAIN ANALYZE bug noted by Wiebe Cazemier: althou...
2005-10-21 Tom LaneAdd an implicit cast from varchar to regclass, so that...
2005-10-21 Tom LaneAdd missing PQinitSSL and PQregisterThreadLock to expor...
2005-10-20 Tom LaneImprove testlibpq3.c's example of PQexecParams() usage...
2005-10-20 Tom LanePostpone pg_timezone_initialize() until after creation...
2005-10-20 Tom LaneAdjust not-too-sane calculation of DDD value for to_cha...
2005-10-20 Tom LaneClean up md5.c to make it clearer that it is a frontend...
2005-10-20 Tom LaneMake \d order a table's check constraints by constraint...
2005-10-19 Tom LaneBetter solution to the problem of labeling whole-row...
2005-10-19 Tom LaneEnsure that the Datum generated from a whole-row Var...
2005-10-19 Tom LaneFix oversight in recent changes to enable the 'physical...
2005-10-18 Tom LaneImprove trace_sort code to also show the total memory...
2005-10-18 Tom LaneCode review for regexp_replace patch. Improve document...
2005-10-18 Tom LaneCode review for spi_query/spi_fetchrow patch: handle...
2005-10-18 Tom LaneA few trivial code cleanups motivated by reading warnin...
2005-10-17 Tom LaneClean up libpq's pollution of application namespace...
2005-10-16 Bruce MomjianAdd space after description.
2005-10-15 Bruce Momjiankerberos error message: localhost -> server hostname
2005-10-15 Tom LaneFix thinko in pg_read_file: testing for negative result...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-15 Bruce MomjianUpdate pgindent typedef list.
2005-10-14 Tom LaneFix syslog bug: if any messages are emitted to write_sy...
2005-10-14 Tom LanePass a strdup'd ident string to openlog(), to ensure...
2005-10-14 Bruce MomjianAllow times of 24:00:00 to match rounding behavior:
2005-10-13 Bruce MomjianFix uppercase TRUE/FALSE that are WIN32 stuffl.
2005-10-13 Bruce MomjianUpdate regression output for new prepare transaction...
2005-10-13 Bruce MomjianMake stack_base_ptr non-static, for PL/Java.
2005-10-13 Bruce MomjianThis makes the error messages for PREPARE TRANSACTION...
2005-10-13 Bruce MomjianUpdate krb_server_name to document that a missing entry...
2005-10-13 Bruce MomjianThe patch updates the documentation to reflect the...
2005-10-13 Tom LaneGo back to emitting path names with forward slashes...
2005-10-13 Bruce MomjianBack out this because of fear of changing error strings:
2005-10-13 Bruce MomjianThis makes the error messages for PREPARE TRANSACTION...
2005-10-13 Bruce MomjianUse get_progname() in backend main.c, rather than port...
2005-10-13 Tom LaneFix small oversight in recent patch to add more CREATE...
2005-10-13 Neil ConwayRemove an antiquated comment.
2005-10-13 Neil ConwayAdd a comment describing the requirement that pointers...
2005-10-13 Tom LaneDon't try to remove duplicate OR-subclauses in create_b...
2005-10-12 Tom LaneFix longstanding bug found by Atsushi Ogawa: _bt_check_...
2005-10-12 Tom LaneFix another recently-changed place that was messing...
2005-10-12 Tom LaneDo all accesses to shared buffer headers through volati...
2005-10-11 Neil ConwayFix typo in sample pg_hba.conf; per IRC report from...
2005-10-11 Tom LaneAdd infrastructure for making spins_per_delay variable...
2005-10-11 Tom LaneDon't use a non-locked pre-test of the spinlock on...
2005-10-11 Tom LaneDocument that get_attstatsslot/free_attstatsslot only...
2005-10-11 Tom LaneFix oversight in 8.0 modification of RestrictInfo data...
2005-10-10 Tom LaneRemove the DELETEs from pg_shadow and pg_group that...
2005-10-10 Tom LaneUse a safer order of operations in dropdb(): rollbackab...
2005-10-10 Peter EisentrautDocument the process to update translations.
2005-10-10 Peter EisentrautTranslation update
2005-10-10 Tom LaneFix the problem of GRANTs creating "dangling" privilege...
2005-10-10 Tom Lane<limits.h> is now needed here, for INT_MAX. Per Michae...
2005-10-09 Tom LaneFix (hopefully for the last time) problems with datetim...
2005-10-08 Tom LaneFix up grammar in variable description string.
2005-10-08 Tom LaneFix Kerberos authentication in wake of virtual-hosts...
2005-10-08 Bruce MomjianAdd spacing around operators.
2005-10-07 Tom LaneFix LWLockAssign() so that it can safely be executed...
2005-10-07 Bruce MomjianMinor parentheses cleanup.
2005-10-07 Bruce MomjianAdd spaces around operator.
2005-10-07 Tom LaneAllocate a few extra LWLocks for possible use by add...
2005-10-07 Tom LaneMarginal performance improvement in aclmask(): don...
2005-10-07 Tom LaneRecognize ERROR_SHARING_VIOLATION (translate to EACCES...
2005-10-07 Alvaro HerreraRemove an unused typedef.
2005-10-06 Tom LaneMarginal speedup in RelationIsVisible and TypeIsVisible...
2005-10-06 Neil ConwayMinor API cleanup for async notifications: we can only...
2005-10-06 Tom LaneWhen a function not returning RECORD has a single OUT...
2005-10-06 Tom LaneFix oversight in indexscan plan creation. I recently...
2005-10-06 Peter Eisentrautpg_config should print an error message to stderr and...
next