Commit Graph

1839 Commits (0ab29212904dc4352646acaf416b6ab1a367d661)
 

Author SHA1 Message Date
Bruce Momjian 0ab2921290 Change time function names to be more consistent, and check for zero divides, from Michael Reifenberg. 29 years ago
Bruce Momjian 23cce4ad4f Name change cleanup. 29 years ago
Bruce Momjian 671c4ea6f5 Remove unused spin function when no spinlocks. 29 years ago
Vadim B. Mikheev d37e93aafd #definitions for pg_attrdef & pg_relcheck names 29 years ago
Vadim B. Mikheev cc332d612b AttrConstr --> TupleConstr 29 years ago
Bruce Momjian e482462960 Rename pg_attribute.attnvals to attdisbursion. 29 years ago
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. 29 years ago
Vadim B. Mikheev ac3d7b3146 + extern double *box_area(BOX *box); 29 years ago
Vadim B. Mikheev f2dd89b6fa + struct ConstaintDef - for constraints. 29 years ago
Vadim B. Mikheev 25aa0f8d04 New system relations to store DEFAULT/CHECK expressions. 29 years ago
Vadim B. Mikheev 197ced5923 Read info for DEFAULT from pg_attrdef. 29 years ago
Vadim B. Mikheev e3accffe66 Syntax for [CONSTRAINT name] CHECK ... 29 years ago
Vadim B. Mikheev e4247023f1 Get rid of attproc, atttyparg, attcanindex, attdefrel, attbound 29 years ago
Bruce Momjian 63fbdd358f Portability fix for pg_dumpall. 29 years ago
Bruce Momjian 11ac1bf268 More NOT_USEDs 29 years ago
Bruce Momjian 36c9c968c0 Add static finding script. 29 years ago
Vadim B. Mikheev 4a132abf6c HTNegate/HTCommute/HTNegateCommute are not used. 29 years ago
Vadim B. Mikheev 0c001f080b CHECK/DEFAULT syntax (some tricks to get current scan position). 29 years ago
Vadim B. Mikheev 4527172b80 CHECK/DEFAULT syntax 29 years ago
Marc G. Fournier bb951c6cb4 Changes for Digital Unix 29 years ago
Bruce Momjian 4e9e00cb68 Fix for sunos4 difftime() call. 29 years ago
Bruce Momjian 1d8bbfd2e7 Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 29 years ago
Vadim B. Mikheev b992e200b8 NOT NULL implementation (submitted by Robson Paniago de Miranda). 29 years ago
Bruce Momjian b99c63cfc0 Now that names are null terminated, no need to do all that NAMEDATALEN stuff. 29 years ago
Bruce Momjian 022903f22e Reduce open() calls. Replace fopen() calls with calls to fd.c functions. 29 years ago
Marc G. Fournier eaae21fb4d Fixes for alphalinux port by abrams@philos.umass.edu 29 years ago
Marc G. Fournier 9d90de5de7 Changes so that it actually checks for <readline/history.h>, instead 29 years ago
Marc G. Fournier 5410203949 Make sure that LIBPQDIR points to the right directory 29 years ago
Marc G. Fournier 9093238c7e Fix up paths to $(SRCDIR) 29 years ago
Marc G. Fournier f63f5680e3 Add appropriate links into the interfaces directory, as well as a Makefile 29 years ago
Marc G. Fournier ff246d7b64 Bring in Adrian's JDBC driver as an interface 29 years ago
Bruce Momjian fd86ae151a Cleanup global variables, remove stable memory stuff. 29 years ago
Vadim B. Mikheev e99e4ba833 sprintf "...%d...", ... (int)getpid(), ... 29 years ago
Vadim B. Mikheev ccc77423db _hash_checkpage: cleanup for CASSERT 29 years ago
Bruce Momjian 0b2eb99f01 These changes allow the module to compile quietly when assert checking is 29 years ago
Bruce Momjian ea5b5357cd Remove more (void) and fix -Wall warnings. 29 years ago
Bruce Momjian 0f6a961e29 cleanup of patch 29 years ago
Bruce Momjian edb58721b8 Fix pgproc names over 15 chars in output. Add strNcpy() function. remove some (void) casts that are unnecessary. 29 years ago
Bruce Momjian 4b851b1cfc Add bsdi gcc2 options. 29 years ago
Bruce Momjian dc374505fa Fix for psort again. 29 years ago
Bruce Momjian 677efc7679 Another psort fix. 29 years ago
Bruce Momjian 42c0cd33a2 I think I finally got psort working for all cases. 29 years ago
Bruce Momjian cc24b846dd psort cleanups. 29 years ago
Bruce Momjian 8fd7db8163 Another fix. 29 years ago
Bruce Momjian ead219384f Fix for palloc(0) in new code 29 years ago
Bruce Momjian f5f366e188 Allow internal sorts to be stored in memory rather than in files. 29 years ago
Bruce Momjian 3bea7b138b Add developers help file. 29 years ago
Bruce Momjian 1ebc1280e8 Fix for os version handling. 29 years ago
Vadim B. Mikheev b3d8beaa1a Catch non-functional delete attempts. 29 years ago
Bruce Momjian 6ed1715b1f Cleanup for NAMEDATALEN use. 29 years ago