summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2006-07-31Change the relation_open protocol so that we obtain lock on a relationTom Lane
2006-07-31Change the bootstrap sequence so that toast tables for system catalogs areTom Lane
2006-07-31Fix confusion between COPY FROM and COPY TO, per Gavin Sharry and Arul Shaji.Alvaro Herrera
2006-07-30Add:Bruce Momjian
2006-07-29Add entry:Bruce Momjian
2006-07-29Add:Bruce Momjian
2006-07-28Remove update TODO.detail item.Bruce Momjian
2006-07-28Updates per Tom:Bruce Momjian
2006-07-28SQL2003-standard statistical aggregates, by Sergey Koposov. I've added onlyTom Lane
2006-07-28Fix table title.Tom Lane
2006-07-28Make it clearer that not every Postgres character set can be used as aTom Lane
2006-07-28Update Tatsuo:Bruce Momjian
2006-07-27Add URL for UPDATE/SET for multiple values.Bruce Momjian
2006-07-27Add for UPDATE SET for multiple values:Bruce Momjian
2006-07-27Aggregate functions now support multiple input arguments. I also tookTom Lane
2006-07-27Allow LDAP lookups from pg_service.conf.Bruce Momjian
2006-07-27Allow units to be specified with configuration settings.Peter Eisentraut
2006-07-26Reorder items:Bruce Momjian
2006-07-26Convert effective_cache_size to an integer, for better integration withPeter Eisentraut
2006-07-26Done:Bruce Momjian
2006-07-25Add reason for WAL offset reporting:Bruce Momjian
2006-07-25Add offset mention:Bruce Momjian
2006-07-25Update PITR:Bruce Momjian
2006-07-25Done:Bruce Momjian
2006-07-25Remove hard-wired lists of timezone abbreviations in favor of providingTom Lane
2006-07-24DTrace support, with a small initial set of probesPeter Eisentraut
2006-07-20Update documentation on GRANT SCEMA USAGE, again.Bruce Momjian
2006-07-19Update GRANT USAGE on schema permission description.Bruce Momjian
2006-07-19Adjust spawn_process() to avoid unnecessary overhead processes: we canTom Lane
2006-07-19Rewrite pg_regress as a C program instead of a shell script.Tom Lane
2006-07-18Done:Bruce Momjian
2006-07-16Minor documentation tweak: in the tables of functions and operators,Neil Conway
2006-07-14Minor doc tweak: replace a "--" with "—".Neil Conway
2006-07-13Reorder the entries in the function section of the manual, to ensure theyNeil Conway
2006-07-12Update schema USAGE permission description.Bruce Momjian
2006-07-11Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so thatTom Lane
2006-07-11Correct the description of the pg_get_viewdef() function. Do some nearbyNeil Conway
2006-07-11Add URL of code presentation to developers FAQ.Bruce Momjian
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