Commit Graph

14036 Commits (5a87147173f60c0cfae61571e3de9e7c4d9d02cc)
 

Author SHA1 Message Date
Bruce Momjian 0ed0a9ddc0 Update BSD/OS as supported platform. 23 years ago
Tom Lane a77b862c09 Add dummy variable declaration to PG_FUNCTION_INFO_V1() to prevent 23 years ago
Tom Lane ba963c651b Remove #warning directive, which is nonstandard and isn't really 23 years ago
Bruce Momjian ed7be7292e Add: 23 years ago
Bruce Momjian 3fd6d3260f Change to fseeko(), per Philip. 23 years ago
Barry Lind 7ab25fffac Patch submitted by Kris Jurka to fix arrayindexoutofbounds exception caused 23 years ago
Bruce Momjian fc5c577e34 Allow fseeko in pg_dump only if fseeko() will work for all supported file 23 years ago
Tom Lane 2908a838ac Code review for connection timeout patch. Avoid unportable assumption 23 years ago
Tom Lane bd19e8f604 Fix some places that were unportably assuming struct timeval's tv_sec 23 years ago
Tom Lane c3086c8f53 Function-call-style type coercions should be treated as explicit 23 years ago
Tom Lane 6b704bf501 Add note about sort order of character datatypes being locale-dependent, 23 years ago
Tom Lane 3a0fde3b51 Make link to schema inspection functions more clear. 23 years ago
Peter Eisentraut 266a280584 Add introductory sections explaining what each book is about. Remove Y2K 23 years ago
Bruce Momjian b171f5956e Fix include for NetBSD. 23 years ago
Bruce Momjian 68214218be Add prototype include to fseeko.c. 23 years ago
Bruce Momjian 4668d54f0b Add fseeko for NetBSD. 23 years ago
Bruce Momjian d36caf103b Stamp for 7.3 beta3. 23 years ago
Bruce Momjian b093f8825d Fix include files for new PageOutput call. 23 years ago
Bruce Momjian f142b09151 Add fseeko/ftello prototypes for BSD/OS only to c.h. 23 years ago
Bruce Momjian 3675d064c9 Add mention of postgres signals to reference page 23 years ago
Bruce Momjian 586510f774 Improve coding style of new function. 23 years ago
Bruce Momjian 6b9d496988 Make BSD/OS fseeko thread-safe. 23 years ago
Bruce Momjian c9984ab79d Add comments on bsd/os handling. 23 years ago
Bruce Momjian dc4d18e056 Add fseeko/ftello using fsetpos/fgetpos for BSD/OS. 23 years ago
Bruce Momjian 641b658c26 Page \h output and centralize psql paging code in PageOutput(). 23 years ago
Tom Lane 30963fc200 Perform transaction cleanup operations in a less ad-hoc, more 23 years ago
Bruce Momjian 68c8bce69e Updated German FAQ, from Ian Barwick 23 years ago
Tom Lane 7305aa0171 create_index test must run after create_misc test. 23 years ago
Peter Eisentraut 0bd223291f Update build system. 23 years ago
Peter Eisentraut 1c23cf4371 Update for test changes. 23 years ago
Peter Eisentraut 7d970df60e Add DLLIMPORT declarations required by contrib with asserts enabled. 23 years ago
Bruce Momjian 2b287020f4 Allow 8-byte off_t to properly pg_dump, from Philip Warner with mods by Bruce. 23 years ago
Tom Lane 19cc7bcbe5 Specify that we need bison >= 1.50. 23 years ago
Bruce Momjian f3e1937e5d Move libpgeasy.sgml to gborg. 23 years ago
Bruce Momjian 9761f1a07e Move odbc.sgml to gborg ODBC project. 23 years ago
Tom Lane 200b151615 Fix places that were using IsTransactionBlock() as an (inadequate) check 23 years ago
Bruce Momjian f724c164d3 Add: 23 years ago
Bruce Momjian b6f0c50232 Small update for the removal of some memory leaks in plpython SGML example. 23 years ago
Bruce Momjian b825a8f025 When I removed the cube based stuff from eathdistance I accidentally 23 years ago
Bruce Momjian 2110be0465 Cleanup for CLUSTERDB failure: 23 years ago
Bruce Momjian e49c1a9234 Fix ALTER TABLE ... ADD COLUMN for inheritance cases. 23 years ago
Tom Lane b47c3598d4 Remove unnecessary (and inadequate) check of IsTransactionBlock() in 23 years ago
Tom Lane a20e49bea8 Avoid using IsTransactionBlock() in DeferredTriggerSetState(); no real 23 years ago
Tom Lane e16f04cf72 Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least pretty 23 years ago
Peter Eisentraut de9d7f4bd5 Add DLLIMPORT declarations needed by contrib modules. 23 years ago
Peter Eisentraut 0530d7a24b Need sys/param.h for endianness macros. 23 years ago
Peter Eisentraut 6adf38ac8c Might need to link with -lcrypt. 23 years ago
Peter Eisentraut b91f9042b0 Add guards against double inclusion. 23 years ago
Peter Eisentraut 20f77d79a2 Translation updates 23 years ago
Peter Eisentraut 7a35d304e9 Remove obsoleted stuff merged in from branch. 23 years ago