summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-04-22Simplify thread test program.Bruce Momjian
2004-04-22Make psql's \d+ command indicate whether the table in questionNeil Conway
2004-04-22Rename global psql startup file to psqlrc.sample.Bruce Momjian
2004-04-22Fix filename mention in psqlrc.sample file.Bruce Momjian
2004-04-22Put information about tag in Outputs section, where it belongs.Tom Lane
2004-04-22Fix typoPeter Eisentraut
2004-04-22Make LocalRefCount and PrivateRefCount arrays of int32, rather than long.Neil Conway
2004-04-22Improvements to the backup & restore documentation.Neil Conway
2004-04-22Update EXECUTE docs to mention tag matches prepared statement.Bruce Momjian
2004-04-22Per discussion earlier today, here is a fix that lets ereport() on win32Bruce Momjian
2004-04-22Attached is are a few small fixes for dbmirror.Bruce Momjian
2004-04-22This patch makes the EXECUTE command's completion tag return theBruce Momjian
2004-04-22Please find attached a small patch so that "pg_restore" ignores some sqlBruce Momjian
2004-04-22Add global psql config file, psql.rc.sample.Bruce Momjian
2004-04-21Minor improvement to CREATE AGGREGATE docs: add an xref to the docs forNeil Conway
2004-04-21More thread test program improvements.Bruce Momjian
2004-04-21Improve thread test program to show if non-*_r functions are even called.Bruce Momjian
2004-04-21Tweak indexscan and seqscan code to arrange that steps from one page toTom Lane
2004-04-21Another round of code cleanup on bufmgr. Use BM_VALID flag to keep trackTom Lane
2004-04-21New link for Solaris IPC articlePeter Eisentraut
2004-04-21Change COPY CSV keyword to be:Bruce Momjian
2004-04-20Done:Bruce Momjian
2004-04-20Add doc mention that:Bruce Momjian
2004-04-20Add NetBSD thread compile flags.Bruce Momjian
2004-04-20Add:Bruce Momjian
2004-04-20Improve IS NULL partial index wording.Bruce Momjian
2004-04-20Done:Bruce Momjian
2004-04-20Document partial indexes for IS NULL lookups.Bruce Momjian
2004-04-20Remove additional tcl doc mention.Bruce Momjian
2004-04-20Remove TCL docs.Bruce Momjian
2004-04-20> >> My question is whether postgres can index null values, and if not, do IBruce Momjian
2004-04-20Remove pg_encoding. Not needed anymore since we have an initdb in C.Bruce Momjian
2004-04-20Remove all of the libpgtcl and pgtclsh files, including all references toPostgreSQL Daemon
2004-04-19In reading the 7.4.2 docs, the sql reference page for PREPARE doesn'tBruce Momjian
2004-04-19Code review for ARC patch. Eliminate static variables, improve handlingTom Lane
2004-04-19Update mention of diff.Bruce Momjian
2004-04-19Update to my2pg version 1.28, add docs, update URL for newest version.Bruce Momjian
2004-04-19Update to my2pg 1.28, from:Bruce Momjian
2004-04-19Prevent doubling of escapes when not in quote mode for CSV.Bruce Momjian
2004-04-19The attached patch for contrib/pg_autovacuum/README.pg_autovacuum fixesBruce Momjian
2004-04-19Remove debug code that acidentally got into CVS from previous commit.Bruce Momjian
2004-04-19Fix for BEGIN with ISOLATION/READONLY clauses.Bruce Momjian
2004-04-19* Most changes are to fix warnings issued when compiling win32Bruce Momjian
2004-04-19Complete TODO item:Bruce Momjian
2004-04-19Done:Bruce Momjian
2004-04-19Fix typo:Bruce Momjian
2004-04-18Tweak findTargetlistEntry so that bare names occurring in GROUP BY clausesTom Lane
2004-04-16Handle Warn_restart_ready properly in SIGTERM safety patch.Bruce Momjian
2004-04-15Modify COPY for() loop to use attnum as a variable name, not 'i'.Bruce Momjian
2004-04-15Improve syntax error messages for invalid-argument cases in RETURN andTom Lane