summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2005-10-10Use a safer order of operations in dropdb(): rollbackable operations,Tom Lane
2005-10-10Translation updatePeter Eisentraut
2005-10-10Fix the problem of GRANTs creating "dangling" privileges not directlyTom Lane
2005-10-09Fix (hopefully for the last time) problems with datetime values displayingTom Lane
2005-10-08Fix up grammar in variable description string.Tom Lane
2005-10-08Fix Kerberos authentication in wake of virtual-hosts changes --- needTom Lane
2005-10-07Fix LWLockAssign() so that it can safely be executed after postmasterTom Lane
2005-10-07Allocate a few extra LWLocks for possible use by add-on modules.Tom Lane
2005-10-07Marginal performance improvement in aclmask(): don't bother withTom Lane
2005-10-07Recognize ERROR_SHARING_VIOLATION (translate to EACCES), increase logTom Lane
2005-10-06Marginal speedup in RelationIsVisible and TypeIsVisible: avoid a redundantTom Lane
2005-10-06Minor API cleanup for async notifications: we can only register theNeil Conway
2005-10-06When a function not returning RECORD has a single OUT parameter, useTom Lane
2005-10-06Fix oversight in indexscan plan creation. I recently added code to useTom Lane
2005-10-06Revise pgstats stuff to fix the problems with not counting accessesTom Lane