summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2005-11-03Fix longstanding race condition in transaction log management: there was aTom Lane
2005-10-29Update a couple of obsolete comments.Tom Lane
2005-10-29Translation updatesPeter Eisentraut
2005-10-29Message correctionsPeter Eisentraut
2005-10-28Reorder code so that we don't have to hold a critical section whileTom Lane
2005-10-28Fix race condition in multixact code: it's possible to try to read aTom Lane
2005-10-27Add an ifneq to avoid make warning on AIX --- there is a separate ruleTom Lane
2005-10-27Tweak buffer manager so that 'internal' accesses to a buffer do notTom Lane
2005-10-27Add comment documenting actual failure case of usingBruce Momjian
2005-10-26Adjust parser so that POSTQUEL-style implicit RTEs are stored withTom Lane
2005-10-25Fix longstanding bug that would sometimes let the planner generate a bad planTom Lane
2005-10-25Remove justify_hours call from interval_mul and interval_div, and makeTom Lane
2005-10-25Fix Windows setitimer() emulation to not depend on delivering an APCTom Lane
2005-10-25Change trace_sort to output to the log, rather than the user's terminal.Bruce Momjian
2005-10-22Make code for selecting default WAL sync method less confusing.Tom Lane
2005-10-22minor code cleanup - replace useless struct timezone argument toAndrew Dunstan
2005-10-21Improve performance of CHECK_FOR_INTERRUPTS() macro on Windows by not doingTom Lane
2005-10-21Fix EXPLAIN ANALYZE bug noted by Wiebe Cazemier: although we wereTom Lane
2005-10-20Postpone pg_timezone_initialize() until after creation of postmaster.pid,Tom Lane
2005-10-20Adjust not-too-sane calculation of DDD value for to_char(interval).Tom Lane
2005-10-20Clean up md5.c to make it clearer that it is a frontend-and-backendTom Lane
2005-10-19Better solution to the problem of labeling whole-row Datums that areTom Lane
2005-10-19Ensure that the Datum generated from a whole-row Var contains validTom Lane
2005-10-19Fix oversight in recent changes to enable the 'physical tlist'Tom Lane
2005-10-18Improve trace_sort code to also show the total memory or disk space used.Tom Lane
2005-10-18Code review for regexp_replace patch. Improve documentation and comments,Tom Lane
2005-10-18A few trivial code cleanups motivated by reading warnings generatedTom Lane
2005-10-17Clean up libpq's pollution of application namespace by renaming theTom Lane
2005-10-16Add space after description.Bruce Momjian
2005-10-15kerberos error message: localhost -> server hostnameBruce Momjian
2005-10-15Fix thinko in pg_read_file: testing for negative result is not the wayTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-10-14Fix syslog bug: if any messages are emitted to write_syslog beforeTom Lane
2005-10-14Pass a strdup'd ident string to openlog(), to ensure that reallocationTom Lane
2005-10-14Allow times of 24:00:00 to match rounding behavior:Bruce Momjian
2005-10-13Make stack_base_ptr non-static, for PL/Java.Bruce Momjian
2005-10-13This makes the error messages for PREPARE TRANSACTION, COMMIT PREPAREDBruce Momjian
2005-10-13Update krb_server_name to document that a missing entry defaults toBruce Momjian
2005-10-13Back out this because of fear of changing error strings:Bruce Momjian
2005-10-13This makes the error messages for PREPARE TRANSACTION, COMMIT PREPAREDBruce Momjian
2005-10-13Use get_progname() in backend main.c, rather than port-specific hackBruce Momjian
2005-10-13Remove an antiquated comment.Neil Conway
2005-10-13Don't try to remove duplicate OR-subclauses in create_bitmap_subplan andTom Lane
2005-10-12Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would markTom Lane
2005-10-12Fix another recently-changed place that was messing with spinlock-Tom Lane
2005-10-12Do all accesses to shared buffer headers through volatile-qualifiedTom Lane
2005-10-11Fix typo in sample pg_hba.conf; per IRC report from Bernhard Neuhauser.Neil Conway
2005-10-11Add infrastructure for making spins_per_delay variable depending onTom Lane
2005-10-11Document that get_attstatsslot/free_attstatsslot only need to be passedTom Lane
2005-10-11Fix oversight in 8.0 modification of RestrictInfo data structures.Tom Lane