https://github.com/postgres/postgres

sort by:
Revision Author Date Message Commit Date
c64f083 okay, sorry for delay all ... here is the tag for RC1 ... 22 January 2002, 17:55:30 UTC
2f383b2 Suppress bogus soname switch that RedHat RPMs put into tclConfig.sh. 21 January 2002, 03:27:46 UTC
bf43bed Spell-check and markup police 20 January 2002, 22:19:57 UTC
75f0ba9 Mention that 'make distclean' is a good idea when changing configure options. Document --with-pam and --enable-depend, do some minor copy-editing. 20 January 2002, 05:45:18 UTC
1a71271 Add IN/EXISTS file. 20 January 2002, 05:12:57 UTC
e0764fd Add > * Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS [exists] 20 January 2002, 04:56:14 UTC
0363192 Update from Kova'cs Zolta'n 18 January 2002, 21:25:00 UTC
0c8429c Add missing literal endtag. 18 January 2002, 21:17:07 UTC
0dd19ad Add info about how to enable large-file support, so that pg_dump won't choke at 2Gb of output. From Andrew Sullivan. 18 January 2002, 20:56:17 UTC
74c8c09 Add: > * Use thread-safe crypt() in libpq, if available 18 January 2002, 20:46:37 UTC
a724463 Improve non-thread-safe mention of libpq's crypt. 18 January 2002, 20:39:04 UTC
9600cca Improve description of autocommit behavior in ecpg manual pages. 18 January 2002, 20:32:54 UTC
69f909b You might want to run pg_indent on pg_backup_db.c however ... tom lane 18 January 2002, 19:17:05 UTC
83b5ae6 Fixes to getImportedKeys/getExportedKeys from Jason Davies Previous versions did not correctly identify primary/foreign keys 18 January 2002, 17:21:51 UTC
bb698c2 Fix pg_restore to handle the 'set max oid' entry correctly in archives dumped by pg_dump -o. Per bug report posted by Bruce; fix is from Philip Warner, reviewed by Tom Lane. 18 January 2002, 17:13:51 UTC
3dfe802 Add missing 'else', per report from sugita@sra.co.jp. 18 January 2002, 16:14:54 UTC
2ab3a88 Accept subsequent commits. This should have been just a warning anyway. I cannot see a reason why it should be an error. 18 January 2002, 15:51:00 UTC
85bc361 Enable /contrib/pg_upgrade, mention little testing. 18 January 2002, 04:38:46 UTC
1d174c3 Explain privileges required for LOCK. Minor wordsmithing too. 18 January 2002, 01:05:43 UTC
9ad7379 Point out that superusers bypass privilege checking. Minor wordsmithing. 18 January 2002, 01:04:53 UTC
b7bf03c Fix misstatements added by Bruce. 16 January 2002, 23:51:56 UTC
d781138 Add more comments to tqual.c for visibility functions. 16 January 2002, 23:09:09 UTC
cf97080 TOAST needs to do at least minimal time-qual checking in order not to mess up after an aborted VACUUM FULL, per today's pghackers discussion. Add a suitable HeapTupleSatisfiesToast routine. Remove useless special- case test in HeapTupleSatisfiesVisibility macro for xmax = BootstrapTransactionId; perhaps that was needed at one time, but it's a waste of cycles now, not to mention actively wrong for SnapshotAny. Along the way, add some much-needed comments to tqual.c, and simplify toast_fetch_datum, which no longer needs to assume it may see chunks out-of-order. 16 January 2002, 20:29:02 UTC
0f2d949 Fix init_irels to close the pg_internal.init file before returning. This saves one open file descriptor per backend, and avoids an annoying NOTICE on Cygwin (which has trouble deleting open files). Bug appears to date back to original coding of init_irels, circa 1992. 16 January 2002, 17:34:42 UTC
d66b108 If we fail to rename pg_internal.init into place, delete the useless temporary file. This seems to be a known failure mode under Cygwin, so we might as well expend the extra line of code to be tidy. 15 January 2002, 22:33:20 UTC
aa00e61 Add more sanity-checking to PageAddItem and PageIndexTupleDelete, to prevent spreading of corruption when page header pointers are bad. Merge PageZero into PageInit, since it was never used separately, and remove separate memset calls used at most other PageInit call points. Remove IndexPageCleanup, which wasn't used at all. 15 January 2002, 22:14:17 UTC
685a66c Fix typo that caused equalTriggerDescs() to return false in cases where the two trigger sets were logically equal, but not in the same order. Caught by Holger Krug (hkrug@rationalizer.com). 15 January 2002, 16:52:47 UTC
2843a13 Applied patch submitted by Ryouichi Matsuda (r-matuda@sra.co.jp) that fixed a problem with leading zeros being lost on fractional seconds when setting a timestamp value on a PreparedStatement. 15 January 2002, 07:37:33 UTC
d013dbe Applied patch from Ryouichi Matsuda <r-matuda@sra.co.jp> where the jdbc driver was not properly handling timestamptz datatype when using the getObject() method on ResultSet. Fix adds this datatype to the object mappings. 15 January 2002, 06:55:13 UTC
eb410b6 Manual page improvements. 15 January 2002, 05:41:55 UTC
08147fa More cleanups. 15 January 2002, 05:10:57 UTC
7e1d820 pg_upgrade doesn't live here anymore. Remove dangling references. 15 January 2002, 05:05:49 UTC
a73517c Keep pg_upgrade as disabled. 15 January 2002, 05:03:53 UTC
19cba1a More wording improvements. 15 January 2002, 05:03:25 UTC
fff9816 More updates. 15 January 2002, 04:55:26 UTC
50c9557 Remove old pg_upgrade script, from Tom. 15 January 2002, 04:52:33 UTC
8e76187 More cleanups with ideas from Peter. 15 January 2002, 04:50:37 UTC
86beaf4 Add Peter's portability and option suggestions. 15 January 2002, 04:05:24 UTC
ebf57dd Update permissions? 14 January 2002, 22:54:44 UTC
2004337 Reduce severity of 'XLogFlush: request is not satisfied' error condition, per my proposal of a couple days ago. This will eliminate the unable- to-restart-database class of problem that we have seen reported half a dozen times with 7.1.*. 14 January 2002, 17:55:57 UTC
eab6776 Ensure that ecpg/test is cleaned by higher-level 'make clean'. 14 January 2002, 17:49:56 UTC
309cbe4 Add README file. 14 January 2002, 17:45:43 UTC
0451c09 Doc improvements. 14 January 2002, 17:42:42 UTC
15ca0a5 Add manual page to /contrib. SGML from docs. 14 January 2002, 17:32:36 UTC
92a8bc9 Move pg_upgrade to /contrib. Still need to make Peter's portability changes. 14 January 2002, 17:32:07 UTC
d43b364 Small AIX fixes from Rick Flower. 14 January 2002, 15:34:41 UTC
da83ecb tag as beta 5 for *hopefully* a very very short beta cycle on this one? 14 January 2002, 13:15:28 UTC
1b5d8e6 Fix recreation of sequence files for 7.2 also because of XID change from beta4 to beta5. 13 January 2002, 17:52:00 UTC
7138a1e - Fixed variable handling for struct members. - Removed check for array input. An attribut might store the complete array. 13 January 2002, 08:52:09 UTC
4b20cc1 Now works for 7.1 databases. 13 January 2002, 05:36:42 UTC
11b3e56 Now tested on 7.2->7.2 migration; still disabled. Need 7.1 testing now. 13 January 2002, 04:55:44 UTC
9be030f Keep it disabled. 13 January 2002, 01:22:27 UTC
5b2ebe9 Wow, it actually worked for the regression database. More testing needed. 13 January 2002, 01:13:59 UTC
f5bbcfb Bump catversion to ensure people apply recent timestamp and sequence fixes. 12 January 2002, 18:09:04 UTC
47503f9 Update horology expected results (this variant extrapolated by yours truly; should be verified by someone with an appropriate system). 12 January 2002, 18:07:34 UTC
f171bd5 Update horology expected results (this variant verified on HPUX). 12 January 2002, 18:06:53 UTC
192061e Repair bugs in declarations of routines to add timestamptz and interval. 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. 12 January 2002, 04:38:38 UTC
0e1a507 Fix pg_dump to read-lock all tables to be dumped as soon as it's read 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. 11 January 2002, 23:21:55 UTC
5c2d36c Code review for latest changes. 11 January 2002, 21:27:13 UTC
c6fdf8b More man pages improvements; also needed to test sgml build. 11 January 2002, 20:48:47 UTC
3bb7755 Sync up. 11 January 2002, 20:34:14 UTC
5ab0ad5 VACUUM must make sure that a HEAP_MARKED_FOR_UPDATE tuple gets marked 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. 11 January 2002, 20:07:03 UTC
eb5e8ba Fix sequence creation to set the t_xmin of a sequence's tuple to 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. 11 January 2002, 18:16:04 UTC
051a4f2 Added Christof's fixes. 11 January 2002, 14:43:11 UTC
4e37786 More testing, more cleanups. 11 January 2002, 06:48:41 UTC
37c9346 pg_resetxlog specifies log location in hex; more pg_upgrade testing improvments. 11 January 2002, 06:33:01 UTC
ba3231a More cleanups. 11 January 2002, 06:08:02 UTC
d91b445 *** empty log message *** 11 January 2002, 06:01:47 UTC
3b3b730 More updates for int8 sequence restoration. Old dump file not required anymore. 11 January 2002, 05:54:59 UTC
6bd45e5 Handle int4-int8 sequence migration without full data dump. 11 January 2002, 04:39:19 UTC
f43b5de Add a directory to save the changes until 7.3-tree is branched. 11 January 2002, 02:50:01 UTC
5370cd6 More improvements using pg_resetxlog. still disabled. 11 January 2002, 00:27:42 UTC
9ab1872 Have pg_resetxlog -n return zero exit status. 10 January 2002, 23:46:13 UTC
8ae5316 Update FAQ. 10 January 2002, 23:41:49 UTC
c309873 Remove 7.1beta WAL handling from /contrib/pg_resetxlog. 10 January 2002, 23:40:58 UTC
e6aa458 Update FAQ. 10 January 2002, 23:35:20 UTC
b010afe Update FAQ. 10 January 2002, 23:35:19 UTC
d356ec9 Update FAQ. 10 January 2002, 23:34:14 UTC
775a610 Update FAQ. 10 January 2002, 23:33:35 UTC
e886905 Update FAQ. 10 January 2002, 23:32:11 UTC
e19d7b7 Update FAQ. 10 January 2002, 23:07:07 UTC
4c0e9b5 Add new -l flag to set checkpoint location for /contrib/pg_resetxlog. 10 January 2002, 20:09:06 UTC
0385ba1 Temporary workaround for links within bibliography references fouling up footnote count. 10 January 2002, 18:22:44 UTC
872aad6 Per Tom, do full reset on -x flag. 10 January 2002, 18:08:29 UTC
f6e603c Add new -x XID option to /contrib/pg_resetxlog for future pg_upgrade use. 10 January 2002, 17:51:52 UTC
7955f98 Include sqlca.h automatically. 10 January 2002, 10:42:54 UTC
7a0672b More pg_upgrade improvements. Almost done, except for max transaction setting. 10 January 2002, 04:58:19 UTC
4d151d0 More improvements; still disabled. (Don't panic.) 10 January 2002, 03:05:48 UTC
92a2598 The result of getopt() should be compared to -1, not EOF, per pgsql-hackers discussion of this date. 10 January 2002, 01:11:45 UTC
4d72af6 Describe type casts under the heading of Value Expressions, and explain the difference between a run-time type cast and casting a literal string to a specific type. Minor editorial work in same area. 09 January 2002, 23:38:06 UTC
5461983 Update with new features. Still disabled. 09 January 2002, 21:50:52 UTC
9facc58 Fix use of 'char' to hold result of getc, per bug report forwarded by Oliver Elphick. A few other minor cleanups while at it. 09 January 2002, 19:13:41 UTC
8ff263f Fix portability problem (result of getopt is int, not char). 09 January 2002, 18:21:46 UTC
bf6992b Remove clog copy. 09 January 2002, 16:08:54 UTC
7dc2dc2 Make improvements to pg_upgrade; is still disabled. 09 January 2002, 16:00:46 UTC
5ac1098 Add quotes around $bindir. 09 January 2002, 04:56:44 UTC
da1c114 Make spelling of operating system names match official version closely. And listing QNX 6 as both supported and unsupported is probably not helpful. 09 January 2002, 00:52:38 UTC
d079c41 Fix include paths for case of VPATH build. 09 January 2002, 00:06:42 UTC
c58d5d5 Adjust spelling of article titles to match the originals, add some links. 08 January 2002, 23:50:37 UTC
5490c72 make install failed in VPATH build. 08 January 2002, 23:40:02 UTC
back to top