Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Doc improvements. | Bruce Momjian | 2002-01-14 | |
| | ||||
* | Add manual page to /contrib. SGML from docs. | Bruce Momjian | 2002-01-14 | |
| | ||||
* | Move pg_upgrade to /contrib. Still need to make Peter's portability | Bruce Momjian | 2002-01-14 | |
| | | | | changes. | |||
* | Small AIX fixes from Rick Flower. | Bruce Momjian | 2002-01-14 | |
| | ||||
* | tag as beta 5 for *hopefully* a very very short beta cycle on this one?REL7_2_BETA5 | PostgreSQL Daemon | 2002-01-14 | |
| | ||||
* | Fix recreation of sequence files for 7.2 also because of XID change from | Bruce Momjian | 2002-01-13 | |
| | | | | beta4 to beta5. | |||
* | - Fixed variable handling for struct members. | Michael Meskes | 2002-01-13 | |
| | | | | | - Removed check for array input. An attribut might store the complete array. | |||
* | Now works for 7.1 databases. | Bruce Momjian | 2002-01-13 | |
| | ||||
* | Now tested on 7.2->7.2 migration; still disabled. Need 7.1 testing now. | Bruce Momjian | 2002-01-13 | |
| | ||||
* | Keep it disabled. | Bruce Momjian | 2002-01-13 | |
| | ||||
* | Wow, it actually worked for the regression database. More testing needed. | Bruce Momjian | 2002-01-13 | |
| | ||||
* | Bump catversion to ensure people apply recent timestamp and sequence | Tom Lane | 2002-01-12 | |
| | | | | fixes. | |||
* | Update horology expected results (this variant extrapolated by yours | Tom Lane | 2002-01-12 | |
| | | | | truly; should be verified by someone with an appropriate system). | |||
* | Update horology expected results (this variant verified on HPUX). | Tom Lane | 2002-01-12 | |
| | ||||
* | Repair bugs in declarations of routines to add timestamptz and interval. | Thomas G. Lockhart | 2002-01-12 | |
| | | | | | | | | | Thanks to Bruce for spotting it and Tom Lane for diagnosing it. Since horology test output is changing anyway, add some date/time input tests to horology.sql. Some of these should move to the tests for the individual data types, and we perhaps should add an entire new test for "timezone" to allow manipulating the current time zone without risking damage to the results of other tests. | |||
* | Fix pg_dump to read-lock all tables to be dumped as soon as it's read | Tom Lane | 2002-01-11 | |
| | | | | | | | their names from pg_class. This considerably reduces the window wherein someone could DROP or ALTER a table that pg_dump is intending to dump. Not a perfect solution, but definitely an improvement. Per complaints from Marc Fournier; patch by Brent Verner with some kibitzing by Tom Lane. | |||
* | Code review for latest changes. | Tom Lane | 2002-01-11 | |
| | ||||
* | More man pages improvements; also needed to test sgml build. | Bruce Momjian | 2002-01-11 | |
| | ||||
* | Sync up. | Bruce Momjian | 2002-01-11 | |
| | ||||
* | VACUUM must make sure that a HEAP_MARKED_FOR_UPDATE tuple gets marked | Tom Lane | 2002-01-11 | |
| | | | | | | | | as either HEAP_XMAX_COMMITTED or HEAP_XMAX_INVALID once the updating transaction is gone. Otherwise some other transaction may come along and try to test the commit status of t_xmax later --- which could be after VACUUM has recycled the CLOG status for that xact. Bug introduced in post-beta4 bug fix. | |||
* | Fix sequence creation to set the t_xmin of a sequence's tuple to | Tom Lane | 2002-01-11 | |
| | | | | | | | | | | | | FrozenTransactionId, not the XID of the creating transaction. Without this it's possible for a reference to a long-gone CLOG record to occur, per Christian Meunier's bug report of 10-Jan-02. Worse, the sequence tuple would become invisible to SELECTs after 2 billion transactions. Since the fix is applied during sequence creation it does not help existing databases, unless you drop and recreate every sequence. However, we intend to force initdb for 7.2RC1 anyway, to fix a pg_proc error, so I see no need to do more for this problem. | |||
* | Added Christof's fixes. | Michael Meskes | 2002-01-11 | |
| | ||||
* | More testing, more cleanups. | Bruce Momjian | 2002-01-11 | |
| | ||||
* | pg_resetxlog specifies log location in hex; more pg_upgrade testing | Bruce Momjian | 2002-01-11 | |
| | | | | improvments. | |||
* | More cleanups. | Bruce Momjian | 2002-01-11 | |
| | ||||
* | *** empty log message *** | Hiroshi Inoue | 2002-01-11 | |
| | ||||
* | More updates for int8 sequence restoration. Old dump file not required | Bruce Momjian | 2002-01-11 | |
| | | | | anymore. | |||
* | Handle int4-int8 sequence migration without full data dump. | Bruce Momjian | 2002-01-11 | |
| | ||||
* | Add a directory to save the changes until 7.3-tree is branched. | Hiroshi Inoue | 2002-01-11 | |
| | ||||
* | More improvements using pg_resetxlog. still disabled. | Bruce Momjian | 2002-01-11 | |
| | ||||
* | Have pg_resetxlog -n return zero exit status. | Bruce Momjian | 2002-01-10 | |
| | ||||
* | Update FAQ. | Bruce Momjian | 2002-01-10 | |
| | ||||
* | Remove 7.1beta WAL handling from /contrib/pg_resetxlog. | Bruce Momjian | 2002-01-10 | |
| | ||||
* | Update FAQ. | Bruce Momjian | 2002-01-10 | |
| | ||||
* | Update FAQ. | Bruce Momjian | 2002-01-10 | |
| | ||||
* | Update FAQ. | Bruce Momjian | 2002-01-10 | |
| | ||||
* | Update FAQ. | Bruce Momjian | 2002-01-10 | |
| | ||||
* | Update FAQ. | Bruce Momjian | 2002-01-10 | |
| | ||||
* | Update FAQ. | Bruce Momjian | 2002-01-10 | |
| | ||||
* | Add new -l flag to set checkpoint location for /contrib/pg_resetxlog. | Bruce Momjian | 2002-01-10 | |
| | ||||
* | Temporary workaround for links within bibliography references fouling up | Peter Eisentraut | 2002-01-10 | |
| | | | | footnote count. | |||
* | Per Tom, do full reset on -x flag. | Bruce Momjian | 2002-01-10 | |
| | ||||
* | Add new -x XID option to /contrib/pg_resetxlog for future pg_upgrade use. | Bruce Momjian | 2002-01-10 | |
| | ||||
* | Include sqlca.h automatically. | Michael Meskes | 2002-01-10 | |
| | ||||
* | More pg_upgrade improvements. Almost done, except for max transaction | Bruce Momjian | 2002-01-10 | |
| | | | | setting. | |||
* | More improvements; still disabled. (Don't panic.) | Bruce Momjian | 2002-01-10 | |
| | ||||
* | The result of getopt() should be compared to -1, not EOF, per | Tom Lane | 2002-01-10 | |
| | | | | pgsql-hackers discussion of this date. | |||
* | Describe type casts under the heading of Value Expressions, and explain | Tom Lane | 2002-01-09 | |
| | | | | | the difference between a run-time type cast and casting a literal string to a specific type. Minor editorial work in same area. | |||
* | Update with new features. Still disabled. | Bruce Momjian | 2002-01-09 | |
| | ||||
* | Fix use of 'char' to hold result of getc, per bug report forwarded by | Tom Lane | 2002-01-09 | |
| | | | | Oliver Elphick. A few other minor cleanups while at it. |