summaryrefslogtreecommitdiff
path: root/doc/src
Commit message (Expand)AuthorAgeFilesLines
* Adjust psql's new \ef command to present an empty CREATE FUNCTION templateTom Lane2008-09-061-3/+8
* Implement a psql command "\ef" to edit the definition of a function.Tom Lane2008-09-062-2/+36
* Code coverage testing with gcov. Documentation is in the regression testPeter Eisentraut2008-09-052-3/+50
* Fixup pg_dumpall adding --lock-wait-timeout, to match pg_dump.Alvaro Herrera2008-08-291-1/+17
* Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut2008-08-291-14/+24
* Fix pg_dump docs to acknowledge that you can use -Z with plain text output. ...Tom Lane2008-08-261-4/+9
* Add standard boilerplate sentence about when stats_temp_directory can be chan...Tom Lane2008-08-251-8/+11
* Unconditionally write the statsfile when SIGHUP is received, to minimizeMagnus Hagander2008-08-251-3/+3
* Have man page generation work on VPATH builds too.Alvaro Herrera2008-08-251-3/+3
* Make stats_temp_directory PGC_SIGHUP, and document how it may cause a temporaryMagnus Hagander2008-08-251-2/+4
* Update link to developer's FAQ from main FAQ.Bruce Momjian2008-08-231-2/+2
* Make "log_temp_files" super-user set only, like other logging options.Bruce Momjian2008-08-221-1/+2
* Mention that pg_dump does not dump ALTER DATABASE ... SET commands;Bruce Momjian2008-08-211-22/+16
* Remove tools and documention for generating TODO.html.Bruce Momjian2008-08-201-4/+0
* TODO now in wiki, html version removed.Bruce Momjian2008-08-201-14/+0
* New TODO list URL wiki location listed; contents truncated.Bruce Momjian2008-08-201-1865/+3
* Not done:Bruce Momjian2008-08-191-11/+11
* Cause the output from debug_print_parse, debug_print_rewritten, andTom Lane2008-08-191-12/+24
* TODO done:Bruce Momjian2008-08-191-2/+2
* Fix some issues that prevent this file to be processed by scripts.Alvaro Herrera2008-08-191-100/+92
* Add to TODO:Bruce Momjian2008-08-181-1/+6
* Update instructions on generating TODO.html.Bruce Momjian2008-08-161-7/+2
* Add URL for:Bruce Momjian2008-08-161-1/+2
* Add to TODO:Bruce Momjian2008-08-161-1/+5
* Update Russian FAQ.Bruce Momjian2008-08-161-28/+63
* Add new SQL training web site to FAQ:Bruce Momjian2008-08-161-1/+4
* Make the temporary directory for pgstat files configurable by the GUCMagnus Hagander2008-08-152-4/+20
* Implement SEMI and ANTI joins in the planner and executor. (Semijoins replaceTom Lane2008-08-141-2/+3
* pg_buffercache needs to be taught about relation forks, as Greg StarkHeikki Linnakangas2008-08-141-1/+8
* Add URL for:Bruce Momjian2008-08-141-1/+5
* Remove TODO itemPeter Eisentraut2008-08-121-3/+0
* Add:Bruce Momjian2008-08-121-2/+5
* Move pgstat.tmp into a temporary directory under $PGDATA named pg_stat_tmp.Magnus Hagander2008-08-052-2/+19
* Add URL to:Bruce Momjian2008-07-311-1/+2
* Require superuser privilege to create base types (but not composites, enums,Tom Lane2008-07-311-4/+10
* Allow I/O conversion casts to be applied to or from any type that is a memberTom Lane2008-07-301-10/+22
* Flip the default typispreferred setting from true to false. This affectsTom Lane2008-07-302-18/+6
* Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType()Tom Lane2008-07-303-51/+195
* Add a new, improved version of citext as a contrib module.Tom Lane2008-07-293-2/+226
* Cleanup reference to config.pl so it makes sense not only inMagnus Hagander2008-07-291-2/+2
* Document which versions of ActivePerl and ActiveTcl are requiredMagnus Hagander2008-07-291-3/+5
* Abort if Tcl support was configured and no tcl shell was found.Peter Eisentraut2008-07-231-2/+3
* Update link to Oleg and Teodor's GIN page.Tom Lane2008-07-221-2/+2
* Code review for array_fill patch: fix inadequate check for array size overflowTom Lane2008-07-211-9/+8
* Add a pg_dump option --lock-wait-timeout to allow failing the dump if unableTom Lane2008-07-201-33/+49
* Properly document archive/restore command examples on Windows.Bruce Momjian2008-07-182-4/+4
* Implement SQL-spec RETURNS TABLE syntax for functions.Tom Lane2008-07-185-27/+154
* Add URL for:Bruce Momjian2008-07-181-1/+2
* Add to TODO:Bruce Momjian2008-07-171-1/+4
* Add URL for:Bruce Momjian2008-07-161-1/+3