summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2008-10-03Add relation fork support to pg_relation_size() function. You can now passHeikki Linnakangas
2008-10-02Make the blkno arguments bigints instead of int4s. A signed int4 is notHeikki Linnakangas
2008-10-02Fix function name in pg_freespacemap docs. It's "pg_freespace", notHeikki Linnakangas
2008-09-30Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas
2008-09-24Add documentation about when trigger values NEW/OLD return NULL.Bruce Momjian
2008-09-24Fix markup tag error, envvar -> envar.Bruce Momjian
2008-09-23Mention battery-backed cache under hardware selection options.Bruce Momjian
2008-09-23Tighten the check in initdb and CREATE DATABASE that the chosen encodingHeikki Linnakangas
2008-09-23Make LC_COLLATE and LC_CTYPE database-level settings. Collation andHeikki Linnakangas
2008-09-22Get rid of pgpass_from_client tracking inside libpq --- given the conclusionTom Lane
2008-09-22Fix dblink_connect() so that it verifies that a password is supplied in theTom Lane
2008-09-19Add a PQfireResultCreateEvents function to allow applications to mimic theTom Lane
2008-09-19Create a selectivity estimation function for the text search @@ operator.Tom Lane
2008-09-19Improve the recently-added libpq events code to provide more consistentTom Lane
2008-09-17Preliminary release notes for upcoming back branch releases.Tom Lane
2008-09-17Add an "events" system to libpq, whereby applications can get callbacks thatTom Lane
2008-09-15Change hash indexes to store only the hash code rather than the whole indexedTom Lane
2008-09-15Add missing quotes.Magnus Hagander
2008-09-15Parse pg_hba.conf in postmaster, instead of once in each backend forMagnus Hagander
2008-09-15Polish and Turkish FAQ also needed converting to UTF8Magnus Hagander
2008-09-15Convert Russian FAQ to UTF8, to make it render properly on the website.Magnus Hagander
2008-09-12Update citext's documentation to match the recently-applied patch,Tom Lane
2008-09-12Update man page build instructions.Peter Eisentraut
2008-09-11Add a duration option to pgbench, so that test length can be specified in sec...Tom Lane
2008-09-11Tighten up to_date/to_timestamp so that they are more likely to rejectTom Lane
2008-09-11Adjust the parser to accept the typename syntax INTERVAL ... SECOND(n)Tom Lane
2008-09-10Add "source file" and "source line" information to each GUC variable.Alvaro Herrera
2008-09-08Create a separate grantable privilege for TRUNCATE, rather than having it beTom Lane
2008-09-07Clarify description of pg_restore's handling of large objects.Tom Lane
2008-09-07Add a few more details in the source-code-formatting documentation.Tom Lane
2008-09-07Clarify documention workding for xip_list().Bruce Momjian
2008-09-06Adjust psql's new \ef command to present an empty CREATE FUNCTION templateTom Lane
2008-09-06Implement a psql command "\ef" to edit the definition of a function.Tom Lane
2008-09-05Code coverage testing with gcov. Documentation is in the regression testPeter Eisentraut
2008-08-29Fixup pg_dumpall adding --lock-wait-timeout, to match pg_dump.Alvaro Herrera
2008-08-29Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut
2008-08-26Fix pg_dump docs to acknowledge that you can use -Z with plain text output. ...Tom Lane
2008-08-25Add standard boilerplate sentence about when stats_temp_directory can be chan...Tom Lane
2008-08-25Unconditionally write the statsfile when SIGHUP is received, to minimizeMagnus Hagander
2008-08-25Have man page generation work on VPATH builds too.Alvaro Herrera
2008-08-25Make stats_temp_directory PGC_SIGHUP, and document how it may cause a temporaryMagnus Hagander
2008-08-23Update link to developer's FAQ from main FAQ.Bruce Momjian
2008-08-22Make "log_temp_files" super-user set only, like other logging options.Bruce Momjian
2008-08-21Mention that pg_dump does not dump ALTER DATABASE ... SET commands;Bruce Momjian
2008-08-21Update URL.Alvaro Herrera
2008-08-20Remove tools and documention for generating TODO.html.Bruce Momjian
2008-08-20TODO now in wiki, html version removed.Bruce Momjian
2008-08-20New TODO list URL wiki location listed; contents truncated.Bruce Momjian
2008-08-19Not done:Bruce Momjian
2008-08-19Cause the output from debug_print_parse, debug_print_rewritten, andTom Lane