| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust psql's new \ef command to present an empty CREATE FUNCTION template | Tom Lane | 2008-09-06 | 1 | -3/+8 |
* | Implement a psql command "\ef" to edit the definition of a function. | Tom Lane | 2008-09-06 | 2 | -2/+36 |
* | Code coverage testing with gcov. Documentation is in the regression test | Peter Eisentraut | 2008-09-05 | 2 | -3/+50 |
* | Fixup pg_dumpall adding --lock-wait-timeout, to match pg_dump. | Alvaro Herrera | 2008-08-29 | 1 | -1/+17 |
* | Remove all traces that suggest that a non-Bison yacc might be supported, and | Peter Eisentraut | 2008-08-29 | 1 | -14/+24 |
* | Fix pg_dump docs to acknowledge that you can use -Z with plain text output. ... | Tom Lane | 2008-08-26 | 1 | -4/+9 |
* | Add standard boilerplate sentence about when stats_temp_directory can be chan... | Tom Lane | 2008-08-25 | 1 | -8/+11 |
* | Unconditionally write the statsfile when SIGHUP is received, to minimize | Magnus Hagander | 2008-08-25 | 1 | -3/+3 |
* | Have man page generation work on VPATH builds too. | Alvaro Herrera | 2008-08-25 | 1 | -3/+3 |
* | Make stats_temp_directory PGC_SIGHUP, and document how it may cause a temporary | Magnus Hagander | 2008-08-25 | 1 | -2/+4 |
* | Update link to developer's FAQ from main FAQ. | Bruce Momjian | 2008-08-23 | 1 | -2/+2 |
* | Make "log_temp_files" super-user set only, like other logging options. | Bruce Momjian | 2008-08-22 | 1 | -1/+2 |
* | Mention that pg_dump does not dump ALTER DATABASE ... SET commands; | Bruce Momjian | 2008-08-21 | 1 | -22/+16 |
* | Remove tools and documention for generating TODO.html. | Bruce Momjian | 2008-08-20 | 1 | -4/+0 |
* | TODO now in wiki, html version removed. | Bruce Momjian | 2008-08-20 | 1 | -14/+0 |
* | New TODO list URL wiki location listed; contents truncated. | Bruce Momjian | 2008-08-20 | 1 | -1865/+3 |
* | Not done: | Bruce Momjian | 2008-08-19 | 1 | -11/+11 |
* | Cause the output from debug_print_parse, debug_print_rewritten, and | Tom Lane | 2008-08-19 | 1 | -12/+24 |
* | TODO done: | Bruce Momjian | 2008-08-19 | 1 | -2/+2 |
* | Fix some issues that prevent this file to be processed by scripts. | Alvaro Herrera | 2008-08-19 | 1 | -100/+92 |
* | Add to TODO: | Bruce Momjian | 2008-08-18 | 1 | -1/+6 |
* | Update instructions on generating TODO.html. | Bruce Momjian | 2008-08-16 | 1 | -7/+2 |
* | Add URL for: | Bruce Momjian | 2008-08-16 | 1 | -1/+2 |
* | Add to TODO: | Bruce Momjian | 2008-08-16 | 1 | -1/+5 |
* | Update Russian FAQ. | Bruce Momjian | 2008-08-16 | 1 | -28/+63 |
* | Add new SQL training web site to FAQ: | Bruce Momjian | 2008-08-16 | 1 | -1/+4 |
* | Make the temporary directory for pgstat files configurable by the GUC | Magnus Hagander | 2008-08-15 | 2 | -4/+20 |
* | Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace | Tom Lane | 2008-08-14 | 1 | -2/+3 |
* | pg_buffercache needs to be taught about relation forks, as Greg Stark | Heikki Linnakangas | 2008-08-14 | 1 | -1/+8 |
* | Add URL for: | Bruce Momjian | 2008-08-14 | 1 | -1/+5 |
* | Remove TODO item | Peter Eisentraut | 2008-08-12 | 1 | -3/+0 |
* | Add: | Bruce Momjian | 2008-08-12 | 1 | -2/+5 |
* | Move pgstat.tmp into a temporary directory under $PGDATA named pg_stat_tmp. | Magnus Hagander | 2008-08-05 | 2 | -2/+19 |
* | Add URL to: | Bruce Momjian | 2008-07-31 | 1 | -1/+2 |
* | Require superuser privilege to create base types (but not composites, enums, | Tom Lane | 2008-07-31 | 1 | -4/+10 |
* | Allow I/O conversion casts to be applied to or from any type that is a member | Tom Lane | 2008-07-30 | 1 | -10/+22 |
* | Flip the default typispreferred setting from true to false. This affects | Tom Lane | 2008-07-30 | 2 | -18/+6 |
* | Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType() | Tom Lane | 2008-07-30 | 3 | -51/+195 |
* | Add a new, improved version of citext as a contrib module. | Tom Lane | 2008-07-29 | 3 | -2/+226 |
* | Cleanup reference to config.pl so it makes sense not only in | Magnus Hagander | 2008-07-29 | 1 | -2/+2 |
* | Document which versions of ActivePerl and ActiveTcl are required | Magnus Hagander | 2008-07-29 | 1 | -3/+5 |
* | Abort if Tcl support was configured and no tcl shell was found. | Peter Eisentraut | 2008-07-23 | 1 | -2/+3 |
* | Update link to Oleg and Teodor's GIN page. | Tom Lane | 2008-07-22 | 1 | -2/+2 |
* | Code review for array_fill patch: fix inadequate check for array size overflow | Tom Lane | 2008-07-21 | 1 | -9/+8 |
* | Add a pg_dump option --lock-wait-timeout to allow failing the dump if unable | Tom Lane | 2008-07-20 | 1 | -33/+49 |
* | Properly document archive/restore command examples on Windows. | Bruce Momjian | 2008-07-18 | 2 | -4/+4 |
* | Implement SQL-spec RETURNS TABLE syntax for functions. | Tom Lane | 2008-07-18 | 5 | -27/+154 |
* | Add URL for: | Bruce Momjian | 2008-07-18 | 1 | -1/+2 |
* | Add to TODO: | Bruce Momjian | 2008-07-17 | 1 | -1/+4 |
* | Add URL for: | Bruce Momjian | 2008-07-16 | 1 | -1/+3 |