summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-09-22Take exclusive buffer lock in scan_heap() to eliminate some corner casesTom Lane
2005-09-22This patch cleans up the access to members of ItemIdData.Bruce Momjian
2005-09-22Fix psql \x by removing puts().Bruce Momjian
2005-09-22Suppress port number for unix domain sockets in log connect/disconnectBruce Momjian
2005-09-22Remove some dead code.Tom Lane
2005-09-21Fix postgresql.conf lexer to accept doubled single quotes in literalTom Lane
2005-09-21Suppress database dump item when --table and/or --schema switch wasTom Lane
2005-09-21optimize_minmax_aggregates() neglected to check for inherited tables.Tom Lane
2005-09-20Fix interaction between psql \set AUTOCOMMIT and "ON_ERROR_ROLLBACK"Bruce Momjian
2005-09-20Return proper value for psql -f filename failure if filename open fails.Bruce Momjian
2005-09-20autovacuum setting false -> off, for consistencyBruce Momjian
2005-09-19Print proper cause of statement cancel, user interaction or timeout.Bruce Momjian
2005-09-18Clarify some error messagesPeter Eisentraut
2005-09-16Adjust regression for new cancel query message.Bruce Momjian
2005-09-16Update query cancel message:Bruce Momjian
2005-09-16Adjust bcc to work for thread changes.Bruce Momjian
2005-09-16This correction is required of nmake of Windows.Bruce Momjian
2005-09-16Small fixesTeodor Sigaev
2005-09-16Rename pg_complete_relation_size() to pg_total_relation_size(), for theNeil Conway
2005-09-16Update two comments to refer to use the new list API names.Neil Conway
2005-09-16Force the size and alignment of LWLock array entries to be either 16 or 32Tom Lane
2005-09-15Copy-editing for GiST README.Neil Conway
2005-09-15Readme about GiST's algorithmsTeodor Sigaev
2005-09-14Tweak the PL/PgSQL regression tests to catch the recently reported bugNeil Conway
2005-09-14Fix recent breakage of decl_cursor_arglist syntax, per Michael Paesold.Tom Lane
2005-09-13Fix make_tuple_from_row to support nested rowtypes, per gripe fromTom Lane
2005-09-12Ensure that any memory leaked during an error inside the bgwriter isTom Lane
2005-09-12Fixed transaction command handling to not ignore savepoints and to correctly ...Michael Meskes
2005-09-12Tweak TCP-keepalive code so that an invalid setting doesn't cause usTom Lane
2005-09-11Fix some corner-case bugs in _sendSQLLine's parsing of SQL commandsTom Lane
2005-09-11Avoid changing stdin/stdout to binary mode on Windows unless that isTom Lane
2005-09-09Given its current definition that depends on time(NULL), timetz_zoneTom Lane
2005-09-09timestamptz_izone should return the input, not NULL, when the inputTom Lane
2005-09-09Fix the various forms of AT TIME ZONE to accept either timezones foundTom Lane
2005-09-08Create the pg_pltemplate system catalog to hold template informationTom Lane
2005-09-08Update regression tests for new USA timezone data. Mea culpa for notTom Lane
2005-09-07Update timezone data files to release 2005m of the zic database.Tom Lane
2005-09-05Implement a preliminary 'template' facility for procedural languages,Tom Lane
2005-09-05Back out prior patch and instead just suppress SubqueryScan eliminationTom Lane
2005-09-05Clean up version comparison/display code, per gripe from Michael Fuhr.Tom Lane
2005-09-05For non-projecting plan node types such as Limit, set_plan_referencesTom Lane
2005-09-05Conditionally output the server version number in psql if it doesn'tBruce Momjian
2005-09-03libpgport routines need nonstandard palloc to work on Windows.Tom Lane
2005-09-02Add log display label for unnamed server-side portals.Bruce Momjian
2005-09-02Fix the spelling.Tom Lane
2005-09-02Update listen_addresses description.Bruce Momjian
2005-09-02Clean up a couple of ad-hoc computations of the maximum number of tuplesTom Lane
2005-09-02In copy_file, use a palloc'd buffer instead of just a local char array;Tom Lane
2005-09-01Short-circuit AllocSetReset if nothing has been palloc'd in the memoryTom Lane
2005-09-01Fix unportable uses of <ctype.h> functions. Per Sergey Koposov.Tom Lane