summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2006-07-10Add #include code to prevent multiple inclusion.Bruce Momjian
2006-07-10Update schema GRANT USAGE description.Bruce Momjian
2006-07-10Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera
2006-07-10Test commit.Bruce Momjian
2006-07-06Please find attached two patches for documentation and regression testsBruce Momjian
2006-07-04Documentation fixes for FILLFACTOR patch. Minor other editorialization.Tom Lane
2006-07-04Modify:Bruce Momjian
2006-07-04Remove libpq's PQescapeIdentifier(), not safe from injection attacks.Bruce Momjian
2006-07-03Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane
2006-07-03Fix broken markup.Tom Lane
2006-07-02Add FILLFACTOR to CREATE INDEX.Bruce Momjian
2006-07-02Done:Bruce Momjian
2006-07-02Done:Bruce Momjian
2006-07-02ALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT / NO INHERIT)Bruce Momjian
2006-06-30Update item for GUID:Bruce Momjian
2006-06-29Remove the separate 'stats buffer' process, letting backend stats messagesTom Lane
2006-06-29Change URL for SITC:Bruce Momjian
2006-06-29Add:Bruce Momjian
2006-06-28Editorialization for the additions to the CREATE TABLE reference pageNeil Conway
2006-06-28Add URL for SITCBruce Momjian
2006-06-28Update:Bruce Momjian
2006-06-28Update Russian FAQ.Bruce Momjian
2006-06-27Add GUC update_process_title to control whether 'ps' display is updatedBruce Momjian
2006-06-27Default stats_command_string to 'on', now that its overhead is minimal.Bruce Momjian
2006-06-27Revert patch, doesn't do what it should:Bruce Momjian
2006-06-27Will revert in next patch more cleanly.Bruce Momjian
2006-06-27Not done:Bruce Momjian
2006-06-27Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE.Bruce Momjian
2006-06-27Done:Bruce Momjian
2006-06-27Done:Bruce Momjian
2006-06-27Add PQescapeIdentifier() to libpqBruce Momjian
2006-06-26Change the row constructor syntax (ROW(...)) so that list elements foo.*Tom Lane
2006-06-26Use Unix newlines, instead of DOS ones.Bruce Momjian
2006-06-25Update my info:Bruce Momjian
2006-06-25Add:Bruce Momjian
2006-06-24Update entry:Bruce Momjian
2006-06-24Add UPDATE entry for row reuse.Bruce Momjian
2006-06-19Some editorial work on the documentation of the current-date/timeTom Lane
2006-06-19Take the statistics collector out of the loop for monitoring backends'Tom Lane
2006-06-18Update my email address.Bruce Momjian
2006-06-18Merge postmaster and postgres command into just postgres. postmasterPeter Eisentraut
2006-06-16Code review for SELECT INTO STRICT patch: use saner choices of errorTom Lane
2006-06-16Clean up after someone's curious idea that it'd be good to stripTom Lane
2006-06-16docs for DROP ... IF EXISTS for the following cases:Andrew Dunstan
2006-06-16Add:Bruce Momjian
2006-06-16Add:Bruce Momjian
2006-06-16Document issues with non-default tablespaces and pg_dumpall restores.Bruce Momjian
2006-06-16Add URL for ISO dates:Bruce Momjian
2006-06-16Add URL for currency type:Bruce Momjian
2006-06-16Add URL for updatable views:Bruce Momjian