Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Translation updates | Dennis Bjorklund | 2004-06-26 | |
| | ||||
* | Translation updates: update-po | Dennis Bjorklund | 2004-06-26 | |
| | ||||
* | Translation updates | Dennis Bjorklund | 2004-06-26 | |
| | ||||
* | Fix to work better with Exuberant's version of ctags. | Tom Lane | 2004-06-25 | |
| | | | | Gavin Sherry | |||
* | Support renaming of tablespaces, and changing the owners of | Tom Lane | 2004-06-25 | |
| | | | | | | | | aggregates, conversions, functions, operators, operator classes, schemas, types, and tablespaces. Fold the existing implementations of alter domain owner and alter database owner in with these. Christopher Kings-Lynne | |||
* | Translation updates | Dennis Bjorklund | 2004-06-25 | |
| | ||||
* | Add pg_get_serial_sequence() function, and cause pg_dump to use it. | Tom Lane | 2004-06-25 | |
| | | | | | | | This eliminates the assumption that a serial column's sequence will have the same name on reload that it was given in the original database. Christopher Kings-Lynne | |||
* | #ifdef out file permissions check on SSL key file when on Windows, as | Tom Lane | 2004-06-25 | |
| | | | | | | we also have done for the data directory permissions check. Dave Page | |||
* | Translation updates | Dennis Bjorklund | 2004-06-25 | |
| | ||||
* | Swedish translation of pg_ctl. | Dennis Bjorklund | 2004-06-25 | |
| | ||||
* | Make pg_ctl possible to translate. Strings marked for | Dennis Bjorklund | 2004-06-25 | |
| | | | | translation has to be complete sentences. | |||
* | Translation updates | Dennis Bjorklund | 2004-06-25 | |
| | ||||
* | Translation updates | Dennis Bjorklund | 2004-06-25 | |
| | ||||
* | Add argument name to syntax. | Dennis Bjorklund | 2004-06-25 | |
| | ||||
* | Translation updates | Dennis Bjorklund | 2004-06-24 | |
| | ||||
* | Translation updates | Dennis Bjorklund | 2004-06-24 | |
| | ||||
* | Replace direct fprintf(stderr) calls by write_stderr(), and cause this | Tom Lane | 2004-06-24 | |
| | | | | | | | routine to do something appropriate on Win32. Also, add a security check on Win32 that parallels the can't-run-as-root check on Unix. Magnus Hagander | |||
* | Add documentation for pg_cancel_backend and pg_terminate_backend. | Tom Lane | 2004-06-24 | |
| | | | | Magnus Hagander | |||
* | Add --pwfile option to initdb, so that passwords can be set by GUI tools | Tom Lane | 2004-06-24 | |
| | | | | | | that aren't able to feed the password to initdb's /dev/tty. Magnus Hagander | |||
* | Avoid including <sys/time.h> on platforms that don't have it. | Tom Lane | 2004-06-24 | |
| | | | | Per trouble report from Andreas Pflug. | |||
* | Include c.h instead of postgres.h in files that need to be usable in | Tom Lane | 2004-06-24 | |
| | | | | both frontend and backend. Per Andreas Pflug. | |||
* | Extend pg_ctl to handle service management under WIN32. Lacks docs. | Tom Lane | 2004-06-24 | |
| | | | | Claudio Natoli and Magnus Hagander | |||
* | Previous commit wasnt full... | Teodor Sigaev | 2004-06-23 | |
| | ||||
* | 1 Fix affixes with void replacement (AFAIK, it's only russian) | Teodor Sigaev | 2004-06-23 | |
| | | | | 2 Optimize regex execution | |||
* | Remove link: | Bruce Momjian | 2004-06-23 | |
| | | | | < http://momjian.postgresql.org/main/writings/pgsql/project/pitr.html | |||
* | Fix stupid bug in installcheck | Teodor Sigaev | 2004-06-23 | |
| | ||||
* | Fix information schema views to return NULL for precision and scale of | Tom Lane | 2004-06-22 | |
| | | | | | an unconstrained numeric column. Also, factor out some duplicate code into functions, to ease future maintenance. | |||
* | Add comment about rationale for continuing to use C library functions | Tom Lane | 2004-06-21 | |
| | | | | instead of src/timezone for timestamping log entries. | |||
* | Fix pg_dump and pg_dumpall for new names of built-in tablespaces, | Tom Lane | 2004-06-21 | |
| | | | | per Chris K-L. | |||
* | Rename the built-in tablespaces to pg_default and pg_global, and prohibit | Tom Lane | 2004-06-21 | |
| | | | | | | creation of user-defined tablespaces with names starting with 'pg_', as per suggestion of Chris K-L. Also install admin-guide tablespace documentation from Gavin. | |||
* | Rename pg_tablespaces directory to pg_tblspc, so it is more unique from | Bruce Momjian | 2004-06-21 | |
| | | | | the pg_tablespace table. Update catalog version. | |||
* | Synced parser and keyword list. | Michael Meskes | 2004-06-20 | |
| | ||||
* | Add pgevent, with docs explaining out to install it on Win32. | Bruce Momjian | 2004-06-20 | |
| | ||||
* | Adjust TAS assembly as per recent discussions: use "+m"(*lock) everywhere | Tom Lane | 2004-06-19 | |
| | | | | | | | | | | to reference the spinlock variable, and specify "memory" as a clobber operand to be sure gcc does not try to keep shared-memory values in registers across a spinlock acquisition. Also tighten the S/390 asm sequence, which was apparently written with only minimal study of the gcc asm documentation. I have personally tested i386, ia64, ppc, hppa, and s390 variants --- there is some small chance that I broke the others, but I doubt it. | |||
* | Looks like s_lock_test needs <time.h> on some platforms. | Tom Lane | 2004-06-19 | |
| | ||||
* | s_lock_test requires libpgport to build now. | Tom Lane | 2004-06-19 | |
| | ||||
* | Fix oversight in recent rowtype-handling improvements: transformTargetList | Tom Lane | 2004-06-19 | |
| | | | | | | should recognize 'foo.*' when the star appears in A_Indirection, not only in ColumnRef. This allows 'SELECT something.*' to do what the user expects when the something is an expression yielding a row. | |||
* | Fix Makefile syntax. Forgot to test this. | Bruce Momjian | 2004-06-19 | |
| | ||||
* | Add changes to support threads on Win32 native port at some point in the future. | Bruce Momjian | 2004-06-19 | |
| | ||||
* | Enable thread safety for win32.mak build of PostgreSQL. | Bruce Momjian | 2004-06-19 | |
| | | | | Andreas Pflug | |||
* | Add: | Bruce Momjian | 2004-06-19 | |
| | | | | > * Fix oid2name and dbsize for tablespaces | |||
* | Replace createdb's obsolete --location switch with --tablespace. | Tom Lane | 2004-06-18 | |
| | | | | | | I kept the same abbreviated letter -D, in hopes of maintaining some modicum of backwards compatibility (though it's doubtful whether anyone is really using scripts that invoke createdb -D ...) | |||
* | initlocation is history. (It's still mentioned in manage-ag.sgml, | Tom Lane | 2004-06-18 | |
| | | | | | but I'll leave that file alone so as not to mess up the doc patch I trust Gavin is working on.) | |||
* | Add: | Bruce Momjian | 2004-06-18 | |
| | | | | | | | | > * Allow reporting of which objects are in which tablespaces > * Allow database recovery where tablespaces can't be created 211a213,214 > o Add ALTER TABLESPACE to change location, name, owner > o Allow objects to be moved between tablespaces | |||
* | Remove tablespaces TODO.detail. | Bruce Momjian | 2004-06-18 | |
| | ||||
* | Done: | Bruce Momjian | 2004-06-18 | |
| | | | | > * -Add the concept of dataspaces/tablespaces (Gavin) | |||
* | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 | |
| | | | | | | | | | There are various things left to do: contrib dbsize and oid2name modules need work, and so does the documentation. Also someone should think about COMMENT ON TABLESPACE and maybe RENAME TABLESPACE. Also initlocation is dead, it just doesn't know it yet. Gavin Sherry and Tom Lane. | |||
* | The attached patch adds some index entries pointing to the cursor | Bruce Momjian | 2004-06-17 | |
| | | | | | | reference pages. Please apply. Alvaro Herrera | |||
* | Added patch by ISHIDA Akio to allow indicators in execute statements. | Michael Meskes | 2004-06-17 | |
| | ||||
* | Improve comment. | Bruce Momjian | 2004-06-16 | |
| |