Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-30 | Equalize wordings to avoid redundant translation work. | Peter Eisentraut | |
2005-09-30 | Clean up the help displays. | Peter Eisentraut | |
2005-09-30 | Change the option spelling to --connection-limit to be consistent with the | Peter Eisentraut | |
SQL option spelling. | |||
2005-09-05 | Implement a preliminary 'template' facility for procedural languages, | Tom Lane | |
as per my recent proposal. For now the template data is hard-wired in proclang.c --- this should be replaced later by a new shared system catalog, but we don't want to force initdb during 8.1 beta. This change lets us cleanly load existing dump files even if they contain outright wrong information about a PL's support functions, such as a wrong path to the shared library or a missing validator function. Also, we can revert the recent kluges to make pg_dump dump PL support functions that are stored in pg_catalog. While at it, I removed the code in pg_regress that replaced $libdir with a hardcoded path for temporary installations. This is no longer needed given our support for relocatable installations. | |||
2005-08-15 | Make createlang and droplang proof against weird search_path settings | Tom Lane | |
by forcing search_path to be just pg_catalog. | |||
2005-08-15 | Clean up some stray remaining references to pg_shadow, pg_user, pg_group. | Tom Lane | |
2005-08-14 | Update the createuser utility for the ROLEs world. Alvaro Herrera | Tom Lane | |
2005-07-29 | Move reindexdb from /contrib to /bin. | Bruce Momjian | |
Euler Taveira de Oliveira | |||
2005-07-10 | This patch implements putting language handlers for the optional PLs | Bruce Momjian | |
into pg_catalog rather than public, and supports dumping languages whose handlers are found there. This will make it easier to drop the public schema if desired. Unlike the previous patch, the comments have been updated and I have reformatted some code to meet Alvarro's request to stick to 80 cols. (I actually aghree with this - it makes printing the code much nicer). I think I did the right thing w.r.t versions earlier than 7.3, but I have no real way of checking, so that should be checked by someone with more/older knowledge than me ;-) Andrew Dunstan | |||
2005-06-22 | Add a validator function for plperl. Andrew Dunstan | Tom Lane | |
2005-06-21 | Cause initdb to create a third standard database "postgres", which | Tom Lane | |
unlike template0 and template1 does not have any special status in terms of backend functionality. However, all external utilities such as createuser and createdb now connect to "postgres" instead of template1, and the documentation is changed to encourage people to use "postgres" instead of template1 as a play area. This should fix some longstanding gotchas involving unexpected propagation of database objects by createdb (when you used template1 without understanding the implications), as well as ameliorating the problem that CREATE DATABASE is unhappy if anyone else is connected to template1. Patch by Dave Page, minor editing by Tom Lane. All per recent pghackers discussions. | |||
2005-06-14 | Add -L option to psql to log sessions. | Bruce Momjian | |
Lorne Sunley | |||
2005-03-25 | Have libpgport link before libpq so that PG client applications are more | Bruce Momjian | |
immunte to changes in libpq's usage of pgport between major versions. | |||
2005-02-22 | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian | |
macros around strings that were missing them. | |||
2005-01-17 | New translation | Peter Eisentraut | |
2005-01-17 | Translation updates | Peter Eisentraut | |
2005-01-13 | Translation updates | Peter Eisentraut | |
2005-01-09 | Translation updates | Peter Eisentraut | |
2005-01-08 | Consistently use geteuid() not getuid(); there were a few places deviating | Tom Lane | |
from our long-established standard. | |||
2005-01-06 | Translation updates | Dennis Bjorklund | |
2005-01-06 | Translation updates | Peter Eisentraut | |
2005-01-01 | Some more missed copyright notices. Many of these look like they | Tom Lane | |
should have been caught by the src/tools/copyright script ... why weren't they? | |||
2005-01-01 | Update copyrights that were missed. | Bruce Momjian | |
2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon | |
Also performed an initial run through of upgrading our Copyright date to extend to 2005 ... first run here was very simple ... change everything where: grep 1996-2004 && the word 'Copyright' ... scanned through the generated list with 'less' first, and after, to make sure that I only picked up the right entries ... | |||
2004-12-15 | New translations | Peter Eisentraut | |
2004-12-15 | Translation updates | Peter Eisentraut | |
2004-12-14 | Fix typo | Peter Eisentraut | |
2004-12-12 | Add missing newlines at end of error messages. | Peter Eisentraut | |
2004-12-12 | Translation updates | Peter Eisentraut | |
2004-12-11 | Translation updates | Peter Eisentraut | |
2004-12-11 | Translation updates | Peter Eisentraut | |
2004-12-11 | Translation updates | Peter Eisentraut | |
2004-11-27 | Fix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spotted by Lorne Sunley. | Tom Lane | |
2004-11-16 | Translation update | Peter Eisentraut | |
2004-11-09 | Get rid of perror(), substitute some better phrased error messages. | Peter Eisentraut | |
malloc() doesn't set errno, so most uses were buggy anyway. | |||
2004-11-09 | Translation updates | Peter Eisentraut | |
2004-11-02 | Translation updates | Peter Eisentraut | |
2004-10-28 | Translation updates | Peter Eisentraut | |
2004-10-22 | Translation updates | Peter Eisentraut | |
2004-10-18 | New translation | Peter Eisentraut | |
2004-10-16 | Allow pg_ctl to determine the server is up when getting a request for a | Bruce Momjian | |
password. Make password error message a #define and use it consistently. Sean Chittenden | |||
2004-10-05 | Add Win32 version info to client binaries. | Bruce Momjian | |
Magnus Hagander | |||
2004-10-04 | Readd -DFRONTEND to client makefiles because it still affects win32.h | Bruce Momjian | |
defines. | |||
2004-10-04 | Make libpgport be front-end only and make libpgport_srv be a backend | Bruce Momjian | |
library that uses palloc, ereport, etc. This simplifies the makefiles for client applications. | |||
2004-10-03 | Translation updates | Peter Eisentraut | |
2004-09-20 | Translation update | Peter Eisentraut | |
2004-09-20 | Translation updates | Peter Eisentraut | |
2004-09-13 | Translation updates | Peter Eisentraut | |
2004-09-13 | Translation updates | Peter Eisentraut | |
2004-08-29 | Pgindent run for 8.0. | Bruce Momjian | |