1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-19 04:21:08 +03:00
Commit Graph

31631 Commits

Author SHA1 Message Date
a28c50ad3b Changed location of libpgtcl stuff. 1997-09-27 19:35:04 +00:00
cae19f61e3 Changed location of libpgtcl stuff. 1997-09-27 19:28:40 +00:00
fc50064d85 Changed location of libpgtcl stuff. 1997-09-27 19:13:56 +00:00
16440d79bb Cleanup for find_keywords. 1997-09-27 17:25:48 +00:00
87251d17f8 Cleanup for find_keywords. 1997-09-27 17:22:05 +00:00
65b1ed4712 Add fiel to list keywords. 1997-09-27 16:42:21 +00:00
725a03eb4b Make GetAttributeByNum visible again for external use. 1997-09-27 14:37:21 +00:00
384d4f6eba Update catalog lists for v6.2.
Add documentation of some text functions.
Add descriptions of some new SQL/92-compatible string functions.
1997-09-27 04:37:33 +00:00
c19bd8c764 Use "man drop" as an introduction to all drop commands.
Create explicit drop_table man page (copied from old drop man page).
1997-09-27 04:36:02 +00:00
fcc0320b69 Manual page cleanup. 1997-09-27 03:58:29 +00:00
2ab3d65900 Update manual pages. 1997-09-27 03:14:20 +00:00
802fc5f770 This gets things to compile...past this I'll have to test from home, or
someone will have to tell me
1997-09-27 00:05:23 +00:00
1fdd834672 Nothing in this file right now, but will contain appropriate 'chmod's
so that permissions are set for the end release...
1997-09-26 22:06:30 +00:00
c30b8f9dbd AIX float fix. 1997-09-26 20:32:02 +00:00
5e2c0a87c9 Fix for psort temp file names, from Vadim. 1997-09-26 20:05:47 +00:00
544992c3d7 Include information on new DEFAULT and CONSTRAINT clauses. 1997-09-26 15:21:27 +00:00
09cfab3a7f Include references to other "drop" man pages. 1997-09-26 15:20:12 +00:00
5acd45f6fd Initial docs for Vadim's new trigger capabilities. 1997-09-26 15:13:09 +00:00
b105324f7e Fix SUBSTRING(str FROM int TO int) parsing. 1997-09-26 15:09:11 +00:00
142d42f938 Scripts to run queries and data. 1997-09-26 14:57:36 +00:00
dbde5caeed Some results. 1997-09-26 14:55:44 +00:00
cf76759f34 Start with performance suite. 1997-09-26 14:55:21 +00:00
561b35e556 Return error if char *query is null in SPI_prepare() 1997-09-26 13:57:39 +00:00
99048aca00 Get these two files finally committed for Peter...sorry for delay :( 1997-09-26 08:22:21 +00:00
c5d49902fb *** empty log message *** 1997-09-25 21:15:04 +00:00
4a98c5763e Back out inclusion of postgres.h. 1997-09-25 16:52:23 +00:00
2f4275327e Massive examples fix from Nicola Bernardelli 1997-09-25 16:35:52 +00:00
0384d37083 Fix for libpgtcl from Constantin Teodorescu. 1997-09-25 15:48:51 +00:00
5004b99e92 Tatsuo's patch to fix alignment problems in structure for RISC machines. 1997-09-25 14:11:42 +00:00
e008c68408 One more change to recover v6.1.1 escaped-text input behavior.
Should be changed for v6.3!
1997-09-25 14:10:23 +00:00
4293adc117 Disable checking for zero or one points with deeper parens on input.
Polygon input would not accept single-point polygon output and dump.
1997-09-25 14:09:04 +00:00
6be30fb524 Fix handling of functions with non-attribute first argument in WHERE
clauses.
1997-09-25 12:48:15 +00:00
c42f7f1460 Fix GROUP BY when order of entries is different from order in target list. 1997-09-25 12:21:15 +00:00
bb0cc20e64 Fix handling of SPI_tuptable. 1997-09-25 12:16:05 +00:00
be5241420a S_LOCK_FREE fix. 1997-09-25 01:48:58 +00:00
ebb3008dbd Fix for S_FREE_LOCK. 1997-09-24 23:37:26 +00:00
d77a506307 Use additional ORDER BY to cope with new sorting routines. 1997-09-24 17:55:38 +00:00
16d65f5c25 Add SQL/92 "constants" current_date, current_time, and current_timestamp.
Add SQL/92 types decimal and numeric (temporary for syntax support).
 These types need more support in the backend to be really implemented,
 and the parser will need to be changed at that time.
Adjust limits on precision parameters for FLOAT(p) to match IEEE-compliant
 arithmetic. Perhaps these limits should be processor-specific or obtained
 from system include files instead.
1997-09-24 17:53:53 +00:00
ba8763c500 Add SQL/92 types decimal and numeric.
Add SQL/92 "constants" current_date, current_time, and current_timestamp.
1997-09-24 17:49:56 +00:00
53ad0aa262 Restore proper behavior for escaped quotes and for escaped literals
like newline inside quoted strings.
1997-09-24 17:48:25 +00:00
c7dbd366ba Remove debugging "puts" print statement. 1997-09-24 17:46:14 +00:00
0e699286d3 Coerce type of NULL pointer return to suppress gcc compiler warnings. 1997-09-24 17:45:21 +00:00
e00f0ea39e Fix for pg_dump. 1997-09-24 16:20:04 +00:00
9eaaf36f04 Update configure. 1997-09-24 15:57:28 +00:00
28c2edcb3d Remove aix power pc. 1997-09-24 15:49:46 +00:00
55780ae0e8 Remove extra float.h I added. 1997-09-24 15:40:59 +00:00
837f0cbea0 CREATE FUNCTION fixup for types of functions. 1997-09-24 15:36:36 +00:00
77d514a550 Rollback changes to pg_dump.c 1997-09-24 15:14:02 +00:00
c13454edc2 Timetravel tests. 1997-09-24 08:36:47 +00:00
76271543ae Added: ttdummy() - variation of timetravel() function
for regress test.
1997-09-24 08:35:10 +00:00