summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2007-03-22Remove tabs in SGML files.Bruce Momjian
2007-03-22Remove tabs from SGML file.Bruce Momjian
2007-03-21Add documentation about vcregress.Magnus Hagander
2007-03-20Add three new regexp functions: regexp_matches, regexp_split_to_array,Neil Conway
2007-03-19Changes pg_trigger and extend pg_rewrite in order to allow triggers andJan Wieck
2007-03-17msvc build actually needs Bison 2.2 or later, not 2.1. Or 1.875 as before.Magnus Hagander
2007-03-17Add note that diff is required for regression tests.Magnus Hagander
2007-03-16Add new columns for tuple statistics on a database level toMagnus Hagander
2007-03-16Show aggregate return types in psql \da output.Magnus Hagander
2007-03-15Make use of plancache module for SPI plans. In particular, since plpgsqlTom Lane
2007-03-14Arrange to install a "posixrules" entry in our timezone database, so thatTom Lane
2007-03-14Fix broken markup, strange tab width.Tom Lane
2007-03-13Rewrite win32 install documentation (it's not client only anymore, and it'sMagnus Hagander
2007-03-06Minor editsPeter Eisentraut
2007-03-06Add more information about avoiding Linux OOM killer.Peter Eisentraut
2007-03-06Revert temp_tablespaces because of coding problems, per Tom.Bruce Momjian
2007-03-03Add lo_truncate() to backend and libpq for large object truncation.Bruce Momjian
2007-03-03Add GUC log_lock_waits to log long wait times.Bruce Momjian
2007-03-03Allow \pset and \x, \t to use boolean constants on/off, rather than justBruce Momjian
2007-03-02Make log_min_error_statement put LOG level at the same priority asTom Lane
2007-03-02Fix broken markup, improve wording.Tom Lane
2007-03-02Suppress useless searches for unused line pointers in PageAddItem. To doTom Lane
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2007-02-23Add psql \prompt capability.Bruce Momjian
2007-02-22Turn the rangetable used by the executor into a flat list, and avoid storingTom Lane
2007-02-21Remove extra tab.Bruce Momjian
2007-02-21Remove tabs from SGML reference files, so their addition can be detectedBruce Momjian
2007-02-21Add configure --enable-profiling to enable GCC profiling. Patches fromBruce Momjian
2007-02-21Allow pltcl args to spi_prepare and plpython args to plpy.prepare to be stand...Andrew Dunstan
2007-02-20Fix markup.Bruce Momjian
2007-02-20Update "encode" documentation to mention that 'escape' only changes nullBruce Momjian
2007-02-20Update pgpass Win32 wording.Bruce Momjian
2007-02-20Update information_schema documentation to match system tables.Bruce Momjian
2007-02-20Wording improvement.Bruce Momjian
2007-02-20More clearly document that most PostgreSQL utilities support libpqBruce Momjian
2007-02-20Adjust user-facing documentation to explain why we don't check pgpassTom Lane
2007-02-20Remove "History" sections for pg_dump and pg_restore. I don't thinkBruce Momjian
2007-02-20Spell check on array patch.Bruce Momjian
2007-02-20Update array slice documentation to be clearer.Bruce Momjian
2007-02-20Comment-out documentation for IS OF because it doesn't conform to theBruce Momjian
2007-02-20Document IS [NOT] OF, which was added in 7.3.Bruce Momjian
2007-02-19Document that to_char('J'/Julian) is midnight-based, per report thatBruce Momjian
2007-02-19Wording improvement.Bruce Momjian
2007-02-19Update PQfree() documentation to be clearer, backpatch to 8.2.X.Bruce Momjian
2007-02-19Clarify documentation that initdb -A or editing pg_hba.conf is requiredBruce Momjian
2007-02-19Clarify documentation for "day of the week" handling for to_char() andBruce Momjian
2007-02-19Add "isodow" option to EXTRACT() and date_part() where Sunday = 7.Bruce Momjian
2007-02-18Document limitation of SPI_execute() using multiple queries in a singleBruce Momjian
2007-02-18Update "Conflicting lock modes" to show as conflict, addBruce Momjian
2007-02-17Remove installation mention that integer timestamps is less stable thatBruce Momjian