1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-22 02:52:08 +03:00
Commit Graph

36069 Commits

Author SHA1 Message Date
85f7555132 Small lock cleanup for prototype. 1997-09-22 15:49:14 +00:00
5fb82eb4c7 Blowaway relation buffers from buffer pool before truncation:
+ BlowawayRelationBuffers(relation, blocknumber)
1997-09-22 07:13:56 +00:00
708f67c7a9 Blowaway relation buffers from buffer pool before truncation. 1997-09-22 07:12:33 +00:00
94e52d38df Two copies... 1997-09-22 04:21:51 +00:00
90d490059d Have to PROC_INCR_SLOCK before return. 1997-09-22 04:20:53 +00:00
e7046924a5 Fix: Operand Order Affects OR.
where x <> 1 or x isnull
didn't return tuples with x NULL.
1997-09-22 04:19:36 +00:00
c2c26b6ff0 +#include <access/xact.h> 1997-09-22 03:58:32 +00:00
2a8bea900a Configure OS cleanup. 1997-09-21 22:54:19 +00:00
08566431c4 Make manual page for pg_passwd from README. 1997-09-21 04:54:36 +00:00
1556e62573 Output changed for new ORDER BY to cope with new sorting routines. 1997-09-20 16:37:02 +00:00
7971fb0d79 Output changed to reflect extra entries from new regression tests. 1997-09-20 16:35:34 +00:00
8bb569105a Change ORDER BY to get consistant results with new sorting routines. 1997-09-20 16:34:08 +00:00
d8ec518000 Update results count to reflect bad entries now being rejected by new decoder. 1997-09-20 16:33:24 +00:00
68cd097e89 Change ORDER BY to get more consistant results. 1997-09-20 16:31:44 +00:00
354a18fcb2 Add tinterval comparison operators.
Add integer/money arithmetic.
1997-09-20 16:29:38 +00:00
aae2420e8b Add point_ne() comparison routine. 1997-09-20 16:25:28 +00:00
d0ab9c3f81 Add tinterval comparison routines. 1997-09-20 16:24:39 +00:00
2b83160dca Add integer/money arithmetic from Darren King. 1997-09-20 16:23:47 +00:00
75aef05530 Add point_ne() function.
Fix up tabbing of most function declarations.
1997-09-20 16:22:31 +00:00
cc8dc825d8 Fix typo for default units for timespan input.
Place single-ticks around bad argument in elog messages.
Fix tabbing of large lookup tables (ugh).
1997-09-20 16:20:29 +00:00
fbf12681ab Include tinterval comparison functions for span of interval. 1997-09-20 16:17:45 +00:00
5984746113 Include functions for integer/money arithmetic. 1997-09-20 16:15:34 +00:00
eba607d8e5 Fix up elog warning messages. 1997-09-20 16:14:05 +00:00
3bb89a27ee Add support for FLOAT(p) SQL/92 data type.
Allow ALTER TABLE ADD ( column ) syntax.
1997-09-20 16:11:44 +00:00
007e4d9a07 Replace missing directory delimiter for postmaster installation command. 1997-09-20 16:08:24 +00:00
fa67a247cf Bring in Peter's changes...finally :( 1997-09-20 02:21:25 +00:00
e9cd0f2e6b Update configure. 1997-09-19 22:02:26 +00:00
ccca61b5fe 1997-06-15 Paul Eggert <eggert@twinsun.com>
* (src/backend/Makefile): Use `ln', not `cd;ln' so that installers
        can wrap ln.
1997-09-19 19:44:30 +00:00
6c84398411 + _copyGroup(Group *from) 1997-09-19 06:52:49 +00:00
34ec62058a Fix \e and \p after query. 1997-09-19 03:42:39 +00:00
3f365ba0fc Inline memset() as MemSet(). 1997-09-18 20:22:58 +00:00
c3072cb1f0 Have to do [[ ]] in configure.in. 1997-09-18 19:57:31 +00:00
0f928c2d21 UPdate memset macro. 1997-09-18 18:48:32 +00:00
79cb0fd9bb Cleanup for memset macro. 1997-09-18 17:06:21 +00:00
220941dac5 Add in srandom() check to configure
Add appropriate HAVE_{RANDOM,SRANDOM} values to config.h
Add approrpiate #ifdef's to sparc_solaris port files for Solaris v2.6
1997-09-18 16:09:41 +00:00
2a3e28282e QUERY: SELECT p.name, p.age FROM person* p ORDER BY age using >;
^^^^^^ - new order of tuples (due to psort changes)
1997-09-18 14:45:33 +00:00
a6e0803a7f No more SortTuplesInTree... 1997-09-18 14:42:35 +00:00
b0ccd78479 Don't limit number of tuples in leftist trees!
Use qsort to sort array of tuples for nextrun when current
run is done and put into leftist tree from sorted array!
It's much faster and creates non-bushy tree - this is ve-e-ery good
for perfomance!
1997-09-18 14:41:56 +00:00
8f1e1b4551 No more SortTuplesInTree... 1997-09-18 14:33:46 +00:00
4948a51d74 Convert sequence names tolower. 1997-09-18 14:32:15 +00:00
2de0da358d ALTER TABLE ADD COLUMN: set atthasdef to FALSE. 1997-09-18 14:31:38 +00:00
8cb4154492 Inline frequently called functions. 1997-09-18 14:21:02 +00:00
bbe2c10c14 Addded to Psortstate:
lt_tupcount - number of tuples in struct leftist *Tuples
	lasttuple   - last tuple put to disk by createfirstrun()
1997-09-18 05:42:01 +00:00
7ffd2c09c8 + SortTuplesInTree 1997-09-18 05:38:09 +00:00
712ea2507e 1. Use qsort for first run
2. Limit number of tuples in leftist trees:
	- put one tuple from current tree to disk if limit reached;
	- end run creation if limit reached by nextrun.
3. Avoid mergeruns() if first run is single one!
1997-09-18 05:37:31 +00:00
303f6514bd + int SortTuplesInTree = 2560;
(default value for max number of tuples in leftist tree)
1997-09-18 05:23:58 +00:00
10971a6f81 Allow set max number of tuples in leftist tree for sorts
(-S memory,tuples)
1997-09-18 05:19:17 +00:00
36b54847cb Add explicit test for various comment syntaxes. 1997-09-18 03:54:19 +00:00
1d9ad887cd Explicitly test various comment syntaxes. 1997-09-18 03:52:43 +00:00
c407a38742 Add syntax and warnings for unsupported ALTER TABLE commands
including DROP COLUMN, SET CONSTRAINT, etc.
1997-09-18 03:46:18 +00:00