Bruce Momjian
|
dfc1a6a848
|
Document pg_dump -z, clean up option list. Fix problem with libpq handling of field names uppercase code.
|
1997-12-01 21:01:24 +00:00 |
|
Bruce Momjian
|
002796b5ca
|
Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog.
|
1997-11-28 17:28:02 +00:00 |
|
Bruce Momjian
|
c445ba331b
|
Rename heap_create to heap_create_and_catatlog, rename heap_creatr to heap_create().
|
1997-11-28 04:40:40 +00:00 |
|
Bruce Momjian
|
d79b9a1b7a
|
Re-order args for TypeCreate() to be clearer.
|
1997-11-26 04:50:47 +00:00 |
|
Bruce Momjian
|
7c00ffb843
|
Fix from Zeugswetter Andreas DBT for Sendproc.
|
1997-11-26 04:37:53 +00:00 |
|
Bruce Momjian
|
598e86f3b3
|
Cleanup up include files.
|
1997-11-26 01:14:33 +00:00 |
|
Bruce Momjian
|
4a5b781d71
|
Break parser functions into smaller files, group together.
|
1997-11-25 22:07:18 +00:00 |
|
Bruce Momjian
|
f7f2e18f8e
|
Remove tqual.h includes not needed.
|
1997-11-24 05:09:50 +00:00 |
|
Bruce Momjian
|
f4253b0b49
|
Archive cleanups.
|
1997-11-21 19:59:39 +00:00 |
|
Bruce Momjian
|
0889dcd6f7
|
Remove archive stuff.
|
1997-11-21 18:04:26 +00:00 |
|
Bruce Momjian
|
e9e1ff226f
|
Remove all time travel stuff. Small parser cleanup.
|
1997-11-20 23:24:03 +00:00 |
|
Bruce Momjian
|
1c32d285a6
|
Remove pg_magic, defaults, server, hosts, and demon tables. unused.
|
1997-11-15 20:58:05 +00:00 |
|
Bruce Momjian
|
5071ae2972
|
Add pg_description table for info on tables, columns, operators, types, and aggregates. Modify psql with new \dd operator to access description
|
1997-11-13 03:23:18 +00:00 |
|
Bruce Momjian
|
7e48d427c8
|
File has moved to include/catalog.
|
1997-11-12 03:30:33 +00:00 |
|
Vadim B. Mikheev
|
32cd09ac6d
|
Good Bye, Time Travel!
|
1997-11-02 15:27:14 +00:00 |
|
Vadim B. Mikheev
|
a2c476b555
|
Use shared lock when building indices
|
1997-10-27 11:52:43 +00:00 |
|
Bruce Momjian
|
3f365ba0fc
|
Inline memset() as MemSet().
|
1997-09-18 20:22:58 +00:00 |
|
Bruce Momjian
|
59f6a57e59
|
Used modified version of indent that understands over 100 typedefs.
|
1997-09-08 21:56:23 +00:00 |
|
Bruce Momjian
|
075cede748
|
Add typdefs to pgindent run.
|
1997-09-08 20:59:27 +00:00 |
|
Bruce Momjian
|
319dbfa736
|
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
|
1997-09-08 02:41:22 +00:00 |
|
Bruce Momjian
|
1ccd423235
|
Massive commit to run PGINDENT on all *.c and *.h files.
|
1997-09-07 05:04:48 +00:00 |
|
Bruce Momjian
|
b72e62374d
|
More cleanups for indent.
|
1997-09-06 18:27:11 +00:00 |
|
Bruce Momjian
|
268b8be814
|
Cleanup needed for indent.
|
1997-09-06 00:22:44 +00:00 |
|
Bruce Momjian
|
a1635450b3
|
Cleanups needed for indent. Remove };
|
1997-09-05 18:13:45 +00:00 |
|
Vadim B. Mikheev
|
8d6e5f07ff
|
heap_destroy:RelationRemoveTriggers()
|
1997-09-04 13:17:59 +00:00 |
|
Vadim B. Mikheev
|
f2cc46dd54
|
Indexing of pg_trigger
|
1997-08-31 09:56:18 +00:00 |
|
Vadim B. Mikheev
|
530876fea5
|
Remove DEFAULT/CHECK infos from catalog on DROP TABLE
Store CHECK infos on CREATE TABLE
|
1997-08-22 14:10:26 +00:00 |
|
Vadim B. Mikheev
|
9e9584cc99
|
Store attr DEFAULT info in heap_create
|
1997-08-22 02:58:51 +00:00 |
|
Bruce Momjian
|
e482462960
|
Rename pg_attribute.attnvals to attdisbursion.
|
1997-08-21 03:02:13 +00:00 |
|
Bruce Momjian
|
f1edf02cc1
|
Change pg_attribute.attnvals to float4, change #ifdef 0 to #if 0, fix aix call to strNcpy, fix pg_super_user_id in pg_dumpall, change pg_database.dtadba from oid to int4.
|
1997-08-21 02:28:55 +00:00 |
|
Vadim B. Mikheev
|
e4247023f1
|
Get rid of attproc, atttyparg, attcanindex, attdefrel, attbound
from pg_attribute. atthasdef added.
|
1997-08-21 01:32:19 +00:00 |
|
Bruce Momjian
|
1d8bbfd2e7
|
Make functions static where possible, enclose unused functions in #ifdef NOT_USED.
|
1997-08-19 21:40:56 +00:00 |
|
Vadim B. Mikheev
|
b992e200b8
|
NOT NULL implementation (submitted by Robson Paniago de Miranda).
|
1997-08-19 04:46:15 +00:00 |
|
Bruce Momjian
|
b99c63cfc0
|
Now that names are null terminated, no need to do all that NAMEDATALEN stuff.
|
1997-08-18 20:53:48 +00:00 |
|
Bruce Momjian
|
ea5b5357cd
|
Remove more (void) and fix -Wall warnings.
|
1997-08-12 22:55:25 +00:00 |
|
Bruce Momjian
|
3ac9d2fff3
|
Various compile errors concerning overflow due to shifts, unsigned, and bad prototypes, from Solaris, from Diab Jerius
|
1997-07-24 20:19:10 +00:00 |
|
Bruce Momjian
|
a7d417cc2f
|
Fix problems with pg_dump for iheritance, sequences, archive tables.
|
1997-07-23 17:15:13 +00:00 |
|
Vadim B. Mikheev
|
9c6cdb4d7b
|
heap_destroy() now calls RelationForgetRelation() to really flush
the relation from the relcache.
|
1997-06-04 08:59:22 +00:00 |
|
Vadim B. Mikheev
|
50faf40903
|
Check for attributeList is NULL in ConstructTupleDescriptor ().
Submitted by Raymond Toy.
|
1997-04-05 03:36:21 +00:00 |
|
Vadim B. Mikheev
|
2030cbdf6c
|
Hack for heap_creat to enable relkind to be 'S' for sequences.
|
1997-04-02 03:41:16 +00:00 |
|
Vadim B. Mikheev
|
b9fda39de3
|
Added call to heap_endscan in IndexIsUniqueNoCache - to release
our READ lock on pg_index and let others to create indices too !
|
1997-03-27 04:13:44 +00:00 |
|
Vadim B. Mikheev
|
bdae359acc
|
Setting index' attributes attcacheoff to -1 in index_create().
|
1997-03-24 07:39:47 +00:00 |
|
Vadim B. Mikheev
|
d656e023a1
|
Fix index_create for multi-column indices
|
1997-03-19 07:44:45 +00:00 |
|
Vadim B. Mikheev
|
9d1879388f
|
1. Setting rdesc->rd_tmpunlinked to FALSE in heap_creatr () just after
smgrcreate ().
2. Checking rdesc->rd_tmpunlinked in heap_destroy () & heap_destroyr ()
before calling smgrunlink ().
|
1997-01-20 04:01:50 +00:00 |
|
Vadim B. Mikheev
|
791e9973ab
|
heap_destroy () releases dirty buffers of a relation to be
destroyed.
|
1997-01-14 05:38:23 +00:00 |
|
Bruce Momjian
|
a5dd06f763
|
include sem.h added, include string.h neede, from Erik Bertelsen for Ultrix
|
1997-01-10 20:19:49 +00:00 |
|
Vadim B. Mikheev
|
f48936e8ef
|
index_insert has now HeapRelation as last param (for unique index
implementation).
|
1997-01-10 09:51:40 +00:00 |
|
Bruce Momjian
|
6da0055274
|
Fix for SELECT INTO ... GROUP/ORDER BY where table already exists unlink error.
|
1997-01-01 06:01:16 +00:00 |
|
Vadim B. Mikheev
|
7266928e77
|
Fixed realloc for increasing tempRels list.
|
1996-12-31 06:58:27 +00:00 |
|
Bruce Momjian
|
c5aaba2c34
|
In src/backend/catalog/pg_operator.c in OperatorDef, there
are three SearchSysCacheTuple(PRONAME,...) calls that use three
different macros to convert the typeId array of Oids.
Darren King
|
1996-12-26 17:46:07 +00:00 |
|