summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2011-11-14Return NULL instead of throwing error when desired bound is not available.Tom Lane
2011-11-14Return FALSE instead of throwing error for comparisons with empty ranges.Tom Lane
2011-11-12Add psql expanded auto modePeter Eisentraut
2011-11-10Correct documentation for trace_userlocks.Robert Haas
2011-11-10Revert removal of trace_userlocks, because userlocks aren't gone.Robert Haas
2011-11-10Document that PQexec() can handle a NULL res pointer just fine.Bruce Momjian
2011-11-08Adjust range type docs for some last-minute changes I made to the patch.Heikki Linnakangas
2011-11-08-DLINUX_OOM_ADJ=0 should be in CPPFLAGS, not CFLAGSPeter Eisentraut
2011-11-08Remove hstore's text => text operator.Robert Haas
2011-11-07Minor grammar improvements.Robert Haas
2011-11-04Fix archive_command examplePeter Eisentraut
2011-11-04Add note about using GNU tar warning options for base backupsPeter Eisentraut
2011-11-03Role membership of superusers is only by explicit membership for HBA.Andrew Dunstan
2011-11-03Do not treat a superuser as a member of every role for HBA purposes.Andrew Dunstan
2011-11-03Support range data types.Heikki Linnakangas
2011-11-03Improve docs for timing and skipping of checkpointsSimon Riggs
2011-11-01Document that multiple LDAP servers can be specifiedMagnus Hagander
2011-10-28Clarify that ORDER BY/FOR UPDATE can't malfunction at higher iso levels.Robert Haas
2011-10-28Change "and and" to "and".Robert Haas
2011-10-26Typo fixes.Tom Lane
2011-10-26Implement streaming xlog for backup toolsMagnus Hagander
2011-10-25Fix typoMagnus Hagander
2011-10-25Support configurable eventlog application names on WindowsMagnus Hagander
2011-10-22Support synchronization of snapshots through an export/import procedure.Tom Lane
2011-10-19Document that postmaster.opts is excluded from base backupsRobert Haas
2011-10-19Make the CHECKPOINT reference page more clear.Robert Haas
2011-10-16Avoid assuming that index-only scan data matches the index's rowtype.Tom Lane
2011-10-16Teach btree to handle ScalarArrayOpExpr quals natively.Tom Lane
2011-10-15Marginal improvements to documentation of plpgsql's OPEN cursor statement.Tom Lane
2011-10-15Document that is the psql version number, not the server version number,Bruce Momjian
2011-10-15Improve doc wording of drop table permission.Bruce Momjian
2011-10-15Allow a major PG version psql .psqlrc file to be used if a minorBruce Momjian
2011-10-14Measure the number of all-visible pages for use in index-only scan costing.Tom Lane
2011-10-14Document actual string that has to be returned by the client for MD5Bruce Momjian
2011-10-13Remove all "traces" of trace_userlocks, because userlocks were removedBruce Momjian
2011-10-13Update documentation about ts_rank().Bruce Momjian
2011-10-13Have pg_ctl return an exit status of 3 if the server is not running, toBruce Momjian
2011-10-13Fix typo in dummy_seclabel documentation.Tom Lane
2011-10-13Document who can drop a table (owner and user with permissions).Bruce Momjian
2011-10-13Remove tab in sgml file.Bruce Momjian
2011-10-12Document how to accent Alvaro Herrera in the release notes.Bruce Momjian
2011-10-12Clarify wording of foreign key documentation to mention null entries asBruce Momjian
2011-10-12Throw a useful error message if an extension script file is fed to psql.Tom Lane
2011-10-12Modify up/home macro to match standard parameter list; fixes doc build.Bruce Momjian
2011-10-12Improve documentation of psql's \q command.Tom Lane
2011-10-12Add Up/Home link to the top of the HTML doc output.Bruce Momjian
2011-10-11Document that not backing up postmaster.pid and postmaster.opts mightBruce Momjian
2011-10-10Make the reference to "CREATE USER" in the CREATE ROLE page a link.Robert Haas
2011-10-10Improve documentation of how to fiddle with SCSI drives on FreeBSD.Robert Haas
2011-10-10Fix typo in docs for libpq keepalives_count option.Robert Haas