Commit Graph

37208 Commits (ecacbdbcee67e202cfcaa1180da170b9f13654bb)
 

Author SHA1 Message Date
Vadim B. Mikheev f0c5a6c614 Shrinking and other things. 30 years ago
Vadim B. Mikheev 3385497228 New smgrtruncate smgr' interface func. 30 years ago
Vadim B. Mikheev a2a33e1344 New mdtruncate() func for single segment relations (< 2Gb). 30 years ago
Vadim B. Mikheev 3643248ae2 TransactionIdIsInProgress is here now and gives quality answer 30 years ago
Vadim B. Mikheev 47312ec134 Setting MyProc->xid to InvalidTransactionId while creating 30 years ago
Vadim B. Mikheev 713b65e19c Setting MyProc->xid to current transaction' id in StartTransaction 30 years ago
Vadim B. Mikheev 1db76d708c TransactionIdIsInProgress moved to shmem.c 30 years ago
Bryan Henderson 89c7e18b3f Forgot in yesterday's Ultrix compile work. 30 years ago
Bryan Henderson 8cfe27dff0 OK, I think I've got the postconfig thing right now. 30 years ago
Bryan Henderson 93f722536f Whoops, redo Ultrix patch so the other ports still compile. 30 years ago
Bryan Henderson c118543186 Fix double-colon syntax error on fe-lobj.o. 30 years ago
Bryan Henderson 46d58fba33 Make it compile on Ultrix. Thanks Erik Bertelson. 30 years ago
Bryan Henderson 02c0eb6549 Properly structure ProcedureNameIndexScan so it doesn't generate 30 years ago
Bryan Henderson bf14017220 Put in #include <fcntl.h> for those systems that don't have it included by something else. 30 years ago
Bryan Henderson f93f780269 -Werror fixes from D'Arcy. 30 years ago
Bryan Henderson 46c4e6f626 Include fcntl.h, which is not automatically included by sys/file.h on all systems. 30 years ago
Bryan Henderson 1d84088f50 Go back to $(postconfig...) from $(exec postconfig...) so it works on non-bash. 30 years ago
Bruce Momjian 6c2925b884 Prevent empty queries from crashing server. 30 years ago
Bryan Henderson 02db1f58cb Fix access through null pointer info->rule_action. Thanks Darren King. 30 years ago
Bryan Henderson 9602150a04 Fix syntax error: missing argument to elog(). Thanks Darren King. 30 years ago
Bryan Henderson 092c7a6be5 Typecasts, etc. to make compile work on AIX. Thanks Darren King.. 30 years ago
Bryan Henderson d3f9d6ad4f Move include of signal.h inside pqsignal.h so it's always where it's needed. 30 years ago
Bryan Henderson 7e499bd112 Add dep: rule. 30 years ago
Bryan Henderson 5c410fa0b9 First pass at getting shared libraries on AIX properly built. 30 years ago
Bryan Henderson 45f1d32bf1 Eliminate pesky "postconfig not found" message. 30 years ago
Bruce Momjian eda3771290 Fix for \g strdup error. 30 years ago
Bryan Henderson 25fe3c7098 Include ctype.h to fix Kurt Lidl's compile problem. 30 years ago
Bryan Henderson 4da9c597af Include stdio.h to fix Craig Anderson's compile problem. 30 years ago
Bryan Henderson 86ab9a5118 Fix bug: No -D option to postgres 30 years ago
Bryan Henderson e67cc8a346 Fix bug: -D options implies -d option. 30 years ago
Vadim B. Mikheev 8c2f099ab5 Fix memory overhelding while forming index' result: 30 years ago
Vadim B. Mikheev 5d7e44fc8e Fix memory overhelding while forming index' result: 30 years ago
Vadim B. Mikheev 05b3b8613d Fix memory overhelding while forming index' result: 30 years ago
Bruce Momjian 58802bf39a Can't add a keyword without making it a keyword. :-) 30 years ago
Bruce Momjian cd743f8388 Otherwise "gmake install" fails. 30 years ago
Bruce Momjian c4d6bda2c5 There is a bug in aclinsert3 in the code which update the acl arrays. 30 years ago
Bruce Momjian 8299e75577 following is a little fix for libpq. 30 years ago
Bruce Momjian 6399c74f17 Fix \g filename. Free allocated memory and don't use memory that has 30 years ago
Bruce Momjian 9d45f22e38 Here is the patch for pg_dump not handling NULL values in 'insert' 30 years ago
Bruce Momjian bdb25dbad6 Fix for man Makefile. Added 'all'. 30 years ago
Bruce Momjian 9529238d78 Make install change for man files 30 years ago
Bruce Momjian 2abbf392bd Removed old Assert's used during development. 30 years ago
Bryan Henderson 81f5c669e9 This file has not been part of the regression test for many releases. 30 years ago
Bryan Henderson 13312a007d The routines in magic.c have moved to the more accessible version.c. 30 years ago
Bryan Henderson b8eb6400de Eliminate mk/ directory. The tyranny of the included make file templates is 30 years ago
Bryan Henderson be421b9b9a Build man/ instead of ../doc. Man pages have moved there. 30 years ago
Bruce Momjian c6453ea75f Added DLSUFFIX to bsdi. 30 years ago
Bruce Momjian 317f375bb2 Rename SLSUFF to DLSUFFIX 30 years ago
Bryan Henderson 4a820de1f2 Include some macros that used to be -D options in Makefile.global. 30 years ago
Bryan Henderson e2a8163c40 Remove linux define of __USE_POSIX, which doesn't appear to do anything. 30 years ago