git.postgresql.org Git - postgresql.git/log

git projects / postgresql.git / log
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
21 years agoHere's some improvements. I just ended up referring people to Jason's
commit | commitdiff | tree
Bruce Momjian [2003年11月12日 04:14:30 +0000 (04:14 +0000)]
Here's some improvements. I just ended up referring people to Jason's
website for install as service, because it's a quite a long and complex
process.

Christopher Kings-Lynne

21 years agoAdd:
commit | commitdiff | tree
Bruce Momjian [2003年11月12日 04:10:43 +0000 (04:10 +0000)]
Add:

> * Ignore temporary tables from other session when processing inheritance

21 years agoHere's a patch that adds some text mentioning that
commit | commitdiff | tree
Bruce Momjian [2003年11月12日 04:08:07 +0000 (04:08 +0000)]
Here's a patch that adds some text mentioning that
RESTRICT is not deferrable to the create table reference
page.

Stephan Szabo

21 years agoTypo fix in comment from David Wheeler
commit | commitdiff | tree
Bruce Momjian [2003年11月12日 03:27:26 +0000 (03:27 +0000)]
Typo fix in comment from David Wheeler

21 years agoUpdate:
commit | commitdiff | tree
Bruce Momjian [2003年11月12日 00:25:35 +0000 (00:25 +0000)]
Update:

> * Add free-behind capability for large sequential scans (fadvise)

21 years agoCleanup for recent .exe Win32 fix.
commit | commitdiff | tree
Bruce Momjian [2003年11月12日 00:04:10 +0000 (00:04 +0000)]
Cleanup for recent .exe Win32 fix.

21 years agoUpdate /port C header descriptions.
commit | commitdiff | tree
Bruce Momjian [2003年11月11日 23:52:45 +0000 (23:52 +0000)]
Update /port C header descriptions.

21 years agoAdd .exe to Win32 stat calls. Don't symlink postmaster on Win32.
commit | commitdiff | tree
Bruce Momjian [2003年11月11日 03:53:33 +0000 (03:53 +0000)]
Add .exe to Win32 stat calls. Don't symlink postmaster on Win32.

21 years agoAdd system_views.sql to CVS.
commit | commitdiff | tree
Bruce Momjian [2003年11月11日 02:00:00 +0000 (02:00 +0000)]
Add system_views.sql to CVS.

21 years agoMove system_views.sql into backend/catalog, per Tom.
commit | commitdiff | tree
Bruce Momjian [2003年11月11日 01:58:23 +0000 (01:58 +0000)]
Move system_views.sql into backend/catalog, per Tom.

21 years ago* ioctlsocket_ret
commit | commitdiff | tree
Bruce Momjian [2003年11月11日 01:09:42 +0000 (01:09 +0000)]
* ioctlsocket_ret
- is not initialized to 1 (at least in the WIN_32 code I started with!)

Claudio Natoli

21 years agoUpdated version of initdb with "rmdir/del" call on Win32.
commit | commitdiff | tree
Bruce Momjian [2003年11月10日 22:52:10 +0000 (22:52 +0000)]
Updated version of initdb with "rmdir/del" call on Win32.

Other cleanups as discussed.

21 years agoAdd C version of initdb, from Andrew Dunstan.
commit | commitdiff | tree
Bruce Momjian [2003年11月10日 22:51:16 +0000 (22:51 +0000)]
Add C version of initdb, from Andrew Dunstan.

This is his original version with a binary rmdir() we might need in the
future.

I will commit an update version with cleanups shortly.

21 years agoUpdate freenode mention.
commit | commitdiff | tree
Bruce Momjian [2003年11月10日 22:47:35 +0000 (22:47 +0000)]
Update freenode mention.

21 years agoUpdate release notes for polymorphic functions.
commit | commitdiff | tree
Bruce Momjian [2003年11月10日 22:27:00 +0000 (22:27 +0000)]
Update release notes for polymorphic functions.

21 years agoUpdate IRC to mention freenet instead of openprojects.
commit | commitdiff | tree
Bruce Momjian [2003年11月10日 21:56:08 +0000 (21:56 +0000)]
Update IRC to mention freenet instead of openprojects.

21 years agoRe-added forgotten cache.
commit | commitdiff | tree
Michael Meskes [2003年11月10日 20:28:30 +0000 (20:28 +0000)]
Re-added forgotten cache.

21 years agoRemove rcsid CVS header variable --- not used.
commit | commitdiff | tree
Bruce Momjian [2003年11月10日 19:40:46 +0000 (19:40 +0000)]
Remove rcsid CVS header variable --- not used.

21 years agoAdd operator strategy and comparison-value datatype fields to ScanKey.
commit | commitdiff | tree
Tom Lane [Sun, 9 Nov 2003 21:30:38 +0000 (21:30 +0000)]
Add operator strategy and comparison-value datatype fields to ScanKey.
Remove the 'strategy map' code, which was a large amount of mechanism
that no longer had any use except reverse-mapping from procedure OID to
strategy number. Passing the strategy number to the index AM in the
first place is simpler and faster.
This is a preliminary step in planned support for cross-datatype index
operations. I'm committing it now since the ScanKeyEntryInitialize()
API change touches quite a lot of files, and I want to commit those
changes before the tree drifts under me.

21 years agoAdd:
commit | commitdiff | tree
Bruce Momjian [Sun, 9 Nov 2003 04:23:50 +0000 (04:23 +0000)]
Add:

> * Have psql '\i ~/<tab><tab>' actually load files it displays from home dir

21 years agoI have attached a more comprehensive MSWIN FAQ patch. Basically, the
commit | commitdiff | tree
Bruce Momjian [Sun, 9 Nov 2003 03:47:51 +0000 (03:47 +0000)]
I have attached a more comprehensive MSWIN FAQ patch. Basically, the
instructions were way out of date and incorrect. Installing Postgres
from Cygwin is easier these days than the FAQ would imply.

This patch already includes Andrew's previous patch.

Christopher Kings-Lynne

21 years agoAdd:
commit | commitdiff | tree
Bruce Momjian [Sun, 9 Nov 2003 03:41:25 +0000 (03:41 +0000)]
Add:

> * Have psql \dn show only visible schemas using current_schemas()

21 years agoFix typo on autovacuum readme.
commit | commitdiff | tree
Bruce Momjian [Sun, 9 Nov 2003 03:15:46 +0000 (03:15 +0000)]
Fix typo on autovacuum readme.

21 years agoAdd:
commit | commitdiff | tree
Bruce Momjian [Sun, 9 Nov 2003 00:41:14 +0000 (00:41 +0000)]
Add:

> * Use more reliable method for CREATE DATABASE to get a consistent copy of db
>

21 years agoAllow tab completion for ALTER TABLE dbname <tab><tab> to show new
commit | commitdiff | tree
Bruce Momjian [Sat, 8 Nov 2003 20:54:24 +0000 (20:54 +0000)]
Allow tab completion for ALTER TABLE dbname <tab><tab> to show new
RENAME TO option.

21 years agoCorrect misspellings of REFERENCES.
commit | commitdiff | tree
Tom Lane [Sat, 8 Nov 2003 20:43:52 +0000 (20:43 +0000)]
Correct misspellings of REFERENCES.

21 years agoRestore compatibility with Tcl 8.0.* --- from ljb.
commit | commitdiff | tree
Tom Lane [Sat, 8 Nov 2003 20:34:36 +0000 (20:34 +0000)]
Restore compatibility with Tcl 8.0.* --- from ljb.

21 years agoDon't need hack copy of system() anymore in OS X 10.3.
commit | commitdiff | tree
Tom Lane [Sat, 8 Nov 2003 20:14:51 +0000 (20:14 +0000)]
Don't need hack copy of system() anymore in OS X 10.3.

21 years agoMade sure an internal array is not treated as a user defined one.
commit | commitdiff | tree
Michael Meskes [Sat, 8 Nov 2003 19:46:27 +0000 (19:46 +0000)]
Made sure an internal array is not treated as a user defined one.

21 years agoFix process-status handling for OS X 10.3.
commit | commitdiff | tree
Tom Lane [Sat, 8 Nov 2003 19:07:24 +0000 (19:07 +0000)]
Fix process-status handling for OS X 10.3.

21 years agoAdjust file so psql help picks it up properly.
commit | commitdiff | tree
Peter Eisentraut [Sat, 8 Nov 2003 11:06:37 +0000 (11:06 +0000)]
Adjust file so psql help picks it up properly.

patch by Kris Jurka

21 years agoCause stats processes to detach from shared memory when started, so that
commit | commitdiff | tree
Tom Lane [Fri, 7 Nov 2003 21:55:50 +0000 (21:55 +0000)]
Cause stats processes to detach from shared memory when started, so that
they do not prevent the postmaster from deleting the shmem segment during
a post-backend-crash restart cycle. Per recent discussion.

21 years agozero_damaged_pages must absolutely NOT be marked GUC_DISALLOW_IN_FILE,
commit | commitdiff | tree
Tom Lane [Fri, 7 Nov 2003 21:27:38 +0000 (21:27 +0000)]
zero_damaged_pages must absolutely NOT be marked GUC_DISALLOW_IN_FILE,
else it cannot be used to handle failures detected during WAL replay.
Fortunately this flag isn't actually enforced yet, but get it right.

21 years agoTypo fix.
commit | commitdiff | tree
Bruce Momjian [Fri, 7 Nov 2003 17:02:09 +0000 (17:02 +0000)]
Typo fix.

21 years agoAdd:
commit | commitdiff | tree
Bruce Momjian [Fri, 7 Nov 2003 15:31:14 +0000 (15:31 +0000)]
Add:
> * Allow CREATE TABLE foo (f1 INT CHECK (f1 > 0) CHECK (f1 < 10)) to work
> by searching for non-conflicting constraint names, and prefix with table name

21 years agoMinor copy-editing.
commit | commitdiff | tree
Tom Lane [Thu, 6 Nov 2003 22:21:47 +0000 (22:21 +0000)]
Minor copy-editing.

21 years agoImplement isolation levels read uncommitted and repeatable read as acting
commit | commitdiff | tree
Peter Eisentraut [Thu, 6 Nov 2003 22:08:15 +0000 (22:08 +0000)]
Implement isolation levels read uncommitted and repeatable read as acting
like the next higher one.

21 years agoMake the detection of nsgmls more robust for funny shells.
commit | commitdiff | tree
Peter Eisentraut [Thu, 6 Nov 2003 10:30:42 +0000 (10:30 +0000)]
Make the detection of nsgmls more robust for funny shells.

21 years agoFix for this problem:
commit | commitdiff | tree
Tom Lane [Wed, 5 Nov 2003 22:00:46 +0000 (22:00 +0000)]
Fix for this problem:

regression=# select 1 from tenk1 ta cross join tenk1 tb for update;
ERROR: no relation entry for relid 3

7.3 said "SELECT FOR UPDATE cannot be applied to a join", which was better
but still wrong, considering that 7.2 took the query just fine. Fix by
making transformForUpdate() ignore JOIN and other special RTE types,
rather than trying to mark them FOR UPDATE. The actual error message now
only appears if you explicitly name the join in FOR UPDATE.

21 years agoAdded missing methods
commit | commitdiff | tree
Dave Cramer [Wed, 5 Nov 2003 11:57:53 +0000 (11:57 +0000)]
Added missing methods

21 years agoAdd -O to really trigger compiler bug.
commit | commitdiff | tree
Peter Eisentraut [Wed, 5 Nov 2003 07:42:31 +0000 (07:42 +0000)]
Add -O to really trigger compiler bug.

21 years agoCheck off UnixWare.
commit | commitdiff | tree
Peter Eisentraut [Wed, 5 Nov 2003 00:10:06 +0000 (00:10 +0000)]
Check off UnixWare.

21 years agoAdd detection of compiler bug.
commit | commitdiff | tree
Peter Eisentraut [Wed, 5 Nov 2003 00:09:08 +0000 (00:09 +0000)]
Add detection of compiler bug.

21 years agoMinor copy-editing.
commit | commitdiff | tree
Tom Lane [Wed, 5 Nov 2003 00:05:32 +0000 (00:05 +0000)]
Minor copy-editing.

21 years agoSome copy-editing for 7.4 release notes.
commit | commitdiff | tree
Tom Lane [Tue, 4 Nov 2003 20:54:13 +0000 (20:54 +0000)]
Some copy-editing for 7.4 release notes.

21 years agoGive the full syntax rules for subscripting and field selection in the
commit | commitdiff | tree
Tom Lane [Tue, 4 Nov 2003 19:18:15 +0000 (19:18 +0000)]
Give the full syntax rules for subscripting and field selection in the
proper place, namely the syntax discussion of value expressions.

21 years agoUpdate keywords table.
commit | commitdiff | tree
Peter Eisentraut [Tue, 4 Nov 2003 12:59:54 +0000 (12:59 +0000)]
Update keywords table.

21 years agoUpdate install-sh and mkinstalldirs from master source (Automake). They
commit | commitdiff | tree
Peter Eisentraut [Tue, 4 Nov 2003 10:59:58 +0000 (10:59 +0000)]
Update install-sh and mkinstalldirs from master source (Automake). They
have included a few fixes over the years to make them more robust and
faster.

21 years agoAdd note to update config.guess and config.sub at the start of beta.
commit | commitdiff | tree
Peter Eisentraut [Tue, 4 Nov 2003 10:33:28 +0000 (10:33 +0000)]
Add note to update config.guess and config.sub at the start of beta.

21 years agoNew config.guess and config.sub from upstream.
commit | commitdiff | tree
Peter Eisentraut [Tue, 4 Nov 2003 10:31:33 +0000 (10:31 +0000)]
New config.guess and config.sub from upstream.

21 years agoRemove unused graphics files.
commit | commitdiff | tree
Peter Eisentraut [Tue, 4 Nov 2003 10:25:07 +0000 (10:25 +0000)]
Remove unused graphics files.

21 years agoAdd report about HP-UX 11.00.
commit | commitdiff | tree
Peter Eisentraut [Tue, 4 Nov 2003 10:08:54 +0000 (10:08 +0000)]
Add report about HP-UX 11.00.

21 years agoRandom copy-editing.
commit | commitdiff | tree
Peter Eisentraut [Tue, 4 Nov 2003 09:55:39 +0000 (09:55 +0000)]
Random copy-editing.

21 years agoImprove message wording for spinlocks-missing compilation error.
commit | commitdiff | tree
Peter Eisentraut [Tue, 4 Nov 2003 09:53:36 +0000 (09:53 +0000)]
Improve message wording for spinlocks-missing compilation error.

21 years agoCopy-editing.
commit | commitdiff | tree
Tom Lane [Tue, 4 Nov 2003 00:34:45 +0000 (00:34 +0000)]
Copy-editing.

21 years agopatch for rs.previous and test case as well as patch for allowing server and port...
commit | commitdiff | tree
Dave Cramer [Mon, 3 Nov 2003 15:28:26 +0000 (15:28 +0000)]
patch for rs.previous and test case as well as patch for allowing server and port to be specified in test cases

21 years agoaccept url and fk action fix from Kris Jurka
commit | commitdiff | tree
Dave Cramer [Mon, 3 Nov 2003 15:22:07 +0000 (15:22 +0000)]
accept url and fk action fix from Kris Jurka

21 years agoFixed potentially uninitialized memory bug in compatlib.
commit | commitdiff | tree
Michael Meskes [Mon, 3 Nov 2003 14:44:28 +0000 (14:44 +0000)]
Fixed potentially uninitialized memory bug in compatlib.

21 years agoTag HEAD as 7.5devel.
commit | commitdiff | tree
Tom Lane [Mon, 3 Nov 2003 14:42:08 +0000 (14:42 +0000)]
Tag HEAD as 7.5devel.

21 years agofix typo. (role_columns_grants -> role_column_grants)
commit | commitdiff | tree
Tatsuo Ishii [Mon, 3 Nov 2003 12:31:52 +0000 (12:31 +0000)]
fix typo. (role_columns_grants -> role_column_grants)

21 years agotag it Release Candidate 1, as previously discussed REL7_4_RC1
commit | commitdiff | tree
PostgreSQL Daemon [Mon, 3 Nov 2003 05:27:18 +0000 (05:27 +0000)]
tag it Release Candidate 1, as previously discussed

21 years agoAdjust data types in some of the UNION tests to avoid potentially
commit | commitdiff | tree
Tom Lane [Sun, 2 Nov 2003 22:35:26 +0000 (22:35 +0000)]
Adjust data types in some of the UNION tests to avoid potentially
platform-dependent results, as per example from Larry Rosenman.

21 years agoProvide a way to run the parallel regression tests with a user-specified
commit | commitdiff | tree
Tom Lane [Sun, 2 Nov 2003 21:56:15 +0000 (21:56 +0000)]
Provide a way to run the parallel regression tests with a user-specified
limit on the number of simultaneous connections. Andrew Dunstan, with
review by Tom Lane.

21 years agoFix language.
commit | commitdiff | tree
Peter Eisentraut [Sun, 2 Nov 2003 12:59:54 +0000 (12:59 +0000)]
Fix language.

21 years agoMake spelling consistent.
commit | commitdiff | tree
Peter Eisentraut [Sun, 2 Nov 2003 12:59:28 +0000 (12:59 +0000)]
Make spelling consistent.

21 years agopg_dumpall doesn't use psql anymore.
commit | commitdiff | tree
Peter Eisentraut [Sun, 2 Nov 2003 12:58:39 +0000 (12:58 +0000)]
pg_dumpall doesn't use psql anymore.

21 years agoPut --describe-config in the right place.
commit | commitdiff | tree
Peter Eisentraut [Sun, 2 Nov 2003 12:58:11 +0000 (12:58 +0000)]
Put --describe-config in the right place.

21 years agoFix name in supported platforms list.
commit | commitdiff | tree
Peter Eisentraut [Sun, 2 Nov 2003 12:57:48 +0000 (12:57 +0000)]
Fix name in supported platforms list.

21 years agoComplete options help and put it in less random order.
commit | commitdiff | tree
Peter Eisentraut [Sun, 2 Nov 2003 12:55:24 +0000 (12:55 +0000)]
Complete options help and put it in less random order.

21 years agoCall domains "domains", not "derived types".
commit | commitdiff | tree
Peter Eisentraut [Sun, 2 Nov 2003 12:53:57 +0000 (12:53 +0000)]
Call domains "domains", not "derived types".

21 years agoUpdate ports list.
commit | commitdiff | tree
Peter Eisentraut [Sun, 2 Nov 2003 08:54:09 +0000 (08:54 +0000)]
Update ports list.

21 years agoUnset CFLAGS before reading template. This should be more robust.
commit | commitdiff | tree
Peter Eisentraut [Sat, 1 Nov 2003 20:48:51 +0000 (20:48 +0000)]
Unset CFLAGS before reading template. This should be more robust.

When --enable-debug is used, then the default CFLAGS for non-GCC is just
-g without -O.

Backpatch enhancement of Autoconf inline test that detects problems with
the HP C compiler.

21 years agoFix CFLAGS logic.
commit | commitdiff | tree
Peter Eisentraut [Sat, 1 Nov 2003 20:45:30 +0000 (20:45 +0000)]
Fix CFLAGS logic.

21 years agoMore whitespace fixes. Do people write the expected files by hand?
commit | commitdiff | tree
Peter Eisentraut [Sat, 1 Nov 2003 03:18:20 +0000 (03:18 +0000)]
More whitespace fixes. Do people write the expected files by hand?

21 years agoFix hidden whitespace differences between expected and result files.
commit | commitdiff | tree
Peter Eisentraut [Sat, 1 Nov 2003 03:07:07 +0000 (03:07 +0000)]
Fix hidden whitespace differences between expected and result files.

21 years agoSpell checking, consistent terminology.
commit | commitdiff | tree
Peter Eisentraut [Sat, 1 Nov 2003 01:56:29 +0000 (01:56 +0000)]
Spell checking, consistent terminology.

21 years agoUpdate future-tense comments in README to present tense. Noted by
commit | commitdiff | tree
Tom Lane [2003年10月31日 22:48:08 +0000 (22:48 +0000)]
Update future-tense comments in README to present tense. Noted by
Neil Conway.

21 years agoRewrite GiST documentation into something actually useful.
commit | commitdiff | tree
Tom Lane [2003年10月31日 22:41:21 +0000 (22:41 +0000)]
Rewrite GiST documentation into something actually useful.

Christopher Kings-Lynne

21 years agoFix broken markup.
commit | commitdiff | tree
Tom Lane [2003年10月31日 22:22:10 +0000 (22:22 +0000)]
Fix broken markup.

21 years agoTranslation update
commit | commitdiff | tree
Peter Eisentraut [2003年10月31日 22:14:15 +0000 (22:14 +0000)]
Translation update

21 years agoWhen a superuser does GRANT or REVOKE on an object he doesn't own,
commit | commitdiff | tree
Tom Lane [2003年10月31日 20:00:49 +0000 (20:00 +0000)]
When a superuser does GRANT or REVOKE on an object he doesn't own,
process the command as though it were issued by the object owner.
This prevents creating weird scenarios in which the same privileges
may appear to flow from different sources, and ensures that a superuser
can in fact revoke all privileges if he wants to. In particular this
means that the regression tests work when run by a superuser other than
the original bootstrap userid. Per report from Larry Rosenman.

21 years agonew protocol, faster startup.
commit | commitdiff | tree
Bruce Momjian [2003年10月31日 19:51:14 +0000 (19:51 +0000)]
new protocol, faster startup.

21 years agoUpdate for polymorphic functions, needs more work.
commit | commitdiff | tree
Bruce Momjian [2003年10月31日 19:49:40 +0000 (19:49 +0000)]
Update for polymorphic functions, needs more work.

21 years agoMAC OS X => Mac OS X
commit | commitdiff | tree
Bruce Momjian [2003年10月31日 19:33:17 +0000 (19:33 +0000)]
MAC OS X => Mac OS X

21 years agoRelease updates suggested by Tom.
commit | commitdiff | tree
Bruce Momjian [2003年10月31日 19:24:17 +0000 (19:24 +0000)]
Release updates suggested by Tom.

21 years agoMinor cleanup of PQunescapeBytea(). Avoid unportable assumptions about
commit | commitdiff | tree
Tom Lane [2003年10月31日 17:43:10 +0000 (17:43 +0000)]
Minor cleanup of PQunescapeBytea(). Avoid unportable assumptions about
behavior of malloc and realloc when request size is 0. Fix escape
sequence recognizer so that only valid 3-digit octal sequences are
treated as escape sequences ... isdigit() is not a correct test.

21 years agoMoved the recently added test for foreign key disabled by rewrite
commit | commitdiff | tree
Jan Wieck [2003年10月31日 14:27:57 +0000 (14:27 +0000)]
Moved the recently added test for foreign key disabled by rewrite
rule into the rule.sql since it affects the latter if run in paralell.

Jan

21 years agoIf EOF is found inside a string/comment/etc. stop parsing.
commit | commitdiff | tree
Michael Meskes [2003年10月31日 14:10:41 +0000 (14:10 +0000)]
If EOF is found inside a string/comment/etc. stop parsing.

21 years agoRemove <note> take, use another paragraph for description.
commit | commitdiff | tree
Bruce Momjian [2003年10月31日 04:44:25 +0000 (04:44 +0000)]
Remove <note> take, use another paragraph for description.

21 years agoUpdate HISTORY.
commit | commitdiff | tree
Bruce Momjian [2003年10月31日 04:32:36 +0000 (04:32 +0000)]
Update HISTORY.

21 years agoUpdate with more comments.
commit | commitdiff | tree
Bruce Momjian [2003年10月31日 04:30:22 +0000 (04:30 +0000)]
Update with more comments.

21 years agoFix for possible referential integrity violation when a qualified ON INSERT
commit | commitdiff | tree
Jan Wieck [2003年10月31日 03:58:21 +0000 (03:58 +0000)]
Fix for possible referential integrity violation when a qualified ON INSERT
rule split the query into one INSERT and one UPDATE where the UPDATE
then hit's the just created row without modifying the key fields again.
In this special case, the new key slipped in totally unchecked.

Jan

21 years agoSmall fix to Christopher's recent improvements --- underscore is not
commit | commitdiff | tree
Tom Lane [2003年10月31日 03:58:15 +0000 (03:58 +0000)]
Small fix to Christopher's recent improvements --- underscore is not
a special character in regexes, but it is for LIKE, so NOT LIKE 'pg_%'
is incorrect. Need NOT LIKE 'pg\_%'.

21 years agoUse Tcl ByteArray objects to avoid unwanted character set translation
commit | commitdiff | tree
Tom Lane [2003年10月31日 00:18:55 +0000 (00:18 +0000)]
Use Tcl ByteArray objects to avoid unwanted character set translation
in libpgtcl's lo_read/lo_write commands. Also, deal correctly with
failure return from lo_read(). ljb and Tom Lane.

21 years agoFurther work on tab completion code: arrange for system catalogs to be
commit | commitdiff | tree
Tom Lane [2003年10月30日 21:37:38 +0000 (21:37 +0000)]
Further work on tab completion code: arrange for system catalogs to be
offered for completion only when the input-so-far is at least 'pg_'.
This seems to be the best compromise behavior emerging from yesterday's
discussion. While at it, refactor code to eliminate repetitive use of
nearly identical queries, which was exceedingly tedious to maintain.
Also const-ify code more thoroughly in hopes of moving constant data into
text segment, and remove unnecessary length limit on queries.

21 years agoFix markup by using <note> for comments.
commit | commitdiff | tree
Bruce Momjian [2003年10月30日 20:49:47 +0000 (20:49 +0000)]
Fix markup by using <note> for comments.

21 years agoMore SGML cleanup.
commit | commitdiff | tree
Bruce Momjian [2003年10月30日 20:31:24 +0000 (20:31 +0000)]
More SGML cleanup.

21 years agoSGML cleanup.
commit | commitdiff | tree
Bruce Momjian [2003年10月30日 20:29:35 +0000 (20:29 +0000)]
SGML cleanup.

21 years agoUpdate SGML release notes with Peter's direction. Does not compile
commit | commitdiff | tree
Bruce Momjian [2003年10月30日 20:25:36 +0000 (20:25 +0000)]
Update SGML release notes with Peter's direction. Does not compile
because of section adjustments still needed.

21 years agoMark release note comments as new subsections rather than footnotes, per
commit | commitdiff | tree
Bruce Momjian [2003年10月30日 19:43:01 +0000 (19:43 +0000)]
Mark release note comments as new subsections rather than footnotes, per
Peter.

Remove "Changes" section and pull all sections below it up one level.

More comment additions.

next
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /