summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2007-08-13TEMPORARILY make synchronous_commit default to OFF, so that we can get moreTom Lane
2007-08-13Document that the regexp split functions ignore zero-length matches inTom Lane
2007-08-11Code review for regexp_matches/regexp_split patch. Refactor to avoid assumingTom Lane
2007-08-06Fix incorrect URI for cvs rsyncMagnus Hagander
2007-08-04Switch over to using the src/timezone functions for formatting timestampsTom Lane
2007-08-03Update supported standalone VC++ version to 7.1+ only, and fixMagnus Hagander
2007-08-02Move session_start out of MyProcPort stucture and make it a global called MyS...Andrew Dunstan
2007-08-01Support an optional asynchronous commit mode, in which we don't flush WALTom Lane
2007-07-27Update conformance information about bigint typePeter Eisentraut
2007-07-25Implement RETURN QUERY for PL/PgSQL. This provides some convenient syntaxNeil Conway
2007-07-24Create a new dedicated Postgres process, "wal writer", which exists to writeTom Lane
2007-07-24Set a default autovacuum vacuum_cost_delay value of 20ms, to avoid excessiveAlvaro Herrera
2007-07-23Reword paragraph about the autovacuum_max_workers setting. Patch fromAlvaro Herrera
2007-07-23SSPI authentication on Windows. GSSAPI compatible client when doing KerberosMagnus Hagander
2007-07-21Provide a bit more high-level documentation for the GEQO planner.Tom Lane
2007-07-18GSSAPI documentationMagnus Hagander
2007-07-18Document that 'deleted' is also tracked by autovacuum.Bruce Momjian
2007-07-18Document that age() adds days, then full months.Bruce Momjian
2007-07-17Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS,Neil Conway
2007-07-17Add CVS Wiki URL to docs.Bruce Momjian
2007-07-16Update docs that GNU tar versions >=1.16 exit with 1 on files changed, 2Bruce Momjian
2007-07-16Allow plpgsql function parameter names to be qualified with the function'sTom Lane
2007-07-15Note incompatibility with Oracle's version of FOR ... REVERSE, perTom Lane
2007-07-14Editorial overhaul of plpgsql documentation. Provide detailed documentationTom Lane
2007-07-10Add note that building from CVS requires bison and flex, whereasTom Lane
2007-07-10Adjust processSQLNamePattern() so that $ within the pattern is always matchedTom Lane
2007-07-09Minor copy-editing.Tom Lane
2007-07-08Closer code review for PQconnectionUsedPassword() patch: in particular,Tom Lane
2007-07-08Fix broken markup.Tom Lane
2007-07-08Arrange for the authentication request type to be preserved inJoe Conway
2007-07-05Improve description of SPI_scroll_cursor_move's return values, per aTom Lane
2007-07-03Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE.Neil Conway
2007-06-30Improve logging of checkpoints. Patch by Greg Smith, worked overTom Lane
2007-06-29Add a note that pg_start_backup will take awhile because of newTom Lane
2007-06-28Add the function's volatility to the output of psql's \df+ command.Neil Conway
2007-06-28Implement "distributed" checkpoints in which the checkpoint I/O is spreadTom Lane
2007-06-26Fix PGXS conventions so that extensions can be built against PostgresTom Lane
2007-06-22Add a <tip> that log_line_prefix should usually end with a space toTom Lane
2007-06-21Update password example.Peter Eisentraut
2007-06-21Update examples of create/drop scripts.Peter Eisentraut
2007-06-20Add a caveat pointing out that constraint exclusion doesn't work withTom Lane
2007-06-20Remove some empty columns from a few system catalog tables in theNeil Conway
2007-06-19Code review for log_lock_waits patch. Don't try to issue log messages fromTom Lane
2007-06-15Tweak the API for per-datatype typmodin functions so that they are passedTom Lane
2007-06-12Update documentation of resultmap file format.Magnus Hagander
2007-06-11Improve UPDATE/DELETE WHERE CURRENT OF so that they can be used from plpgsqlTom Lane
2007-06-11Minor wording improvement.Tom Lane
2007-06-11Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard.Tom Lane
2007-06-08Avoid passing zero as a value for vacuum_cost_limit, because it's not a validAlvaro Herrera
2007-06-08Add note that LIMIT without ORDER BY can produce outright nondeterministicTom Lane