Commit Graph

7632 Commits (253c8fecfb2bc8075229366623e80d5579cba8c1)

Author SHA1 Message Date
Tom Lane 1b87e24c4a Change xlog page-header format to include StartUpID. Use the SUI to 26 years ago
Philip Warner ccca223b5c - Use subselect when enabling triggers, 26 years ago
Hiroshi Inoue e376cb6078 The attached file contains the registry settings required to install the 26 years ago
Tom Lane 4d14fe0048 XLOG (and related) changes: 26 years ago
Tom Lane b246510ccc Avoid O(N^2) behavior in deferredTriggerAddEvent() for large numbers of 26 years ago
Peter Eisentraut 671be61916 Add uninstall target to Java build. 26 years ago
Tom Lane 9c2c9fcdfb Turns out the HPUX linker likes -Bsymbolic too. Without this, ODBC 26 years ago
Tom Lane 5ab642fdf1 Provide a hack to let initialization happen on platforms for which 26 years ago
Tom Lane eb9033ce95 Do not accept values from sections following the specified section. 26 years ago
Peter Eisentraut a3176dac22 Use install-sh unconditionally. 26 years ago
Tom Lane 2cfc8fcb5d FATAL errors should cause exit with nonzero status if we are not running 26 years ago
Hiroshi Inoue e666422ebf 1)Allow the access to indexes with up to 16 keys. 26 years ago
Tom Lane 5490195f04 Don't choke on superuser names containing random punctuation. 26 years ago
Peter Eisentraut edebfec803 Recursive distclean shouldn't depend on recursive clean. Subdirectories 26 years ago
Hiroshi Inoue 8fff96f1cb hold interupts during LockWaitCancel(). 26 years ago
Tom Lane d73e9df087 A subplan invoked within an aggregate function's argument should 26 years ago
Tom Lane 572fda2711 Modify wchar conversion routines to not fetch the next byte past the end 26 years ago
Tom Lane b109b03fea Repair a number of places that didn't bother to check whether PageAddItem 26 years ago
Bruce Momjian 296c806dd5 > Applied. Thanks. 26 years ago
Bruce Momjian 3dc1b2b71d pltcl_loadmod has problems with big (>4k) modules because of missing incr 26 years ago
Tom Lane 5e00557fa2 Believe $POSTGRES_LIB and $POSTGRES_INCLUDE only if they name actual 26 years ago
Peter Eisentraut d5e2e7dcf8 Help message s/dump/restore/ (must have been copy&pasted from pg_dump). 26 years ago
Peter Mount b562c62b5d Tue Mar 06 12:05:00 GMT 2001 peter@retep.org.uk 26 years ago
Philip Warner ce495f8d77 - Dump relevant parts of sequences only when doing schemaOnly & dataOnly 26 years ago
Philip Warner aa28eebf4c - Only disable triggers in DataOnly (or implied data-only) restores. 26 years ago
Bruce Momjian 83d0e37947 Update email addresses. 26 years ago
Bruce Momjian ec30cfd799 Here is the chinese_big5 patch for PgAccess. I've tested under Chinese 26 years ago
Peter Mount c18bb990d3 Ok, I've split todays commit into three, the first two already done had some 26 years ago
Peter Mount 9142ca2faf Minor fixes... 26 years ago
Bruce Momjian 60cea7d71a Update mysql converter, new version released. 26 years ago
Peter Eisentraut 23e41fb7fb Add configure check for -lunix, for QNX. 26 years ago
D'Arcy J.M. Cain 7a2fdd9632 Update the version number. We may change this to 7.1 if we align it with 26 years ago
D'Arcy J.M. Cain 88342ae929 Add oid to list of keys cached. 26 years ago
D'Arcy J.M. Cain 6b6f8327ae Incrementing version number in preparation for next release. Note that I 26 years ago
D'Arcy J.M. Cain a487e0d333 Added postgres.h header for more type checking. 26 years ago
Peter Eisentraut f1ad18d49a Add missing include. 26 years ago
Peter Eisentraut 653cd3e38e Fix memory leak. 26 years ago
Tom Lane ea7b4f1f04 Ensure previous setting of pset.queryFout is restored after a failed 26 years ago
Peter Eisentraut 08372d4e03 Add missing semicolon required by QNX shell. 26 years ago
Tatsuo Ishii fa2e3cffd3 Remove HAVE_OPTARG per discussion in hackers list. 26 years ago
Peter Eisentraut bd6f02e7e6 Do not strip whitespace within quotes. 26 years ago
Tom Lane 778a21ca94 Tweak portal (cursor) code so that it will not call the executor again 26 years ago
Tom Lane f5ea88ac6e Mark new text<->date, text<->time, text<->timetz conversion functions as 26 years ago
Tatsuo Ishii df247b821d Massive commits for SunOS4 port. 26 years ago
Tatsuo Ishii 919ace07d5 Fix vacuum analyze error. 26 years ago
Michael Meskes 06e3d84d88 Fixed variable handling in preproc.y. 26 years ago
Tatsuo Ishii f6f8c332b1 Allow pgaccess to input Japanese. See included mail. 26 years ago
Tom Lane 9c9936587c Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occur 26 years ago
Tom Lane 496ea7a876 At least on HPUX, select with delay.tv_sec = 0 and delay.tv_usec = 1000000 26 years ago
Tom Lane f1e0044ba3 When under postmaster, bogus arguments should cause proc_exit(0) not 26 years ago