Jan Wieck
f2dfd5616c
Fixed lztextlen() bug in MULTIBYTE, still thinking that lztext
...
does compression itself the old way.
Jan
26 years ago
Bruce Momjian
d0cb4e11d5
U Re-add flock TODO.detail.
26 years ago
Bruce Momjian
4289cca528
Update TODO list.
26 years ago
Bruce Momjian
0971d894b9
New resultmap for Alpha, from Ryan Kirkpatrick
26 years ago
Peter Eisentraut
b5e2dafd39
Fix broken pg_dump makefile
26 years ago
Jan Wieck
d819f5fe83
Moving toaster out of NO ELOG area in heap_update().
...
Jan
26 years ago
Bruce Momjian
651e98b17f
make TEMP -> TEMPORARY
26 years ago
Bruce Momjian
edbe00a720
Make pgdump_oid a temp table. Rename to pg_dump_oid.
26 years ago
Peter Eisentraut
554e56e628
Expand secondary password file feature, so that you can use these
...
files to restrict the set of users that can connect to a database
but can still use the pg_shadow password. (You just leave off the
password field in the secondary file.)
26 years ago
Peter Eisentraut
1c2f735aa7
Fix thinko in my last pg_dumpall change
26 years ago
Bruce Momjian
5c603943ef
Makefile cleanup from Karel.
26 years ago
Jan Wieck
31a020f6eb
Added CVS header
...
Jan
26 years ago
Jan Wieck
92010434d4
New contrib module for statistical mathematics
...
Jan
26 years ago
Bruce Momjian
500b62b057
pg_dump patch from Philip Warner
26 years ago
Bruce Momjian
20c01ef130
Update TODO list.
26 years ago
Tom Lane
4e71240dbb
Now that I look at it, is_stopword() is broken and always has been.
...
Doesn't anyone remember how to program a binary search??
26 years ago
Tom Lane
6d87107b0e
Result of strcmp() is a signed int. Per bug report
...
from Paul McGarry.
26 years ago
Tom Lane
cdeca5f590
Make toast-table creation and deletion work somewhat reliably.
...
Don't go through pg_exec_query_dest(), but directly to the execution
routines. Also, extend parameter lists so that there's no need to
change the global setting of allowSystemTableMods, a hack that was
certain to cause trouble in the event of any error.
26 years ago
Bruce Momjian
9cf327790d
Update TODO list.
26 years ago
Bruce Momjian
e799f19f0c
Remove unused TODO.detail files.
26 years ago
Bruce Momjian
c229f7d2ab
Update tablespaces TODO.detail item.
26 years ago
Bruce Momjian
0fe9e0941e
Update TODO list.
26 years ago
Tom Lane
3b61ba6d5c
DataFill() has no business resetting xact status bits
...
in the infomask of the provided tuple.
26 years ago
Vadim B. Mikheev
d0273c07ac
misc
26 years ago
Vadim B. Mikheev
e1a118e5e6
unlock buffer before releasing in heap_insert
...
+unlock buffer in heap_fetch under !ItemIdIsUsed().
26 years ago
Tom Lane
13647ad6aa
tuptoaster.h should surely not #include postgres.h.
26 years ago
Tom Lane
e81fe1e8a0
Add missing #include for TOAST.
26 years ago
Jan Wieck
2f12c9f182
TOAST changes to catalog
...
Jan
26 years ago
Jan Wieck
57d8080a40
TOAST
...
WARNING: This is actually broken - we have self-deadlocks
due to concurrent changes in buffer management.
Vadim and me are working on it.
Jan
26 years ago
Peter Eisentraut
ef5bea51e1
Move global internal files to PGDATA/global.
26 years ago
Peter Eisentraut
e2d3932e0e
Move PGPORT envar handling to ResetAllOptions(). Improve long options
...
parsing to not clobber the optarg string -- so that we can bring
SetOptsFile() up to speed.
26 years ago
Peter Eisentraut
51afb9305c
Have pg_dumpall write CREATE USER and CREATE GROUP commands instead of raw
...
COPYs of pg_shadow and pg_group.
It also turns out that pg_dumpall was all but broken for multiple servers
running at non-standard port numbers. You might get the users and groups
from one server and the databases from another. Fixed that.
A little user interface and code cleanup along with that. This also takes
care of the portability bug discussed in "[BUGS] pg_dumpall" in March 2000.
26 years ago
Bruce Momjian
d66a8c7c47
Very small changes in the contrib's pg_dumplo in the attache.
...
And:
Note, Bruce I found in the contrib tree any files that we forget
remove during contrib cleaning. Please remove these files:
contrib/lo/test.sql
contrib/pg_dumplo/Makefile.out
contrib/pgbench/pgbench_jis.doc
contrib/spi/new_example.example
contrib/spi/README.MAX
Thanks.
Karel
26 years ago
Bruce Momjian
efcff3da16
In the attache is new (correct) version. I add TZ (timezone) support
...
for
to_char() too.
Karel
26 years ago
Hiroshi Inoue
61768d8cac
Add a check of HEAP_MARKED_FOR_UPDATE in HeapTupleSatisfiesDirty().
...
This enables unique constraint check in case of SELECT FOR UPDATEd.
26 years ago
Tom Lane
c4f9eaa608
Clean up memory-context stuff, other minor infelicities.
26 years ago
Tom Lane
6ac19b165d
Remove unused variable. (Hey Peter, you use gcc, why didn't you
...
notice this warning?)
26 years ago
Vadim B. Mikheev
1b67fe17b8
heap' logging
26 years ago
Bruce Momjian
80c646958a
Attached is a new patch which addresses this problem. (oids in
...
regression tests).
Chris Bitmead
26 years ago
Peter Eisentraut
6fb9d2e347
Version number now set in configure, available through Makefile.global
...
and config.h. Adjusted all referring code.
Scrapped pg_version and changed initdb accordingly. Integrated
src/utils/version.c into src/backend/utils/init/miscinit.c. Changed all
callers.
Set version number to `7.1devel'. (Non-numeric version suffixes now allowed.)
26 years ago
Tom Lane
07dfe97731
Don't run in CacheMemoryContext more than necessary.
26 years ago
Tom Lane
d003213225
Don't run in CacheMemoryContext longer than necessary.
26 years ago
Tom Lane
72164e86a6
Remove memory leak from VACUUM parsing.
26 years ago
Tom Lane
57eeb0d315
New memmgr logic in xact.c failed if AbortTransaction() is called when
...
there is no open transaction.
26 years ago
Bruce Momjian
e225260440
Back out Karels to_char changes.
26 years ago
Peter Eisentraut
b150906b89
We don't need config.status substituting anything into Gen_fmgrtab.sh, we
...
just pass in CPP and AWK via the environment from the Makefile.
26 years ago
Peter Eisentraut
9e8d591877
Synchronized integrated documentation with latest admin guide change.
26 years ago
Peter Eisentraut
191870388d
A little bit of clean-up/bug fix in Tcl build. Handle gracefully cases
...
where someone wants to build these but hasn't configured for Tcl.
26 years ago
Bruce Momjian
99212a4847
In the attache is new to_date()/to_timestamp() version.
...
Now the to_timestamp() support WW,W,J,SSSS,DDD conversion from strings and
the am/pm bug is fixed, the to_char() use week-of-year (WW) full compatible
with Oracle.
This patch update relevant regress-tests and docs too.
Karel
~
~
26 years ago
Bruce Momjian
2f131ca588
Fix select '1--2'; for PEter.
26 years ago