summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-21Add an implicit cast from varchar to regclass, so that existing codeTom Lane
2005-10-21Add missing PQinitSSL and PQregisterThreadLock to exports.txt.Tom Lane
2005-10-20Improve testlibpq3.c's example of PQexecParams() usage to include sendingTom 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-20Make \d order a table's check constraints by constraint name insteadTom 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-18Code review for spi_query/spi_fetchrow patch: handle errors sanely,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-15Update pgindent typedef list.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-13Fix uppercase TRUE/FALSE that are WIN32 stuffl.Bruce Momjian
2005-10-13Update regression output for new prepare transaction error messages.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-13The patch updates the documentation to reflect the fact that higher valuesBruce Momjian
2005-10-13Go back to emitting path names with forward slashes on Windows.Tom Lane
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-13Fix small oversight in recent patch to add more CREATE-FUNCTION-timeTom Lane
2005-10-13Remove an antiquated comment.Neil Conway
2005-10-13Add a comment describing the requirement that pointers into shared memoryNeil 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-11Don't use a non-locked pre-test of the spinlock on x86_64 machines.Tom 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-10Remove the DELETEs from pg_shadow and pg_group that pg_dumpall used toTom Lane
2005-10-10Use a safer order of operations in dropdb(): rollbackable operations,Tom Lane
2005-10-10Document the process to update translations.Peter Eisentraut